Software /
code /
prosody-modules
Log
mod_auth_imap/auth_imap/mod_auth_imap.lua @ 3757:971417eedfee
description | author | age |
---|---|---|
mod_auth_imap: Fix typo in previous commit | Matthew Wild | Thu, 26 Sep 2013 18:35:42 +0100 |
mod_auth_imap: Rename imap_service_realm to imap_auth_realm and inherit from sasl_realm, rename imap_service_name to imap_auth_service_name | Matthew Wild | Thu, 26 Sep 2013 18:30:46 +0100 |
mod_auth_imap: unfortunately large commit which adds support for SSL (including cert verification), appending the realm to usernames, and various IMAP protocol fixes | Matthew Wild | Thu, 26 Sep 2013 18:14:45 +0100 |
mod_auth_imap: Leave port nil if not specified in the config, so we can auto-detect based on whether we use SSL | Matthew Wild | Thu, 26 Sep 2013 18:11:44 +0100 |
mod_auth_imap: Authentication module that works by passing through SASL to a IMAP connection | Kim Alvefur | Thu, 26 Sep 2013 13:43:27 +0200 |