Radicale/radicale
Przemysław Buczkowski 25402ab641 Use AUTHENTICATE PLAIN instead of LOGIN
Makes imaplib use more modern AUTHENTICATE verb
rather than LOGIN.
The immediate benefit is that now the credentials
can be non-ASCII.
In the future, it may be used to add other
authentication methods, such as OAuth.

References:
* https://datatracker.ietf.org/doc/html/rfc6855.html#page-5
* https://bugs.python.org/issue13700
2025-03-06 13:08:51 +00:00
..
app remove base prefix from path (required for proper handling if called by reverse proxy) 2025-03-02 09:06:30 +01:00
auth Use AUTHENTICATE PLAIN instead of LOGIN 2025-03-06 13:08:51 +00:00
hook fix logger.warn->warning 2024-08-27 21:34:52 +02:00
item make flake8 happy 2024-12-05 08:03:00 +01:00
rights Skip group collection match when groups are not used 2024-12-07 18:24:29 +00:00
storage move: catch OSerror 2025-03-02 07:54:52 +01:00
tests make flake8 happy 2025-02-18 06:14:59 +01:00
web add html to display error 2025-02-27 19:40:49 +01:00
__init__.py fix logger-warn-leftovers 2024-07-25 15:48:24 +02:00
__main__.py fix logger-warn-leftovers 2024-07-25 15:48:24 +02:00
config.py script_name: add config option, fixes https://github.com/Kozea/Radicale/issues/1275 2025-03-02 09:02:10 +01:00
httputils.py add new error code 2025-02-11 16:42:45 +01:00
log.py Improve: suppress duplicate log lines on startup 2024-12-18 20:51:33 +01:00
pathutils.py Synced with origin 2023-02-10 22:03:33 +01:00
py.typed Synced with origin 2023-02-10 22:03:33 +01:00
server.py fix for lint 2025-03-05 20:59:41 +01:00
types.py chore: pyupgrade --py38-plus 2024-08-06 13:49:23 +02:00
utils.py extend module list to display version on start 2025-02-25 06:20:14 +01:00
xmlutils.py Added Webcal support in web UI 2024-03-05 23:57:58 +11:00