https://bugs.kde.org/show_bug.cgi?id=243775
--- Comment #7 from Thomas McGuire <mcguire kde org> 2010-07-08 10:22:01 --- > > Error during insertion into table "PartTable" "Got a packet > > bigger than 'max_allowed_packet' bytes > Ah, interesting, that explains things. I'll talk to someone who knows the > Akonadi server tomorrow to see what causes this. Ok, the bug is that external filestorage for big payloads on the akonadi server are not enabled by mistake. That means even big mails are (temporarily) stored in the DB, and the DB doesn't support that. We'll fix that bug in the akonadi server soon. > > POP3 backend believes, and rightfully so, that the message hasn't been > > downloaded, but is there, because it's imported through Local Folders. > Actually, it is not "rightfully", I think we simply forgot to migrate the > information which mails are already downloaded. This is a migration bug, > added to my todo list. Hmm, I actually can't reproduce this. The information of the already downloaded mails is stored in $KDEHOME/share/apps/kmail/<login>:<host>:<port>, in that file you'll see an entry "seenUidList" and "seenUidTimeList". Those two entries are the list of already downloaded mail. For me, the settings got sucessfully migrated and are now found in $KDEHOME/share/config/akonadi_pop3_resource_<number>rc. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
