Have you considered using c-client (generic mail folder access library used by many imap servers under linux) - debian package libc-client4.7
Which appears to provide a very stable and flexible method for accessing mail folders using
- mbox
- mmdf (sco unix)
- mbx
- tenex / mtx
- mx (buggy and slow, needs to be rewritten ;)
- mh
- news
but no support for qmaildir yet :-(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you considered using c-client (generic mail folder access library used by many imap servers under linux) - debian package libc-client4.7
Which appears to provide a very stable and flexible method for accessing mail folders using
- mbox
- mmdf (sco unix)
- mbx
- tenex / mtx
- mx (buggy and slow, needs to be rewritten ;)
- mh
- news
but no support for qmaildir yet :-(
I had never heard of it, but I will look into it immediately!
Thanks for the tip!
-Steve