]> git.andy128k.dev Git - ipf.git/commit
remove mail component. moved to own package
authorAndrey Kutejko <andy128k@gmail.com>
Mon, 29 Jul 2013 06:28:55 +0000 (09:28 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Mon, 29 Jul 2013 06:28:55 +0000 (09:28 +0300)
commitdbb53233192b2a6adff31d44e24e5192b438851b
treec64456a9c53ff020d792f086f4b9d95f1d235365
parent68e2eba1771993142d1bbe63a602bbc984c3990c
remove mail component. moved to own package
18 files changed:
ipf/exception/mail.php [deleted file]
ipf/mail.php [deleted file]
ipf/mail/message.php [deleted file]
ipf/mail/part.php [deleted file]
ipf/mail/protocol/abstract.php [deleted file]
ipf/mail/protocol/imap.php [deleted file]
ipf/mail/protocol/pop3.php [deleted file]
ipf/mail/protocol/smtp.php [deleted file]
ipf/mail/protocol/smtp/auth/crammd5.php [deleted file]
ipf/mail/protocol/smtp/auth/login.php [deleted file]
ipf/mail/protocol/smtp/auth/plain.php [deleted file]
ipf/mail/transport/abstract.php [deleted file]
ipf/mail/transport/sendmail.php [deleted file]
ipf/mail/transport/smtp.php [deleted file]
ipf/mime.php [deleted file]
ipf/mime/decode.php [deleted file]
ipf/mime/message.php [deleted file]
ipf/mime/part.php [deleted file]