]> git.andy128k.dev Git - ipf.git/commit
Mailer improve
authoravl <alex.litovchenko@gmail.com>
Sun, 7 Sep 2008 21:04:50 +0000 (00:04 +0300)
committeravl <alex.litovchenko@gmail.com>
Sun, 7 Sep 2008 21:04:50 +0000 (00:04 +0300)
commitbccef934db1a7343a0e9a908057d0d52ae4bdfca
tree408265f42e30557e5c8dc30e190b4e4c26ae1f0a
parent978e06e851173597ffd40f65c4740dbdb3645659
Mailer improve
23 files changed:
ipf/admin/templates/admin/base.html
ipf/admin/views.php
ipf/auth/models/User.php
ipf/exception/mail.php [new file with mode: 0644]
ipf/form/model.php
ipf/form/widget/htmlinput.php
ipf/mail.php [new file with mode: 0644]
ipf/mail/message.php [new file with mode: 0644]
ipf/mail/part.php [new file with mode: 0644]
ipf/mail/protocol/abstract.php [new file with mode: 0644]
ipf/mail/protocol/imap.php [new file with mode: 0644]
ipf/mail/protocol/pop3.php [new file with mode: 0644]
ipf/mail/protocol/smtp.php [new file with mode: 0644]
ipf/mail/protocol/smtp/auth/crammd5.php [new file with mode: 0644]
ipf/mail/protocol/smtp/auth/login.php [new file with mode: 0644]
ipf/mail/protocol/smtp/auth/plain.php [new file with mode: 0644]
ipf/mail/transport/abstract.php [new file with mode: 0644]
ipf/mail/transport/sendmail.php [new file with mode: 0644]
ipf/mail/transport/smtp.php [new file with mode: 0644]
ipf/mime.php [new file with mode: 0644]
ipf/mime/decode.php [new file with mode: 0644]
ipf/mime/message.php [new file with mode: 0644]
ipf/mime/part.php [new file with mode: 0644]