frosas / imap-backup

Back up IMAP messages to the local disk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Copy config.example.js to config.js and edit it as needed.

$ yarn
$ ./imap-backup <backup-base-path>

Development

$ bin/lint

TODO

  • ag TODO

  • Locally delete what was remotely deleted

  • Why am I getting these errors?

    Fetching message 45837 in mailbox "Deleted Items"...
    Error fetching the message body: Error: Message not found
    

    Should I try with nodeImap.seq.* methods?

About

Back up IMAP messages to the local disk


Languages

Language:JavaScript 98.9%Language:Shell 1.1%