https://github.com/tethik/imap-tools
https://github.com/tethik/imap-tools
email imap python
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tethik/imap-tools
- Owner: Tethik
- License: mit
- Created: 2018-06-28T21:04:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T18:44:34.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T18:37:41.922Z (over 1 year ago)
- Topics: email, imap, python
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
Some scripts to help with migrating between imap servers. Use at your own risk!
## Install
Requires python 3.6.
```
pip3 install -U --user "git+https://github.com/Tethik/imap-tools#egg=imap-tools"
```
## Usage
Assuming you installed via pip.
Download an entire mailbox as follows (will ask for password via stdin):
```
imap-download
```
It will download all the emails into a folder ``.
Then upload to the new server as follows:
```
imap-upload
```