Skip to content

Copies all contents of one IMAP account into another IMAP account.

License

Notifications You must be signed in to change notification settings

SebiTimeWaster/Simple-Imap-Copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Imap-Copy

Copies all contents of one IMAP account into another IMAP account.

  • It copies all folders (And subscribes to them) and emails (With the corresponding flags)
  • It does not check if the email is already present on the target server, it will just create a new copy of it
  • It is not meant to backup you emails, just to migrate to a new account (For backups use something like OfflineIMAP)

Dependencies

Installation

git clone https://github.com/SebiTimeWaster/Simple-Imap-Copy.git
cd Simple-Imap-Copy
npm install

Usage

In the file Simple-Imap-Copy.js you need to configure your IMAP accounts, then run:

node Simple-Imap-Copy.js

Problems

If you want to open an issue please set "debug" to true in the file Simple-Imap-Copy.js and include the complete console output in your issue (Remove personal information!).

Changelog

Changelog v0.1:

  • Initial checkin

About

Copies all contents of one IMAP account into another IMAP account.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published