formatting
[org.ibex.mail.git] / src / org / ibex / mail / FileBasedMailbox.java
2009-06-22 adamremove FileBasedMailbox.get(JS), be sure to set the...
2008-03-01 adamcreate sqlite mailboxes by default
2007-07-22 adamnote to self
2007-07-22 adambe more tolerant of crud lying around in FilebasedMailboxes
2007-07-22 adambetter .sqlite mailbox autodetection
2007-07-22 adamuse HashMap rather than WeakHashMap
2007-07-09 adamrename MailboxTree -> MailTree
2007-07-09 adamadd mailbox acls, further separate Mailbox and MailboxTree
2007-07-05 adammajor revamp due to new Message constructors
2007-03-17 adammore efficient MailboxIterator.head() in FileBasedMailbox
2007-03-17 adamuse lastModified() to record SEEN bit on FileBasedMailbox
2007-03-17 adamadd 1 to uids to make Mail.app happy
2007-02-28 adamreshuffling of file locations to make package structure...