maddy/internal/auth/pass_table
fox.cpp e19d21dfcb
Fully separate authentication from IMAP access
Now imapsql module does not handle authentication. (it was not doing it so well
anyway)

sql_table module was introduced and used in the default configuration as
a replacement for functionality that was implemented by imapsql before.

Parts of maddyctl code were rewritten to make it work transparently with
any IMAP backend or credentials store.

Closes #212.
2020-04-14 00:06:47 +03:00
..
hash.go Implement table-based authentication provider 2020-03-01 02:36:54 +03:00
table.go Fully separate authentication from IMAP access 2020-04-14 00:06:47 +03:00
table_test.go Use config.Node instead of *config.Node everywhere 2020-03-05 02:26:29 +03:00