You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/groupware/mail.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ Users can share mailboxes with each other. So far, there is no UI for users to c
197
197
User Interface Preference Defaults
198
198
----------------------------------
199
199
200
-
.. versionadded:: 5.2
200
+
.. versionadded:: 5.2 Nextcloud 30 or newer
201
201
202
202
The Mail app allows administrators to set default user interface preferences for all users, these preferences can be changed by the user afterwards. This can be useful to ensure a consistent experience across the application.
203
203
@@ -224,7 +224,7 @@ Administration settings > Groupware > Mail app > Enable text processing through
224
224
Thread Summary
225
225
--------------
226
226
227
-
.. versionchanged:: 3.6.0
227
+
.. versionchanged:: 3.6.0 Nextcloud 26 or newer
228
228
This configuration option was merged into :ref:`mail_llm_processing`
229
229
230
230
The mail app supports summarizing message threads that contain 3 or more messages.
Copy file name to clipboardExpand all lines: admin_manual/groupware/troubleshooting.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ The Nextcloud Mail app offers an extensive logging system to make it easier iden
161
161
162
162
Per mail account
163
163
~~~~~~~~~~~~~~~~
164
-
.. versionadded:: 5.1.0
164
+
.. versionadded:: 5.1.0 Nextcloud 30 or newer
165
165
166
166
Starting with version 5.1.0 of the mail app, you can enable logging of outgoing IMAP/SMTP/Sieve connections limited to a specific mail account. As that saves a lot of resources on your system, this is the preferred method for debugging issues regarding IMAP/SMTP/Sieve connections.
167
167
@@ -185,7 +185,7 @@ Globally
185
185
~~~~~~~~
186
186
This enables logging of the IMAP/SMTP/Sieve connections for **all** mail accounts configured on the server. This should be used with caution as it can put a lot of strain on large environments.
187
187
188
-
.. versionadded:: 5.1.0
188
+
.. versionadded:: 5.1.0 Nextcloud 30 or newer
189
189
190
190
To enable the global debug logging on versions 5.1.0 and above, just run the following command on the server:
191
191
@@ -202,7 +202,7 @@ The global debug logging can be disabled once you've collected the necessary dat
.. note:: The following steps only apply to version 1.6.2 up to 5.0.8. Restrict logging of outgoing connections to a specific mail account is not available there.
205
-
.. versionadded:: 1.6.2
205
+
.. versionadded:: 1.6.2 Nextcloud 20 or newer
206
206
207
207
To enable the global debug logging, it's necessary to enable both the debug mode as well as debug logging for the whole nextcloud instance by running the following commands on the server:
Copy file name to clipboardExpand all lines: developer_manual/digging_deeper/groupware/calendar_provider.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Please be aware that there are some security considerations to take into account
95
95
Access through CalDAV
96
96
~~~~~~~~~~~~~~~~~~~~~
97
97
98
-
.. versionadded:: 27
98
+
.. versionadded:: 27.0.0
99
99
100
100
As with the built-in calendars, calendars provided by ``ICalendarProvider`` can be accessed using CalDAV. Therefore, permissions of the ``ICalendar`` are automatically mapped to the DAV object.
101
101
Write support is also supported. Please note that deleting entities is currently implemented by setting the entity to the canceled state and passing it to the ``createFromString`` method.
Attendee email response links no longer offer inputs to add a comment or invite additional guests to the event.
257
257
258
258
.. tip:: When adding other Nextcloud users as attendees to an event, you may access their free-busy information if available, helping you determine when the best time slot for your event is. Set your :ref:`working hours<calendar-working-hours>` to let others know when you are available. Free-busy information is only available for other users on the same Nextcloud instance.
@@ -289,7 +289,7 @@ Similar to attendees you can add rooms and resources to your events. The system
289
289
290
290
Room availability
291
291
~~~~~~~~~~~~~~~~~
292
-
.. versionadded:: 5.0
292
+
.. versionadded:: 5.0 Nextcloud 30 or newer
293
293
294
294
If the "Calendar Rooms and Resources" app is installed on your instance, you can now find ``Room availability`` the ``Resources`` section. It lists all the existing rooms. You can check the availability of each room in a manner similar to checking the free/busy status of event attendees.
295
295
@@ -494,7 +494,7 @@ You can create a Talk room directly from the calendar app for a booked appointme
494
494
Proposals
495
495
---------
496
496
497
-
.. versionadded:: 6.0.0
497
+
.. versionadded:: 6.0 Nextcloud 32 or newer
498
498
499
499
Finding a meeting time for a group of participants can be challenging. As of Calendar v6, a new feature was introduced that allows users to create proposals for meeting times.
500
500
This means that instead of just booking a time, or searching for a available time in the free busy view, participants can vote on a set of proposed times for a meeting.
0 commit comments