I have a legacy email system with many unix mailbox files populated by fetchmail and procmail for some mailing list subscriptions. These live on a mail server which has NFS and Samba so it can export my home directory (for example). Mutt works well with these files but really doesn't work well with HTML formatted email.

What I would like to do (if possible) is simply get another MUA that will work directly on the mailbox files but will render HTML email. Bonus points if I can use it from both Linux and Windows.

At one point I did experiment with WU-IMAPD (which can sit directly on mailbox files) but the user agent insisted on maintaining its own folders instead of saving to folders on the server. Thus, I'm really looking for something that will read and write to mailbox files directly.

So, any recommendations for a mail user agent that can (a) read and work with a large collection of unix mailbox files and (b) is preferrably portable?

link|improve this question

71% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Mutt can be configure to display HTML formatted emails. See: http://www.debian-administration.org/articles/75.

When choosing the default HTML reader for mutt, do try w3m which will support inline images when viewing in X based terminal (or in a console with frame buffer support).

link|improve this answer
I have configured mutt to use an external browser now. – ConcernedOfTunbridgeWells Sep 7 '11 at 18:42
feedback

Balsa can read mbox files.

Also, Thunderbird uses a very extended mbox internally, so it is possible to change the storage path of "Local Folders" to the mbox archive.

I use Dovecot imapd - it works fine with mbox, and both Opera and Thunderbird work fine with it.

link|improve this answer
Can you configure thunderbird/dovecot to write back to the mbox files rather than trying to maintain its own mbox files locally? – ConcernedOfTunbridgeWells Aug 13 '09 at 9:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.