View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000708 | SOGo | Web Mail | public | 2010-07-26 19:24 | 2016-09-27 20:13 |
Reporter | gienger | Assigned To | ludovic | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.3.0 | ||||
Target Version | 3.0.0 | Fixed in Version | 3.2.0 | ||
Summary | 0000708: SOGoMailListViewColumnsOrder uuid (imap unique identifiers) | ||||
Description | Is there also a possible "UUID" column to be able to sort in the order of reception of these mails? Sorting by date is sometimes bad when a sender has configured a wrong timezone or did not synchronize his computer clock. Also some Spams (which rarely achieve to pass our spam filters) are always on top because of a date in the future. Would be nice to have "uuid" or "imap message number" as sort criteria/column. | ||||
Tags | No tags attached. | ||||
Just adding this little note: I had the problem with multiple accounts that "new" mails are "way behind" the actual date so that sorting in "Date" order is suboptimal. Also it would be nice if "Mark all messages as read" would be implented, should not be a big issue :-) |
|
Another way to solve this problem would be to rename "Date" column in "Sent date" (like Apple Mail does, for example) and to add a new column called "Received date". The value for the latter can be inferred from the last "Received:" header and is much more trustable than the former, since it is written by the destination server. Do not forget that often users need to see the actual date / time in which they received a certain message. For instance, given these headers: Received: by mail.myserver.com (Postfix, from userid 503) ...the Received date would be "21 Jul 2011 12:40". |
|
It is just easier: If you look at the Javascript code in Mail/view:
... ... .. You see the list of IMAP-Message-Numbers in the sort order defined by the user (defaults to date). The same applies when calling ..../Mail/folderNAME/uids. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2010-07-26 19:24 | gienger | New Issue | |
2010-09-24 09:06 | gienger | Note Added: 0001512 | |
2010-11-19 18:38 | ludovic | Status | new => assigned |
2010-11-19 18:38 | ludovic | Assigned To | => ludovic |
2010-11-19 18:38 | ludovic | Target Version | => 1.3.5 |
2011-01-05 20:31 | ludovic | Target Version | 1.3.5 => |
2011-07-23 13:53 | corradofiore | Note Added: 0002737 | |
2011-08-17 13:18 | gienger | Note Added: 0002804 | |
2015-07-06 15:54 | Christian Mack | Relationship added | related to 0003126 |
2015-07-07 12:33 | francis | Target Version | => 3.0.0 |
2016-09-27 20:12 | ludovic | Changeset attached | => sogo master 13dd21be |
2016-09-27 20:12 | ludovic | Resolution | open => fixed |
2016-09-27 20:13 | ludovic | Status | assigned => resolved |
2016-09-27 20:13 | ludovic | Fixed in Version | => 3.2.0 |