cketti
cketti
This was fixed in K-9 Mail 6.308 (see PR #6350).
@numericOverflow: We do accept pull requests to fix this bug.
I can't reproduce this. It might be a bug in the Android version of your device.
> [`a3d6fd7`/mail/protocols/imap/src/main/java/com/fsck/k9/mail/store/imap/ImapList.java](https://github.com/k9mail/k-9/blob/a3d6fd7ab4ba1426f4fdf3ded51286219f5eeb10/mail/protocols/imap/src/main/java/com/fsck/k9/mail/store/imap/ImapList.java) is missing a date format to match a `Date` field with a capitalised month, e.g. `Date: 26 APR 21 21:17:10 +0000` `ImapList.parseDate()` is only used for IMAP's `INTERNALDATE`...
> date: 19 may 2022 17:14:33 This is not a valid date value because it is missing the time zone offset. Time zone information has never been optional, i.e. even...
For "but it works with other clients", please see #1356.
@saintger @ArchangeGabriel: Please don't spam this issue by discussing the finer points of another implementation. You've stated your use cases.
@simontb: Thanks for volunteering to work on this :+1: The ability to use a custom "From" address shouldn't be a general setting. Instead, I want users to be able to...
@ottlinger: That is a completely different feature request. It is tracked under #1117.
We need to use the `CHARSET` argument when using IMAP's `SEARCH` command. See https://tools.ietf.org/html/rfc3501#section-6.4.4