Skip to main content

Utility for exporting attachments from mbox files

Project description

mboxattachments is a Python class for extracting all embedded files in a group of emails. It was developed to assist in the running of a photography club. Members of the club would regularly send emails containing images to the club secretary. The secretary would manually save the attachments, organize those files, and prepare a show for the members. The manual saving process was time consuming and error prone.

This utility allows downloading all the attachments in a set of emails contained in an mbox file. Conveniently, gmail permits exporting emails as mbox files

Installation

On debian and Windows 7 the following is known to work

pip install mboxattachments

Running

mboxattachments --exportpath  images  emails.mbox

Examples

mboxattachments --filter_from flur  --exportpath images emails.mbox

The above line will test all email messages in the file emails.mbox to see the the senders name (FROM field) matches the regular expression flur. If an mail matches, all of its attachments will be written to a file in the directory images.

mboxattachments --SQstart 1000  --exportpath images emails.mbox

The above command will save the attachments from every file in emails.bmox. The file names will be of the form SQ1000…., SQ1001…., SQ1003….

Options

options:   specify output directory
           filter by sender
           filter by recipient
           filter by date
           specify destination diretory for attachments
           set sequence number field starting value (default 0)

usage:
 mboxattachments [--help] [--version] [--debug] [--filter_from regexp]
                 [--filter_to regexp] [--filter_date regexp]
                 [--exportpath path] [--SQstart value]  input_mbox_file ...

attachments are stored as separate files
file names are of the form
<sequence number>-<email subject>-<email sender>-<file name of attachment>
  for example, a possible file name is
  SQ0146-CellPhone - Action-johndoe@gmail.com-myPrettyPicture.jpg
  ------ ------------------ ----------------- -------------------
  seqnum    email subject     sender           file name in email

Website

http://www.chuck-jackson-photos.com/mboxattachments

download

http://www.chuck-jackson-photos.com/mboxattachments/mboxattachments-0.5.32.tar.gz

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mboxattachments-0.5.35.tar.gz (8.9 kB view details)

Uploaded Source

File details

Details for the file mboxattachments-0.5.35.tar.gz.

File metadata

File hashes

Hashes for mboxattachments-0.5.35.tar.gz
Algorithm Hash digest
SHA256 890e35dd91f12587d9304b90b9ff0de1380eb464b37d2d308139934e9854796e
MD5 dc3f1a187f4375646c0c329370e43636
BLAKE2b-256 a9bcd973d5b92b93bc8d7ab5e32ac5945def38498f369240339bbb410e71ae54

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page