Add support for SMTP

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2026-01-11 20:29:57 -03:00
parent 51feb76b47
commit b86ecbfc99
3 changed files with 146 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
* FTP
* WebDAV
* HTTP BasicAuth
* SMTP
* SSH
* XMPP
@@ -33,6 +34,6 @@ Read the [documentation](https://github.com/nextcloud/user_external#readme) to l
<bugs>https://github.com/nextcloud/user_external/issues</bugs>
<repository type="git">https://github.com/nextcloud/user_external.git</repository>
<dependencies>
<nextcloud min-version="25" max-version="30" />
<nextcloud min-version="25" max-version="32" />
</dependencies>
</info>