Metadata-Version: 2.4
Name: maildir-addresses
Version: 0.1
Summary: Scan a maildir tree for email addresses in From/To/Cc headers
Author-email: Reuben Thomas <rrt@sc3d.org>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/rrthomas/maildir-addresses
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: COPYING
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# maildir-addresses

https://github.com/rrthomas/maildir-addresses  
© Reuben Thomas <rrt@sc3d.org>  

maildir-addresses is a tool to scan a maildir tree for email addresses in From/To/Cc headers.


## Installation

Install with `pip`: `pip install maildir_addresses`.


## Copyright and Disclaimer

maildir-addresses is copyright Reuben Thomas, and is
free software, licensed under the GNU Public License version 3, or, at your
option, any later version. See the file COPYING.
