maddy/internal/module
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
..
auth.go Fully separate authentication from IMAP access 2020-04-14 00:06:47 +03:00
check.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
delivery_target.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
dummy.go Implement table-based authentication provider 2020-03-01 02:36:54 +03:00
instances.go Implement global callbacks for "shutdown" and "reload" 2020-01-02 12:26:32 +03:00
modifier.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
module.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
msgmetadata.go Address several TODO comments 2020-03-05 02:26:30 +03:00
partial_delivery.go Use context.Context all over the place 2019-12-13 17:31:35 +03:00
registry.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
storage.go Fully separate authentication from IMAP access 2020-04-14 00:06:47 +03:00
table.go Fully separate authentication from IMAP access 2020-04-14 00:06:47 +03:00