-
Notifications
You must be signed in to change notification settings - Fork 2.3k
fix(groupware): Move admin and user documentation for mail app out of mail repo and update debug logging #13993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6f5629b to
92af00b
Compare
SebastianKrupinski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor adjustments
|
|
||
| sudo -E -u www-data php occ mail:account:debug <accountId> --on | ||
|
|
||
| All subsequent outgoing connections made by the mail app will then be written to the ``data`` directory. The file naming follows the following format: ``mail-{{userId}}-{{accountId}}-{{protocol}}.log`` (e.g., `mail-admin-49-imap.log`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make its '{installation folder}/data'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I've checked the other documentation files and all of them just expect you to be in the root directory of the nextcloud installation. I would stick to that scheme for consistency? Otherwise, we should include that in the cli commands as well...
| sudo -E -u www-data php occ config:system:set debug --value true --type bool | ||
| sudo -E -u www-data php occ config:system:set loglevel --value 0 --type int | ||
|
|
||
| All subsequent outgoing connections made by the mail app will then be written to the ``data`` directory. The file naming follows the following format: ``horde_{{protocol}}.log`` (e.g., `horde_imap.log`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
…tral documentation Signed-off-by: David Dreschner <[email protected]>
92af00b to
0f673fa
Compare
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/documentation/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
|
Ohh, good point! 😅 Looks like my brain did some hallucination there last week 🙈 Fix is on its way |
|
Agree with @kesselb |
|
/backport to stable32 |


☑️ Resolves
For historical reasons, the groupware team had some admin and user documentation for the mail app within their repository. This isn't ideal as it creates different "sources of truth".
Therefore, this PR integrates the content from there and updates the documentation about debug logging for IMAP/SMTP/Sieve as well as an updated link to the Mozilla wiki for the autoconfig feature.
🖼️ Screenshots
Mail app page
Troubleshooting page
Added keyboard shortcut in user manual