aboutsummaryrefslogtreecommitdiff
path: root/ayatanawebmail
Commit message (Collapse)AuthorAgeFilesLines
* release 23.12.2523.12.25release-buildsMike Gabriel2023-12-261-1/+1
|
* release 23.10.1323.10.13Mike Gabriel2023-10-131-1/+1
|
* ayatanawebmail/application.py: Add colour scheme handlerRobert Tari2023-07-141-0/+10
|
* ayatanawebmail/appdata.py: Drop APPRECOMMENDSRobert Tari2023-06-221-1/+0
|
* ayatanawebmail/dialog.py: Add a tooltip to the command chooserRobert Tari2023-06-221-0/+1
|
* Merge pull request #33 from doronbehar/exec-on-receive/more-infoRobert Tari2023-06-211-1/+1
|\ | | | | Pass host information when calling exec-on-receive
| * Pass host information when calling exec-on-receiveDoron Behar2023-06-211-1/+1
| |
* | release 22.12.1522.12.15Mike Gabriel2022-12-151-1/+1
| |
* | Do not use implicit debuggingRobert Tari2022-07-093-20/+45
|/
* release 22.6.2822.6.28Mike Gabriel2022-06-281-1/+1
|
* ayatanawebmail/dialog.py: Add Horde template (incomplete)Robert Tari2022-05-051-1/+1
|
* ayatanawebmail/application.py: Drop libunity and use dbusRobert Tari2022-05-051-31/+13
|
* Do not fail in the idler stop method on connection dropsIngo Meyer2022-04-041-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 GoogleRobert Tari2022-04-011-11/+2
|
* Fix blocked idler on calling the `stop` methodIngo Meyer2022-03-011-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 listRobert Tari2022-02-271-1/+1
|
* Hardcode server listRobert Tari2022-02-271-3/+2
|
* ayatanawebmail/dialog.py: Fix current authorsRobert Tari2022-02-271-1/+1
|
* release 22.2.2622.2.26Mike Gabriel2022-02-261-1/+1
|
* ayatanawebmail/application.py: Fix typoRobert Tari2022-02-261-1/+1
|
* ayatanawebmail/application.py: Fetch X-GM-THRID for GMail accounts onlyRobert Tari2022-02-261-2/+2
|
* ayatanawebmail/imaplib2.py: Display debug output in debug mode onlyRobert Tari2022-01-051-90/+107
|
* ayatanawebmail/application.py: Do not check idler state when reconnecting in ↵Robert Tari2022-01-031-7/+4
| | | | callback
* Do not run helper applications unless ayatana-webmail is runningRobert Tari2021-12-191-16/+19
|
* release 21.11.1721.11.17Mike Gabriel2021-11-171-1/+1
|
* release 21.2.621.2.6Mike Gabriel2021-02-061-1/+1
|
* Use app's own icons in (Ayatana)AppIndicator fallback modepr/do-not-overwrite-message-indicator-iconsRobert Tari2021-02-061-2/+2
|
* ayatanawebmail/application.py: If no Ayatana Indicator Application is ↵Mike Gabriel2021-01-261-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.25Mike Gabriel2021-01-251-1/+1
|
* Fix grammar bugpr/fix-message-textRobert Tari2021-01-031-1/+1
|
* Do not queue settings dialogs if one is already shownRobert Tari2020-08-231-3/+3
|
* Use server configuration templates + set minimum folder list heightRobert Tari2020-08-223-111/+129
|
* Bring back the translation link on the support pageRobert Tari2020-08-201-6/+6
|
* Remove all GMail referencesRobert Tari2020-08-203-5/+5
|
* Allow at most max-item-count fetches per connectionRobert Tari2020-08-192-3/+3
|
* Change crash notication message20.8.16Robert Tari2020-08-181-1/+1
|
* Initial port from Unity MailRobert Tari2020-08-179-0/+4711