How can I read html email stored in Maildir format?
My 7-year-old modem/router is starting to occasionally get flakey, so I ordered a new one from Teksavvy. Canada Post sent a tracking update, and it was unreadable in mutt, not to mention that 90% of the email was graphics... -- Mutt: Attachments I 1 EM ALERT Form [text/html, quoted, utf-8, 24K] I 2 filename.BMP [image/bmp, base64, 109K] I 3 filename.BMP [image/bmp, base64, 16K] I 4 filename.BMP [image/bmp, base64, 16K] I 5 filename.BMP [image/bmp, base64, 16K] I 6 filename.BMP [image/bmp, base64, 16K] I 7 filename.BMP [image/bmp, base64, 36K] I copied the email to a text file, consulted with "Mr. Google", and found the sed invocation to turn it into something that Firefox could read. According to the tracking link, the modem/router has been accepted at Chatham and is now on route to Richmond Hill. Since I live in Vaughan, that means I'll probably have to pick it up at a depot somewhere. Anyhow, back to topic... what apps/programs are capable of *DIRECTLY* reading HTML mails that are stored in Maildir format? -- Walter Dnes <waltdnes@waltdnes.org>
On Fri, 2014/10/31 10:30:49PM -0400, Walter Dnes <waltdnes@waltdnes.org> wrote: | Anyhow, back to topic... what apps/programs are capable of *DIRECTLY* | reading HTML mails that are stored in Maildir format? I often want the same thing (or mbox files, or ...) and the best I could come up with was running an IMAP server on localhost (dovecot in my case) and using thunderbird. I think I found a few clients that claimed to deal with maildir and/or mbox (most often the latter if I recall correctly) but was dissatisfied with them for one reason or another. Day to day use, I use mutt with a .mailcap file that invokes elinks on html when necessary, and can toss it to firefox if needed (which is more complicated when firefox is local and mutt is on a remote machine), but that often doesn't include the images in the message display. Mail used to be so much simpler ... Hope that helps! John
participants (2)
-
John Sellens -
Walter Dnes