thunderbird-android
thunderbird-android copied to clipboard
K-9 Mail – Open Source Email App for Android
I spotted in some emails a date in the following format: ``` Date: 06-MAY-2016 19:00:22 ``` I think due to the uppercase month, k-9 mail is unable to handle them,...
**Describe the bug** 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` **To Reproduce** Steps to reproduce...
### Checklist - [X] I have used the search function to see if someone else has already submitted the same feature request. - [X] I will describe the problem with...
### Checklist - [X] I have used the search function to see if someone else has already submitted the same bug report. - [X] I will describe the problem with...
Right now we only display images in the message list when the sender's email address belongs to a system contact. Sometimes it would be nice to see pictures for the...
>And K-9 Mail does not require you to add Google accounts as system accounts (that can be used by all installed Google apps). _Originally posted by @cketti in https://github.com/thundernest/k-9/issues/6082#issuecomment-1141995310_ Just...
### Checklist - [X] I have used the search function to see if someone else has already submitted the same bug report. - [X] I will describe the problem with...
Remove support for the POP3 protocol. K-9 Mail never supported POP3's "download then delete from server" model. The app tries to treat POP3 accounts similar to IMAP where we download...
***Is your feature request related to a problem? Please describe.*** I think RecyclerView is better because: - It has better performance - It has better support with new Material and...