Questions tagged [mbox]

mbox is a generic term for a family of related file formats used for holding collections of electronic mail messages

All messages in an mbox mailbox are concatenated and stored as plain text in a single file. The beginning of each message is indicated by a line whose first five characters consist of "From" followed by a space (the so named "From_ line" or "'From ' line" or simply "From line") and the sender's e-mail address. A blank line is appended to the end of each message. For a while, the mbox format was popular because text processing tools can be readily used on the plain text files used to store the e-mail messages.

(source)

110 questions
0
votes
1 answer

Email File Format Options for backups

I am planning to backup emails in a mailbox to files. I am trying to find out the right format based on the following conditions: Should be readable/creatable without needing a particular OS - so Outlook file formats are out. Should support…
Shreeni
  • 3,222
  • 7
  • 27
  • 39
0
votes
1 answer

How do I make maildrop not silently drop all mail?

I'd like to try out maildrop instead of procmail because I'm new to mail filtering and want to avoid accidentally not getting mail. Putting |maildrop in my $HOME/.forward results in mail not making it to my $MAIL and worse, it doesn't bounce. It…
John Baber-Lucero
  • 2,556
  • 3
  • 16
  • 19
0
votes
2 answers

How to Convert a backup of old e-mails from Mbox to Maildir?

I had an old mailserver (squirrelmail) and it went down but I had a backup of all the messages delivered to all the e-mails, and now I created a new server (Iredmail) The problem is that the files I have at the moment are in Mbox format as in every…
AlaaSaadAbdo
  • 1
  • 1
  • 2
0
votes
2 answers

how to create a mbox email file using python

I have a mysql database with email addresses and other data. I need to create specific emails which could be sent to the addresses in the db. The type of email will vary depending on the fields on the db. Each email message will have a pdf…
Jacques MALAPRADE
  • 963
  • 4
  • 13
  • 28
0
votes
1 answer

How do I create inline-block campaign content using Adobe Target

Test & Target code generates divs with style attributes that include display:block. How do I replace this with inline-block?
Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
1 2 3 4 5 6 7
8