Skip to main content

No project description provided

Project description

mbox2eml: Convert Mbox to EML Files Easily

mbox2eml is a Python utility for converting .mbox files (used by many email clients to store messages) into individual .eml files. This tool is perfect for anyone needing to export or process emails from .mbox archives.

Features

  • Converts .mbox files into multiple .eml files.
  • Automatically creates the output directory if it doesn't exist.
  • Handles single-part and multi-part email messages.
  • Validates .mbox file format before conversion.
  • Provides detailed error handling for corrupted or inaccessible files.
  • Supports Unicode and special characters in email headers and content.

Installation

pip install mbox2eml

Usage

The utility provides a command-line interface (CLI) for easy usage.

Command-line Arguments

  • --file, -f: Path to the input .mbox file (required).
  • --output_dir, -o: Path to the output directory where .eml files will be saved (required).

Example

Convert an .mbox file to .eml files:

mbox2eml --file path/to/input.mbox --output_dir path/to/output/

After running the command, all emails in the .mbox file will be converted to .eml files in the specified output directory.

Code Example (Programmatic Use)

You can also use the utility programmatically in Python:

from mbox2eml import convert_mbox_to_eml

mbox_file = "path/to/input.mbox"
output_dir = "path/to/output"

success, fail = convert_mbox_to_eml(mbox_file, output_dir)
print(f"Conversion completed: {success} succeeded, {fail} failed")

Error Handling

The tool gracefully handles various edge cases:

  • File Not Found: Raises FileNotFoundError if the .mbox file doesn't exist.
  • Permission Issues: Raises PermissionError if the .mbox file or output directory is not accessible.
  • Invalid Output Path: Raises IsADirectoryError if the output directory path is a file.
  • Empty Mbox: Outputs a message if the .mbox file is empty but does not treat it as an error.
  • Corrupted Mbox: Skips invalid messages while continuing to process others.

Development

Clone the repository to contribute or run the utility locally:

git clone https://github.com/yangeok/mbox2eml.git
cd mbox2eml

Install dependencies and run the script:

python -m pip install -r requirements.txt
python mbox2eml.py --file path/to/input.mbox --output_dir path/to/output/

Tests

The package includes a comprehensive test suite to ensure stability and handle edge cases.

Run the test suite with pytest:

Run the tests in watch mode:

poetry run test-watch

Run the tests normally:

poetry run test

Run tests in debug mode:

poetry run test-debug

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please submit a pull request or open an issue to report bugs or request features.

Author

Developed by Yangwook Ian Jeong. For inquiries, please contact yangwoookee@gmail.com.

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

mbox2eml-0.1.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mbox2eml-0.1.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file mbox2eml-0.1.1.tar.gz.

File metadata

  • Download URL: mbox2eml-0.1.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.13.1 Darwin/23.6.0

File hashes

Hashes for mbox2eml-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5ee074815663f9a2409da51ac2dcb729cb0faf2d8d8d22b70c033fbdc63d3a4a
MD5 ab76b5a038c96b4b591df2931ce53654
BLAKE2b-256 573976c8b463759c15b14bc650a956ff8bfcb7991414af15affc9419fdb43525

See more details on using hashes here.

File details

Details for the file mbox2eml-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: mbox2eml-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.0 CPython/3.13.1 Darwin/23.6.0

File hashes

Hashes for mbox2eml-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4822bdaae810ed4ea8f8ec4d3e8710b2150989872a0813b0b76ae1bf41cb5884
MD5 52679b8af850e31fe1844027af8a53e3
BLAKE2b-256 ac627f39335a13c1d6b198da3eb013b7e86379630ce824fbc8830291b0bda4d2

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