webmail
Here are 74 public repositories matching this topic...
-
Updated
Nov 12, 2021 - Python
-
Updated
Nov 10, 2021 - TypeScript
-
Updated
Jan 23, 2021 - C
🚀 Feature
It would be nice to automatically add a user's Github repositories when github connect is enabled.
Design, Layout, Architecture
It should be pretty easy to query the user's repositories and add them to the user settings on github connect. The Github API already has an endpoint to list them, so we just need to write some code to fetch the list, parse it, and add them to the us
Expected behavior
No errors in the logs.
Actual behavior
I deleted a rather large mail account. The next day I found the following in the logs:
Doctrine\DBAL\Query\QueryException: The number of parameters must not exceed 65535. Restriction by PostgreSQL.
/var/www/vhosts/xyz/abc/apps/mail/lib/Db/MessageMapper.php - line 1135:
OC\DB\QueryBuilder\QueryBuilder->execute()
-
Updated
Jan 7, 2018 - Go
-
Updated
Nov 8, 2019 - PHP
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Nov 12, 2021 - Shell
-
Updated
Nov 12, 2021 - PHP
-
Updated
Jun 10, 2021 - PHP
-
Updated
Nov 9, 2021 - Shell
-
Updated
Oct 18, 2021 - PHP
-
Updated
Oct 2, 2018 - Java
-
Updated
Nov 12, 2021 - Shell
-
Updated
May 16, 2018 - CSS
-
Updated
Oct 27, 2021 - Shell
-
Updated
Nov 6, 2021 - TypeScript
-
Updated
Nov 1, 2021 - Shell
-
Updated
Apr 12, 2018 - Python
-
Updated
Dec 17, 2019 - Go
Improve this page
Add a description, image, and links to the webmail topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webmail topic, visit your repo's landing page and select "manage topics."
The POP3 server (pop3d package) does not have any unit tests. The golang net/textproto package could be used to create some.
See
smtpd/handler_test.gofor examples