Summary: | Unable to add downloaded emails from POP3 server to MySQL storage | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Christoph Berg <christoph.berg> |
Component: | POP3 Resource | Assignee: | Thomas McGuire <mcguire> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdepim-bugs, vkrause |
Priority: | NOR | ||
Version: | 1.5.3 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | logfile of akonadictl restart |
Description
Christoph Berg
2011-05-16 21:37:58 UTC
can you run akonadictl restart and paste the output please Created attachment 60131 [details]
logfile of akonadictl restart
Attached as requested is the logfile created by capturing akonadictl's output after a restart.
Another update of what I found out, when trying to download emails: The first email has a few images being in sum ca. 1.4 MB. If I choose synchronise for my POP3 ressource in the Akonadi Console programm, I can see the total of emails being downloaded and the KB counter rises. When it reaches 1.4 MB it just stops and prints the above mentioned warning. So I guess, it must have something to do with downloading emails having attachments. do you have a 'ExternalPayload=false' in ~/.config/akonadi/akonadiserverrc ? if you do, stop the akonadi server, remove this line and restart it Yep, I had this line in my ~/.config/akonadi/akonadiserverrc. After following your instructions, everything works fine. So, was this a leftover from an older version? I had the same problem with Akonadi and POP3 mail and removing 'ExternalPayload=false' from ~/.config/akonadi/akonadiserverrc seems to have fixed it for me as well. Ah, I see, that was a bug in akonadi server which has recently been fixed, see http://commits.kde.org/akonadi/defb52abc51ba60544257c91895fc29ff9af8dff. Removing 'ExternalPayload=false' is a good workaround. |