Closed bleuse closed 12 years ago
Yeah, the import function used to crash due to bug we're working on in node-imap
module.
If You have a double copy, it basically means it crashed once in the middle.
I will rewrite the import soon.
The preview of the new import function is in development
branch.
Your feedback is appreciated ;-)
Make sure to empty your redis db (ex. FLUSHALL
in rediis-cli
).
If you come from previous versions, it might also be good to empty your mongodb instance.
For exemple, you can go to railways console (railway c
) and do a Mail.destroyAll(c)
and Mailbox.destroyAll(c)
.
Tell me how it goes.
Every mail from the first import is shown twice by the app. New mails are only shown once.