[Bug 243775] The information about if a mail has been downloaded isn't migrated; POP3 backend fails to retrieve mail with: Error during insertion into table "PartTable" "Got a packet bigger than 'max_allowed_packet' bytes.

Thomas McGuire mcguire at kde.org
Thu Jul 8 09:22:03 BST 2010


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.



More information about the Kdepim-bugs mailing list