synthesize messageids when necessary
[org.ibex.mail.git] / src / org / ibex / mail / Message.java
2007-07-08 adamsynthesize messageids when necessary
2007-07-05 adammajor revamp due to new Message constructors
2007-03-17 adammassive refactoring of Headers class
2007-03-17 adammore efficient concatenation in Message
2007-03-17 adamchange some commenting in Message
2007-03-17 adamsome header comments in Message
2007-01-20 adamsuspend requirement that inbound messages have a Message-ID
2007-01-15 adamallow seeding of Message-ID generator
2007-01-15 adaminsist on a Message-ID
2007-01-15 adammake Message.summary() final
2006-07-22 adamadd a date field if not present (rfc2822 requirement)
2006-07-10 adamdisable everything that requires extraneous third-party...
2006-07-09 adamresolve
2006-04-15 adammade Headers class truly immutable
2006-01-17 adamfixed MAILER-DAEMON from-line
2005-03-24 adamadded preliminary mailing list support
2005-02-23 adamimplemented bounce messages
2005-02-21 adammassive robustness overhaul
2005-01-15 adamcoerceToString() for Message
2005-01-15 adamsmarter handling of envelope-To/From
2005-01-04 adamlicensing update to APSL 2.0
2004-10-30 adamdont guess envelope headers
2004-10-30 adamstupid bugfixes
2004-10-30 adamremoved Message.Envelope class
2004-08-05 adamdeal with null Envelope
2004-08-03 adammade Message.summary() briefer
2004-07-21 adamlog an error instead of throwing an exception when...
2004-07-21 adamlog an error instead of throwing an exception when...
2004-07-21 adamfixed get/gets mixup
2004-07-20 adamcorrected line counting
2004-07-20 adamcorrect exchange of from and to
2004-07-20 adamtotal overhaul; were using MIME and MIME.Part now
2004-07-13 adambogus
2004-07-07 adamdealt with misparsed envelopes
2004-07-03 adambogus patch
2004-06-29 adambetter Cc line tokenization
2004-06-28 adammail overhaul
2004-06-24 adamcount lines in Message.java
2004-06-24 adammake CaseInsensitiveHash manipulatable by JS
2004-06-24 adamcorrected magic ibex header lines
2004-06-24 adamformatting fix
2004-06-20 adamalmost there
2004-06-14 adammore bugfixes
2004-06-14 adamcompiling again
2004-06-13 adammassive cleanup, almost there!
2004-06-10 adamlotsa stuff works
2004-06-10 adamappend sorta works; dates are broken
2004-06-09 adamcompiles
2004-06-09 adamit compiles
2004-05-31 adamalmost there
2004-05-31 adamrestructuring; broke out Query, cleaned up Mailbox
2004-05-31 adammoved flags into Mailbox
2004-05-31 adamgot IMAP compiling
2004-05-09 adamcheckpoint imap support
2004-05-08 adampretty much working
2004-05-08 adamit compiles
2004-05-07 adamfinished up Address parser
2004-05-07 adamoutgoing smtp
2004-05-07 adamalmost working
2004-05-07 adamconflict merge, bugfixes
2004-05-07 adamfixups
2004-05-02 adamit compiles!
2004-05-02 adamadded tons of stuff, including js support
2004-03-18 adamfixed typos
2004-03-18 adamimport