jfpoux | 2005-08-25 18:42 |
Re: maildir and pop/imap please!
I completely agree with you that the mbox is far from a perfect solution. The lock problem on the same file was a problem to code, and it's not perfect ;)
On the other hand, as you suggest, there is maildir. No locks, but the drawback is the high number of files that your file system and Java have to deal with. Also, I initially wrote a mbox support because most system I have seen runs with it. It's a good idea to provide a maildir support, I've planned it (I need to test how Java handles large number of files first, and studdy a little how qmail works)
For the pop/imap support, It's planned to embed a smal pop server in Jsmtpd. As more and more people would also need a imap support, it will be done in the future.
I've created a ticket in the project manager for maildir support, and modified the one for a pop/imap. You can check it at http://www.taldius.net/projects/jsmtpd.
Thanks for your interest and your feedback ;)
login or
register to post comments
guy | 2005-08-26 05:49 |
oh, well thank *you*
hey, thanks for your quick reply. i'm currently using 'jes' and it's quite a piece of crap, in my opinion. i've been really happy to see jsmtpd grow from the initial versions. can't wait for pop or imap so i can start actually using it.
maildir is not so important to me, it just seemed like you practically get pop for free (ie. not much development needed) once you've got all your mails stored one-by-one in files. UIDL is as simple as 'maildir.listFiles()' and TOP is basically a DataInputStream.readLine() loop.
login or
register to post comments
5 years 1 week ago
5 years 1 week ago
5 years 3 weeks ago
5 years 4 weeks ago
5 years 4 weeks ago
5 years 4 weeks ago
5 years 8 weeks ago
5 years 9 weeks ago
5 years 13 weeks ago