Skip to content

Somsubhra/parallel_imapsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Parallel Imapsync

Run imapsync parallely for multiple mailboxes

Pre-requisites

  • Python 2.x
  • make

Run Instructions

  • Add a CSV file containing data in following format on each line:
<remote_username>,<local_username>,<remote_password>,<local_password>,<remote_imap_host>,<remote_imap_port>,<local_imap_host>
  • From command line run:
./gen_imapsync_makefile <your_data_file>.csv
  • You should get a generated Makefile in the current directory.
  • Run make -jn where n is the number of parallel imapsync processes you want to run.

About

Run imapsync parallely for many mailboxes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages