sabre-io / Baikal

Baïkal is a Calendar+Contacts server
https://sabre.io/baikal/
GNU General Public License v3.0
2.53k stars 290 forks source link

IMAP Authentication added to Baikal #1292

Open n-connect opened 1 month ago

n-connect commented 1 month ago

Moving this week from another calendar server to Sabre/dav -> Baikal needed the IMAP auth capability. After checking #52 #869 #656 plus some Google search here is a fully working IMAP auth extension for Baikal, including Webadmin UI and saving the IMAP connection data into baikal.yaml. I'm no PHP coder, used the existing coding style to add the functionality (the PHP-CS fixer throws errors for some reasons, not checked).

Highlights :

Tested with:

Usage:

If you want to disable web-admin UI after your configuration is done:

TODO:

Working code can be downloaded/tested from my fork