thunderbird / thunderbird-android

Thunderbird for Android – Open Source Email App for Android (fka K-9 Mail)
https://thunderbird.net/
Apache License 2.0
10.49k stars 2.49k forks source link

Schedule send email #7492

Closed paniash closed 9 months ago

paniash commented 9 months ago

Checklist

App version

6.603

Problem you are trying to solve

I would like to send an email at a later time automatically. Such a feature exists on gmail, where you can specify the date and time of sending. The only difference is that the email scheduled to be sent later is stored on google's servers and only at the specified time does it get sent from the server to the recipient.

Suggested solution

K-9 being an IMAP client on android could fulfill such a feature by running in the background or make period time checks. When the time-check is at the specified scheduled time, the email gets sent from the client to the recipient.

Screenshots / Drawings / Technical details

No response

njeyaakili commented 9 months ago

this is really a server-side capacity - which is how outlook and, as you note, gmail handles this option. trying to do this from this client-side is very unreliable as it assumes the device is on, has connectivity and the app is running at the specified time(s).

cketti commented 9 months ago

Duplicate of #688