Archived copy.
This page was recovered from the Internet Archive snapshot of
/display/AQuA/Identifying the content of Email Mailboxes - Solution taken on 2011-06-28.
The original wiki at wiki.opf-labs.org is being decommissioned.
Identifying the content of Email Mailboxes - Solution
| One line summary | A Python script using the standard Python mbox handler can be used to count individual mail messages, export messages and attachments. The script calls DROID to identify the exported files after which we read the results and output a report listing the number of messages and the number of messages with attachments, showing which attachments belong to which mail. |
| Detailed description | Step 1: To obtain an accurate count of the individual email messages contained within email mailbox files Step 2: Provide accurate identification of any email attachments also contained within mailbox files Step 3: Provide automatic reporting of the above We concentrated on the .mbox file format, although we believe that the methods employed could also be used for other mailbox formats Solution: Message Count:
|
| Solution champion | Andrew & Ross |
| Git link | |
| Evaluation |
|
| Tool (link) |