updated mail gui html servlet
[org.ibex.mail.git] / src / org / ibex / mail / target / FileBasedMailbox.java
2005-04-11 adamupdated mail gui html servlet
2005-03-25 adammore fixups to MailingList
2005-03-18 adamadded a servlet for webmail
2005-03-16 adamremoved prevaylerized caching; major reduction in memor...
2005-02-21 adammassive robustness overhaul
2005-01-07 adamdefault implementation of recent()
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 adamonly use positive integers for uidvalidity
2004-10-23 adamplaying with seen
2004-10-23 adamplaying with seen
2004-10-23 adamdont leave a null Date in Message.Envelope
2004-10-23 adamtotal overhaul of FileBasedMailbox
2004-10-23 adamchange seen within a transaction in FileBasedMailbox
2004-10-23 adammore fixes for dumb mistakes
2004-10-23 adamreally stupid mistake in FileBasedMailbox.seen()
2004-10-23 adambugfix last patch
2004-10-23 adamalso synch seen status when initializing FileBasedMailbox
2004-10-23 adamkeep MIME headers in a byte[] until requested
2004-10-23 adamtry to prevent NPEs when deleting messages
2004-10-23 adamuse file modification times instead of filename to...
2004-10-23 adammore fixups to FileBasedMailbox (sigh)
2004-10-22 adamsmall fixup
2004-10-22 adamFileBasedMailbox overhaul
2004-10-22 adamminor fixup to FileBasedMailbox
2004-10-18 adamlots of fixes to FileBasedMailbox
2004-10-18 adamadded Prevayler-based cache to FileBasedMailbox
2004-08-17 adamIMAP message numbers start at 1, not 0
2004-08-17 adamhandle null envelope properly
2004-08-16 adamnumber messages from 1
2004-08-05 adammake sure to close files
2004-08-03 adamfix too many open files problem
2004-08-03 adamserialization support to work with Prevayler
2004-08-02 adamfix too many open files problem
2004-07-21 adamX-org.ibex headers now handled by Message
2004-07-20 adamtotal overhaul; were using MIME and MIME.Part now
2004-07-13 adambogus
2004-07-08 adammore logging for where we write files to
2004-07-08 adambe more careful about closing files and connections
2004-07-07 adamchanged errors to warnings
2004-07-03 adambogus patch
2004-06-28 adammail overhaul
2004-06-20 adambugfixes
2004-06-20 adamalmost there
2004-06-13 adammore cleanup
2004-06-13 adammassive cleanup, almost there!
2004-06-12 adamLIST sorta working but broken
2004-06-10 adamappend sorta works; dates are broken
2004-06-09 adamcompiles
2004-06-09 adamit compiles