envoyer
envoyer copied to clipboard
Linux mail app written in Rust for GTK4
If you open an undownloaded message when a sync is in progress, the download times out and fails.
`ListViews` are the newer better GTK API. With `ListBox` we cannot set the selection correctly after reloading the items. Likely the solution would be to use `folders_list_model.connect_items_changed` and in the...
When there's more than two new emails do not send a notification for each one
This is needed so that we can get the .desktop file in order to enable notifcations
It's currently hard-coded to always be on, even if the server might not supported. This is fine since the app currently only supports Gmail, but when support for non-gmail IMAP...
When servers don't support idle
https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.PowerProfileMonitor
``` INFO - Identity for [email protected] created INFO - Initializing identity with address [email protected] DEBUG - Did not find folder [Gmail]/Starred locally for identity [email protected]. Inserting in database DEBUG -...
It should use the model directly instead of the applcation message.