Before reading further... Are you looking for great Linux hosting from a company that cares about GNU/Linux? Pick Dreamhost hosting, get a 10% bonus to the disk space (and support Free Software Magazine in the meantime!)
Can anyone recommend a good tool for offline browsing of mbox or Maildir files? Or perhaps a filter for converting such data to HTML?
My problem is that I have enormous amounts of correspondence in old mbox or maildir data from particular periods of time, using particular mail clients, etc. In many cases, the client and even the mail accounts for this correspondence is defunct. I don't even want to keep it on my "live" machine anymore, I'd rather just write it out to a CD.
In principle, of course, I can backup the mail directories to a CD.
But how can I read them? Most mail clients are designed to work as MUAs, so you need to set up accounts and reference external servers, etc. Alternatively, I can just open an mbox file in gvim -- but this is a terrible interface and hard to read, let alone search.
I'd like to find a "client" which is just a "browser" of mbox/maildir files. Then I could just set it up as a "helper app" in Mozilla, or else use it independently.
I can imagine writing such a tool, but I'd rather not reinvent the wheel. Surely somebody has done this before?
Best answer
mutt (curses based) will let you open a local file/directory using -f as will other shell type clients (mail/nail etc.) - although not al support maildir, mutt certainly does.
I use it on small servers where (although I admin them) I don't have a local mail account.
HTH
Ryan
Candidate best answers
Buzz authors
All news
Other sites
- The Top 10 Everything (Dave). The good, the bad and the ugly.
- Free Software news (Dave & Bridget). All about free software -- free as in freedom!
- Book Reviews: Illiterarty (Bridget). Book reviews, blogs, and short stories.
Hot topics - last 21 days
-
Unjustifiable Criticism of Richard Stallman by Linus Torvalds
Paul Gaskin, 2008-11-17 -
Mixing free and proprietary software: not a rosy future
Ryan Cartwright, 2008-11-13 -
How to help build a free software search engine and use it too. Welcome to Wikia
Gary Richmond, 2008-11-19 -
Freedom is an enabler, not a feature
bogdanbiv, 2008-11-15
Hot topics - last 60 days
-
Why is The Bizarre Cathedral licence "non-free"?
Ryan Cartwright, 2008-10-21 -
Unjustifiable Criticism of Richard Stallman by Linus Torvalds
Paul Gaskin, 2008-11-17 -
Mixing free and proprietary software: not a rosy future
Ryan Cartwright, 2008-11-13 -
Fighting the "legacy" reputations of GNU/Linux, seventeen years later
Ryan Cartwright, 2008-10-13 -
Becoming a free software developer, part V: When and where did you learn?
Rosalyn Hunter, 2008-09-24


Dedicated server
mutt
Submitted by Ryan Cartwright on Fri, 2007-09-28 14:44.
Vote!mutt (curses based) will let you open a local file/directory using -f as will other shell type clients (mail/nail etc.) - although not al support maildir, mutt certainly does.
I use it on small servers where (although I admin them) I don't have a local mail account.
HTH
Ryan
Yeah...
Submitted by Andrew Min on Fri, 2007-10-05 14:55.
Vote!Mutt's great for that.
--
Andrew Min
http://andrew.timstown.net/
Anything with a GUI?
Submitted by Terry Hancock on Sat, 2007-10-06 16:53.
Vote!Okay, Mutt's a possibility. I'll definitely consider it.
But frankly, opening the messages up in a text terminal sort of blows the convenience and readability I wanted. I love the CLI for what it's good for, but there's a lot to be said about the human-factors design in a GUI or for effective formatting of text.
When you spawn a terminal-based program from a browser, the effect is kind of jarring and lacks readability.
Is there any GTK or other graphical tool that could do it?
I've been searching the "apt-cache" archive for Debian packages, but nothing stands out.
If this really doesn't exist, I'm going to have to consider making one -- Python has fine mail format reading libraries and a GTK binding, so it wouldn't be outrageously hard to create. I just find it hard to believe it hasn't been done already.
it almost has been
Submitted by Ryan Cartwright on Wed, 2007-11-07 12:38.
Vote!have a look at this...
http://mbox-viewer.sourceforge.net/
It started as Windows only but he's just released a cross-platform beta using wx-widgets.