Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use implicit debugging | Robert Tari | 2022-07-09 | 3 | -20/+45 |
| | |||||
* | release 22.6.2822.6.28 | Mike Gabriel | 2022-06-28 | 1 | -1/+1 |
| | |||||
* | ayatanawebmail/dialog.py: Add Horde template (incomplete) | Robert Tari | 2022-05-05 | 1 | -1/+1 |
| | |||||
* | ayatanawebmail/application.py: Drop libunity and use dbus | Robert Tari | 2022-05-05 | 1 | -31/+13 |
| | |||||
* | Do not fail in the idler stop method on connection drops | Ingo Meyer | 2022-04-04 | 1 | -2/+5 |
| | | | | | | | On connection drops or standby events, sending a `noop` command is not possible, and leads to a failing `stop` method in the `Idler` class. This commit adds a try/except block to ignore that error case, since it is not relevant for the `stop` method. | ||||
* | ayatanawebmail/dialog.py: Drop special warning case for Google | Robert Tari | 2022-04-01 | 1 | -11/+2 |
| | |||||
* | Fix blocked idler on calling the `stop` method | Ingo Meyer | 2022-03-01 | 1 | -0/+3 |
| | | | | | | | | | | Calling the idler `stop` method sends a signal to the internally used thread to finish its work. However, this thread is already blocked by the IMAP IDLE mode and only released after reaching the IDLE timeout. Thus, this commit sends another IMAP command (a simple NOOP) to abort the IDLE mode so the thread can be released without any delay. This commit fixes GitHub issue #26. | ||||
* | ayatanawebmail/dialog.py: Add GMX mail to server list | Robert Tari | 2022-02-27 | 1 | -1/+1 |
| | |||||
* | Hardcode server list | Robert Tari | 2022-02-27 | 1 | -3/+2 |
| | |||||
* | ayatanawebmail/dialog.py: Fix current authors | Robert Tari | 2022-02-27 | 1 | -1/+1 |
| | |||||
* | release 22.2.2622.2.26 | Mike Gabriel | 2022-02-26 | 1 | -1/+1 |
| | |||||
* | ayatanawebmail/application.py: Fix typo | Robert Tari | 2022-02-26 | 1 | -1/+1 |
| | |||||
* | ayatanawebmail/application.py: Fetch X-GM-THRID for GMail accounts only | Robert Tari | 2022-02-26 | 1 | -2/+2 |
| | |||||
* | ayatanawebmail/imaplib2.py: Display debug output in debug mode only | Robert Tari | 2022-01-05 | 1 | -90/+107 |
| | |||||
* | ayatanawebmail/application.py: Do not check idler state when reconnecting in ↵ | Robert Tari | 2022-01-03 | 1 | -7/+4 |
| | | | | callback | ||||
* | Do not run helper applications unless ayatana-webmail is running | Robert Tari | 2021-12-19 | 1 | -16/+19 |
| | |||||
* | release 21.11.1721.11.17 | Mike Gabriel | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | release 21.2.621.2.6 | Mike Gabriel | 2021-02-06 | 1 | -1/+1 |
| | |||||
* | Use app's own icons in (Ayatana)AppIndicator fallback modepr/do-not-overwrite-message-indicator-icons | Robert Tari | 2021-02-06 | 1 | -2/+2 |
| | |||||
* | ayatanawebmail/application.py: If no Ayatana Indicator Application is ↵ | Mike Gabriel | 2021-01-26 | 1 | -6/+1 |
| | | | | running, still attempt loading the AyatanaAppIndicator GIO module before falling back to the (dead and rotten) AppIndicator GIO module. | ||||
* | release 21.1.2521.1.25 | Mike Gabriel | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | Fix grammar bugpr/fix-message-text | Robert Tari | 2021-01-03 | 1 | -1/+1 |
| | |||||
* | Do not queue settings dialogs if one is already shown | Robert Tari | 2020-08-23 | 1 | -3/+3 |
| | |||||
* | Use server configuration templates + set minimum folder list height | Robert Tari | 2020-08-22 | 3 | -111/+129 |
| | |||||
* | Bring back the translation link on the support page | Robert Tari | 2020-08-20 | 1 | -6/+6 |
| | |||||
* | Remove all GMail references | Robert Tari | 2020-08-20 | 3 | -5/+5 |
| | |||||
* | Allow at most max-item-count fetches per connection | Robert Tari | 2020-08-19 | 2 | -3/+3 |
| | |||||
* | Change crash notication message20.8.16 | Robert Tari | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | Initial port from Unity Mail | Robert Tari | 2020-08-17 | 9 | -0/+4711 |