Summary: | mail body not displayed but on disk | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Martin Koller <kollix> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.10.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | mail which shows only header |
Description
Martin Koller
2013-02-01 09:00:06 UTC
Created attachment 76856 [details]
mail which shows only header
Additional Information: when I click the mail in the message list, kmail2 prints out the error message a few times: AkonadiAgentServer(25846)/libakonadi Akonadi::ResourceBase::itemRetrieved: Item does not provide part "RFC822" Analyzing further a mail from kde-core-devel mailing list: The file on disk is named 1366115976.R739.linux-d4d3.site Looking into the akonadi database: select * from pimitemtable where remoteid="1366115976.R739.linux-d4d3.site"; +--------+-----+---------------------------------+----------------+--------------+------------+---------------------+---------------------+-------+-------+ | id | rev | remoteId | remoteRevision | collectionId | mimeTypeId | datetime | atime | dirty | size | +--------+-----+---------------------------------+----------------+--------------+------------+---------------------+---------------------+-------+-------+ | 137931 | 1 | 1366115976.R739.linux-d4d3.site | NULL | 226 | 2 | 2013-04-16 12:39:37 | 2013-05-12 15:26:04 | 0 | 20527 | +--------+-----+---------------------------------+----------------+--------------+------------+---------------------+---------------------+-------+-------+ 1 row in set (0.07 sec) mysql> select * from pimitemtable where remoteid="1366115976.R739.linux-d4d3.site"; +--------+-----+---------------------------------+----------------+--------------+------------+---------------------+---------------------+-------+-------+ | id | rev | remoteId | remoteRevision | collectionId | mimeTypeId | datetime | atime | dirty | size | +--------+-----+---------------------------------+----------------+--------------+------------+---------------------+---------------------+-------+-------+ | 137931 | 1 | 1366115976.R739.linux-d4d3.site | NULL | 226 | 2 | 2013-04-16 12:39:37 | 2013-05-12 15:26:04 | 0 | 20527 | +--------+-----+---------------------------------+----------------+--------------+------------+---------------------+---------------------+-------+-------+ 1 row in set (0.06 sec) mysql> select * from parttable where pimItemId=137931; +--------+-----------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+----------+ | id | pimItemId | name | data | datasize | version | external | +--------+-----------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+----------+ | 325129 | 137931 | PLD:ENVELOPE | ("Tue, 16 Apr 2013 14:06:19 +0200" "Results of the freedesktop summit" (("David Faure" NIL "faure" "kde.org")) ((NIL NIL "kde-core-devel-bounces" "kde.org")) NIL ((NIL NIL "kde-core-devel" "kde.org")) NIL NIL NIL "<1394549.VkPtykuPsj@asterix>" NIL) | 248 | 1 | 0 | | 325128 | 137931 | PLD:HEAD | NULL | 0 | 1 | 0 | | 325130 | 137931 | PLD:RFC822 | NULL | 0 | 1 | 0 | +--------+-----------+--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+----------+ 3 rows in set (0.00 sec) So what I see is that "PLD:HEAD" and "PLD:RFC822" is NULL in akonadi but not on disk ... This bug has only been reported for versions before 4.14, which have been unsupported for at least two years now. Can anyone tell if this bug still present? If noone confirms this bug for a Framework-based version of kmail2 (version 5.0 or later, as part of KDE Applications 15.12 or later), it gets closed in about three months. Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.0 aka 15.08), please open a new one unless it already exists. Thank you for all your input. |