Commit Graph

3 Commits

Author SHA1 Message Date
Nik 44dd2435ec Add dynamic selection of the TLS/SSL encryption method 2020-10-12 22:53:54 +02:00
Nik 95b822f000 Use TLS instead of SSL authentication in IMAP connection 2020-07-05 22:11:00 +02:00
Nik f54e5e65c9 Add Feature IMAP authentication
### Added

- Add IMAP Authentication Plugin which stores the IMAP server to a DB field and handles the registration and authentication of IMAP users.

### Changed

- Add extra plugin hooks `beforeVerifyUser` & `afterVerifyUser` in `60.plugins.php`.
- Change the `login.class.php` by calling the `beforeVerifyUser` & `afterVerifyUser` hooks in order to support more authentication methods.
2020-06-24 00:49:11 +02:00