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
1
vote
1 answer

Extracting plain/text and html body from MBOX file to a list

I'm trying extract the body of email messages from a mbox file (previously converted from PST format). I took the base function from another [slack question] (Extracting the body of an email from mbox file, decoding it to plain text regardless of…
Lucas Mengual
  • 263
  • 6
  • 21
1
vote
1 answer

Python mailbox remove replies

I'm using the python mailbox module to load a series of email messages. Is there an easy way to cut out all but the most recent message in an email? Different clients seem to treat the text of replies differently, so I can't find a single way to…
Matthew Fournier
  • 1,077
  • 2
  • 17
  • 32
1
vote
1 answer

jquery - colorbox - adding a function to the popup

I have a "quick view" feature that captures a dynamic URL also known as "qvURL" and creates a colorbox with it via: