formatting
[org.ibex.mail.git] / src / org / ibex / mail / SMTP.java
2008-03-01 adamharmless commenting and reorg in SMTP
2008-03-01 adamswitch getMailExchangerIPs() to DNSUtil
2008-03-01 adamuse reverse DNS for EHLO/HELO
2008-03-01 adamadd delayed retry for SMTP
2008-03-01 adamadd allmail to gather copies of all messages passing...
2008-03-01 adamcommenting in SMTP.java
2007-07-15 adamSqliteTable: fixups to schema handling
2007-07-08 adamMailbox -> MailboxTree separation
2007-07-05 adameliminate logging in Connection class
2007-07-05 adammajor revamp due to new Message constructors
2007-07-05 adamdrop connection after too many bad recipients
2007-07-05 adamfix horrible SMTP exception code bug
2007-03-17 adammassive refactoring of Headers class
2007-03-17 adamminor refactoring in SMTP
2007-03-17 adamauto-whitelist people we send email to
2007-03-17 adamSMTP-AUTH
2007-03-17 adamadvertise ESMTP
2007-03-17 adamaccept->enqueue
2007-03-17 adamcleanups in POP3
2007-02-28 adamreshuffling of file locations to make package structure...