Skip to content
/ imapcp Public

Copy emails and folders from an IMAP account to another.

Notifications You must be signed in to change notification settings

gtozzi/imapcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAP Copy

Copy emails and folders from an IMAP account to another one.

Creates missing folders and skips existing messages (using message-id).

Source IMAP is always accessed READ-ONLY.

Usage: imapcp.py <user>:<password>:<host>:<port> <user>:<password>:<host>:<port>

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -e EXCLUDE, --exclude=EXCLUDE
                        Exclude folders matching pattern (can be specified
                        multiple times)
  -f FOLDER, --folder=FOLDER
                        Only copy a single folder (use from:to to specify a
                        different destinatin name)
  -s, --simulate        Do not perform any task
  --from=FR             Only copy messages older than this date (inclusive)
  --to=TO               Only copy messages newer than this date (inclusive)

About

Copy emails and folders from an IMAP account to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages