adjusted for changes to jinetd
[org.ibex.mail.git] / src / org / ibex / mail / protocol / IMAP.java
2005-03-24 adamadjusted for changes to jinetd
2005-02-23 adamimplemented bounce messages
2005-02-21 adammassive robustness overhaul
2005-01-07 adamdump IMAP conversations
2005-01-07 adamIMAP: partial support for async flag updates
2005-01-07 adamdon't advertise IMAP support for flags we don't actuall...
2005-01-07 adamadded UNSEEN to notations
2005-01-07 adamminor formatting change
2005-01-07 adammaxuid support and clarified IMAP distinction between...
2005-01-04 adamlicensing update to APSL 2.0
2004-10-30 adamremoved Message.Envelope class
2004-10-30 adamcleaned up logging
2004-10-30 adammade newMessage a static method and Message() private
2004-10-30 adamfixed query inversion bug in IMAP
2004-09-12 adamminor GMail fixes
2004-09-05 adamadded IMAP setClient() method
2004-08-17 adamtreat BODY[1] as BODY for now
2004-08-17 adamallow LIST to take an astring argument; hack for Eudora
2004-08-17 adamfix protocol typo on arrival date
2004-08-17 adamhandle lack of INBOX more gracefully in IMAP
2004-08-16 adamif no inbox, use root
2004-08-16 adammake exception-throwing optional in IMAP mailbox()
2004-08-11 adamaddition to printing functions
2004-08-05 adampreliminary authentication support
2004-08-03 adamserialization support to work with Prevayler
2004-08-03 adamincremented IMAP.java version number
2004-08-03 adammoved BogusAuthenticator to IMAP
2004-07-21 adamfixed get/gets mixup
2004-07-20 adamtotal overhaul; were using MIME and MIME.Part now
2004-07-13 adambogus
2004-07-07 adamproper interargument spacing in IMAP status response
2004-07-07 adamdiscard unnecessary character when beginning IMAP binar...
2004-07-07 adamfix line end detection bug
2004-07-07 adamdate defaults to current date in IMAP
2004-07-07 adamfix argument to STATUS response in IMAP
2004-07-07 adamtypos in IMAP parsing
2004-07-07 adamfixed some heinous stream bugs
2004-07-07 adamfixed UIDNEXT/UNSEEN confusion
2004-07-03 adambogus patch
2004-06-28 adammail overhaul
2004-06-20 adambugfixes
2004-06-20 adamalmost there
2004-06-18 adamready for prime-time
2004-06-14 adammore bugfixes
2004-06-14 adambasically works completely with mozilla imap
2004-06-14 adamcompiling again
2004-06-13 adammore cleanup
2004-06-13 adammassive cleanup, almost there!
2004-06-12 adamLIST sorta working but broken
2004-06-12 adamable to load headers and message body in mozilla
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 adammoved flags into Mailbox
2004-05-31 adammore progress
2004-05-31 adamgot IMAP compiling
2004-05-17 adammad changes
2004-05-09 adamcheckpoint imap support
2004-05-02 adamadded tons of stuff, including js support
2004-03-18 adamimport