Skip to content

Latest commit

 

History

History
executable file
·
38 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

executable file
·
38 lines (24 loc) · 1.04 KB

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