How to open a mbox file? Mutt displays no mails when calling "mutt -f sent.mbox".
The mbox format is "From" without colon.
Is there any mbox viewer for Linux?
Thank you in advance.
|
The first line of the mail is the “envelope From line”. It begins with the 5 characters
What is unusual is that the email address is between You should get a valid mailbox (as in, one that Mutt can parse) by processing the mailbox file through the
|
|||||||||||||||
|
|
Any text editor is capable of opening |
|||
|
|
After a bit of nightmare on Windows with Firefox, where the .mbox gets open but only the first message is available, I found that Evolution works well: I created a new folder and then from File\Import... (I'm from Italy, the menu it's actually Importa...) I was able to read that old messages... |
|||
|
|
Fromline without a colon at the top: this is for the email's envelope. It's difficult to diagnose your problem without seeing the file contents. Of course I appreciate the file contents is probably too private to publish. Look at the file as a text file (for example withless). Is theFromline followed by header lines (From:,Subject:and so on)? Is there aLines:header, aContent-Length:header? – Gilles Mar 18 '12 at 19:29