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

https://github.com/tethik/imap-tools


https://github.com/tethik/imap-tools

email imap python

Last synced: about 1 year ago
JSON representation

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
```