Skip to content

Commit c0869ba

Browse files
authored
Merge pull request #11979 from nextcloud/feat/11976/document-outbox-send-states
feat(outbox): document outbox and send states
2 parents 9de1797 + bbafc35 commit c0869ba

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

user_manual/groupware/mail.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Change sort order
3939

4040
.. note:: This change will apply across all your accounts and mailboxes
4141

42+
.. _mail-scheduled-messages:
43+
4244
Scheduled messages
4345
~~~~~~~~~~~~~~~~~~~
4446
1. Click new message button on top left of your screen
@@ -154,6 +156,29 @@ You can resume your minimized message by clicking anywhere on the indicator on t
154156

155157
Press the close button on the modal or the indicator in the bottom right corner to stop editing a message. A draft will be saved automatically into your draft mailbox.
156158

159+
Outbox
160+
------
161+
162+
When a message has been composed and the "Send" button was clicked, the message is added to the outbox which can be found in the bottom left corner of the left sidebar:
163+
164+
.. figure:: images/mail_outbox.png
165+
166+
You can also set the date and time for the send operation to a point in the future (see :ref:`Scheduled messages <mail-scheduled-messages>`)- the message will be kept in the outbox until your choosen date and time arrives, then it will be sent automatically.
167+
168+
The outbox is only visible when there is a message waiting to be handled by the outbox.
169+
170+
You can re- open the composer for a message in the outbox any time before the "send"- operation is triggered.
171+
172+
.. note::
173+
When an error occurs during sending, three error messages are possible:
174+
175+
Could not copy to "Sent" mailbox
176+
The mail was sent but couldn't be copied to the "Sent" mailbox. This error will be handled by the outbox and the copy operation will be tried again.
177+
Mail server error
178+
Sending was unsuccessful with a state than can be retried (ex: the SMTP server couldn't be reached). The outbox will retry sending the message.
179+
Message could not be sent
180+
Sending might or might not have failed. The mail server can't tell us the state of the message. Since the Mail app has no way to determine the state of the message (sent or unsent) the message will stay in the outbox and the account user has to decide how to proceed.
181+
157182

158183
Mailbox actions
159184
---------------

0 commit comments

Comments
 (0)