Replies: 2 comments 2 replies
|
Update: For my mail-account in sync-mode I'm getting the same issues. So now the job is always "running" and progress stuck on 12 %. Cancle the job and restarting doesn't solve this. Any solution? |
0 replies
|
Hi! I had a similar problem with another user. Could you switch your container to the dev tag and run a full sync again? Please leave a brief feedback here. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
just startest to archive all my emails from the last years. Some old mails from < 2014 are not archived with this error in docker logs:
fail: MailArchiver.Services.Providers.Imap.ImapMailSyncService[0] Error archiving message from folder [Gmail]/Alle Nachrichten. Email Details - Subject: 'xxx', From: '"Steam Store" <xxx>', Date: '04.08.2014 08:55:21 -07:00', Message-ID: 'xxx', UID: 118. IsUTF8Error: False, InnermostError: Failed to parse message headers. System.FormatException: Failed to parse message headers. at MimeKit.MimeParser.ParseMessageAsync(CancellationToken cancellationToken) at MailKit.Net.Imap.ImapFolder.ParseMessageAsync(Stream stream, CancellationToken cancellationToken) at MailKit.Net.Imap.ImapFolder.GetMessageAsync(UniqueId uid, CancellationToken cancellationToken, ITransferProgress progress) at MailArchiver.Services.Providers.Imap.ImapMailSyncService.SyncFolderAsync(IMailFolder folder, MailAccount account, ImapClient client, String jobId) in /app/Services/Providers/Imap/ImapMailSyncService.cs:line 726Look like it's a known MimeKit-issue in old mails, but is it possible to archive them anyway? Just for the sake of completeness. In MailStore Home I don't got this error.
All reactions