mycozycloud / cozy-emails-old

Mail aggregator
https://demo.cozycloud.cc/apps/mails
GNU Affero General Public License v3.0
12 stars 3 forks source link

Mails are displayed twice. #7

Closed bleuse closed 12 years ago

bleuse commented 12 years ago

Every mail from the first import is shown twice by the app. New mails are only shown once.

seeker89 commented 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.

seeker89 commented 12 years ago

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.