received date does not work on IMAP because Received: header is not fetched by BODY.PEEK[HEADER.FIELDS (always the same as date)
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
People
(Reporter: mkmelin, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [See comment #17/#22 for workaround])
Comment 1•18 years ago
|
||
Comment 2•18 years ago
|
||
Reporter | ||
Comment 3•17 years ago
|
||
Assignee | ||
Updated•17 years ago
|
Comment 9•16 years ago
|
||
Comment 10•16 years ago
|
||
Reporter | ||
Comment 11•16 years ago
|
||
Comment 12•16 years ago
|
||
Comment 13•16 years ago
|
||
Comment 14•16 years ago
|
||
Comment 15•16 years ago
|
||
Updated•16 years ago
|
Comment 16•16 years ago
|
||
Comment 17•16 years ago
|
||
workaround |
Updated•16 years ago
|
Comment 18•16 years ago
|
||
Comment 19•16 years ago
|
||
Comment 20•16 years ago
|
||
Comment 22•15 years ago
|
||
Updated•15 years ago
|
Comment 23•15 years ago
|
||
Comment 24•15 years ago
|
||
Comment 25•15 years ago
|
||
Comment 26•15 years ago
|
||
Comment 27•15 years ago
|
||
Comment 28•15 years ago
|
||
Comment 29•15 years ago
|
||
Comment 30•15 years ago
|
||
Comment 31•15 years ago
|
||
Comment 32•15 years ago
|
||
Comment 33•15 years ago
|
||
Comment 38•15 years ago
|
||
Comment 39•14 years ago
|
||
Comment 41•14 years ago
|
||
Comment 42•14 years ago
|
||
Comment 43•14 years ago
|
||
Updated•14 years ago
|
Comment 44•14 years ago
|
||
Comment 45•14 years ago
|
||
Comment 46•14 years ago
|
||
Comment 47•14 years ago
|
||
Comment 48•14 years ago
|
||
Comment 49•13 years ago
|
||
Comment 50•13 years ago
|
||
Comment 51•13 years ago
|
||
Comment 52•13 years ago
|
||
Comment 53•13 years ago
|
||
Comment 54•13 years ago
|
||
Comment 55•13 years ago
|
||
Comment 56•13 years ago
|
||
Comment 58•13 years ago
|
||
Comment 59•13 years ago
|
||
Comment 60•13 years ago
|
||
Comment 61•13 years ago
|
||
workaround |
Comment 62•13 years ago
|
||
Comment 63•13 years ago
|
||
Comment 64•13 years ago
|
||
Comment 65•13 years ago
|
||
Comment 66•13 years ago
|
||
Comment 67•13 years ago
|
||
Comment 68•13 years ago
|
||
Comment 69•13 years ago
|
||
Comment 70•13 years ago
|
||
Reporter | ||
Updated•10 years ago
|
Comment 73•10 years ago
|
||
Comment 74•10 years ago
|
||
Comment 76•10 years ago
|
||
Comment 77•10 years ago
|
||
Comment 78•10 years ago
•
|
||
Comment hidden (obsolete) |
Comment 80•10 years ago
|
||
Comment 81•10 years ago
|
||
Comment 82•10 years ago
|
||
Comment 83•10 years ago
|
||
Comment 84•10 years ago
|
||
Comment hidden (offtopic) |
Comment 86•10 years ago
|
||
Comment 87•10 years ago
|
||
Comment hidden (offtopic) |
Comment 89•10 years ago
|
||
Comment 90•10 years ago
|
||
Comment 94•10 years ago
|
||
Comment 95•10 years ago
|
||
Comment hidden (offtopic) |
Comment 97•10 years ago
|
||
Comment hidden (offtopic) |
Comment hidden (offtopic) |
Comment hidden (offtopic) |
Comment hidden (offtopic) |
Comment hidden (offtopic) |
Updated•3 years ago
|
Comment 106•2 years ago
|
||
nudge nudge. Maybe an oldie but its still a goodie!
The "mailnews.customDBHeaders" work-around does work . Out of the box TB has incorrect received dates and of course sort by received is also wrong.
Pretty please fetch / retain the Received header(s) by default so that received dates are correct and sort by received actually works properly - by default it's broken.
performance rationale doesn't apply when the argument is to do it wrong. Fast and wrong is not right !
Is the simplest 'fix' to simply pre-populate customDBHeaders config with 'Received'?
Until its fixed in TB itself, Can this be done with a distribution policy ... is this valid format for example?
policies: {
"preferences_mailnews": {
"customDBHeaders": "Received"
}
}
Comment 109•11 months ago
|
||
I can see that the properties are being fetched in the header.
See what I get:
Date:Sat, 28 Sep 2024 05:51:51 -0300
User agent:Mozilla Thunderbird
X-Mozilla-Status:0001
X-Mozilla-Status2:00000000
Return-Path:<xxxx@yyyyyy.com>
Delivered-To:5@6168
Received:from imap-director-3.dovecot.cloudus.ewr.xion.oxcs.net ([10.94.2.3]) by imap-backend-21.dovecot.cloudus.ewr.xion.oxcs.net with LMTP id QEDGJxQ5+GbKKgAAW6q79g:T3:P1 (envelope-from <xxxx@yyyyyy.com>) for <5@6168>; Sat, 28 Sep 2024 17:12:53 +0000
The date received should match Sat, 28 Sep 2024 17:12:53 +0000 or Sat, 28 Sep 2024 13:12:53 (local time UTC -04:00)
The only thing that does match is the received order id But you would not want to display that column.
Thunderbird 128.2.3esr (64-bit)
Comment 111•5 months ago
|
||
I kind of like the idea of using message attribute INTERNALDATE for the Received column instead of "Received:" header(s). It's just a simple date string so It could always be fetched and stored on message fetches. No pref needs to be set to enable fetch of the custom "Received:" header(s). Researching to see if it's possible or if there are other issues. Commenters in other bugs have mentioned this is how some clients handle "Received" column, e.g., roundcube and outlook, and report it works well in those clients.
Description
•