An open API service indexing awesome lists of open source software.

https://github.com/tpltnt/mailbox-dumper

dump your emailbox via POP3
https://github.com/tpltnt/mailbox-dumper

Last synced: 2 months ago
JSON representation

dump your emailbox via POP3

Awesome Lists containing this project

README

        

mailbox-dumper
==============

Dump and clean up your email inbox via [POP3](https://tools.ietf.org/html/rfc1939).
You have have to provide a hostname and can optionally provide a port
and an username. If no username is provided, the system username/loginname
will be used. For eample ```maildumper.py mail.example.net:2342 janedoe```
connects to the host mail.example.net at port 2342 and tries to log in
using the name janedoe.
This script does *not* preserve any folder structure. It just downloads
and deletes all messages. It uses TLS (SSL) but currently does not make
extensive checks with regards to security.

License: AGPL

Dependencies
------------
* [python 3](http://www.python.org)