--- "Noel J. Bergman" <[EMAIL PROTECTED]> wrote: > Phillip, > > What is the purpose for what you're doing? Are > these things you are > thinking of submitting as patches?
Intially no, this all started as a coding game. I was just going to toss the code, but the more I looked at it, the more it looked like it could be more. And after a couple of days tinkering, it turned into more. There was a small test harnest and Outlook Express successfully sends (but it doesn't go anywhere). I am looking to integrate it into James for the remaining funtionality but if the code was ever 'released' I wanted to be sure my package names did not offend the community. > > For example: > > > I have re-implemented > org.apache.james.smtpserver.SMTPHandler > > to separate the parsing of the stream from the > handling of its > > contents and to be configured for either blocking > or non- > > blocking mode. > > That sounds similar to what I have suggested we do > to enable java.nio as an > option. > > > It has been recently decided to add a > MailRepository for > > a modified MailDir format. > > Jason Webb was working on a MailDir MailRepository, > having just finished > mbox support. > The modification (or extension) to the MailDir format partitions messages using Dates instead of MessageIDs. This is more of a proof of concept than anything else. - Phillip --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
