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
- Host: GitHub
- URL: https://github.com/s0rg/imapcp
- Owner: s0rg
- Created: 2012-05-05T00:50:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-14T19:17:39.000Z (over 11 years ago)
- Last Synced: 2025-01-18T05:31:04.528Z (9 months ago)
- Language: Python
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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