maddy/internal/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
..
file.go Fully separate authentication from IMAP access 2020-04-14 00:06:47 +03:00
file_test.go Use config.Node instead of *config.Node everywhere 2020-03-05 02:26:29 +03:00
identity.go table: Add identity, static and regexp table modules 2020-03-06 02:28:31 +03:00
regexp.go table: Add identity, static and regexp table modules 2020-03-06 02:28:31 +03:00
sql_query.go Fully separate authentication from IMAP access 2020-04-14 00:06:47 +03:00
sql_query_test.go Fully separate authentication from IMAP access 2020-04-14 00:06:47 +03:00
sql_table.go Fully separate authentication from IMAP access 2020-04-14 00:06:47 +03:00
sqlite3.go table: Implement SQL query-based table 2020-02-29 19:23:28 +03:00
static.go table: Add identity, static and regexp table modules 2020-03-06 02:28:31 +03:00