Metadata-Version: 2.1
Name: google_takeout_email
Version: 0.0.1
Summary: Contains a reader for mailbox files, MailboxReader, and utility functions for parsing
Author-email: Jarno Rantaharju <jarno.rantaharju@aalto.fi>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pytest ; extra == "test"
Project-URL: Repository, https://github.com/rantahar/google_takeout_email
Provides-Extra: test

# Google Takeout Email

Contains a reader for mailbox files, MailboxReader, and utility functions for parsing
email addresses. Read from the mailbox.

The MailboxReader class functions as a context manager that opens a mailbox file. The
messages property returns an iterator of email.message objects.

The strip_address function returns the first actual email address contained in a string
and the parse_address_list returns a list of addresses in a comma separated list.


