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

https://github.com/s0rg/imapcp

IMAP4 Mailbox copy utility
https://github.com/s0rg/imapcp

Last synced: 7 months ago
JSON representation

IMAP4 Mailbox copy utility

Awesome Lists containing this project

README

          

IMAP4 mailbox copy tool

Usage:
imapcp.py [--move] [--box name] uri_source uri_dest

--move - move instead of copy
--box name - copy/move only box named 'name', else - copy all boxes
--ssl - use ssl
uri_source / uri_dest - URI: user[:password@host:port]
if password omitted it will be prompted,
if host omitted - 'localhost' used
if port omitted - default IMAP4 port (143) used