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
- Host: GitHub
- URL: https://github.com/tpltnt/mailbox-dumper
- Owner: tpltnt
- License: agpl-3.0
- Created: 2013-12-12T23:57:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-14T13:46:26.000Z (over 11 years ago)
- Last Synced: 2025-01-23T00:41:11.466Z (4 months ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)