Pouriya Jahanbakhsh
46dcef4110
doc: replace maddyctl
with maddy
2022-11-06 11:32:23 +03:30
fox.cpp
778de83987
Merge branch 'master' into dev
2022-01-06 03:45:56 +03:00
fox.cpp
b217232c29
Remove references to merged extension packages
2022-01-06 03:43:26 +03:00
fox.cpp
7377878b9c
Merge branch 'go-imap-v2' into dev
2022-01-06 02:59:54 +03:00
Gusted
8f30f559a1
refactor(errors): return errors where possible
2021-08-10 19:33:54 +03:00
Gusted
53cb4c06c2
refactor(errors): use errors.is
to account wrapped errors
2021-08-10 19:33:54 +03:00
fox.cpp
ce896c7036
storage/imapsql: Implement delivery_map in addition to auth_map
2021-08-09 11:43:17 +03:00
fox.cpp
461cf0b90f
storage/imapsql: Add support for using PostgreSQL broker for updates
2021-07-18 21:12:24 +03:00
fox.cpp
2e81d5a976
Port existing functionality to go-imap v2
2021-07-18 11:20:13 +03:00
fox.cpp
02924d8d4b
storage/blob: Implement usability test using go-imap-backend-tests and go-imap-sql
...
Blob storage would also benefit from stress
testing and concurrency consistency tests.
But these are things that are probably also
worth adding to go-imap-backend-tests instead.
2021-07-15 20:34:07 +03:00
fox.cpp
956e9ed65f
Remove deprecated 0.3 module name aliases
2021-07-15 16:27:15 +03:00
fox.cpp
09393aed8f
Refactor imapsql ExternalStore to use modules
...
Closes #303
2021-07-11 21:42:38 +03:00
fox.cpp
6d44617840
Use context.Context in module.Table
...
Closes #366 .
2021-07-10 14:56:43 +03:00
fox.cpp
a774674650
storage/imapsql: Use same normalization functions as authorize_sender
2021-07-09 22:49:38 +03:00
fox.cpp
a2e781ab3a
storage/imapsql: Implement auth_map
2020-09-19 18:05:01 +03:00
fox.cpp
a99e6f7c5b
storage/imapsql: Move delivery logic to a separate file
2020-09-19 18:05:00 +03:00
fox.cpp
ec02cca6f8
Add more recover() at goroutine start points
...
This is a double-edged sword though as blind panic recovery
can lead to consistency issues in program state.
In particular, halting imapsql update push due to panic can lead
to a deadlock in IMAP code.
Panic in MTA-STS cache maintenance routine can lead to degraded
security.
2020-09-10 20:45:57 +03:00
fox.cpp
1da80d9ac5
storage/imapsql: Fix nil pointer reference when no IMAP filters are set
2020-08-21 23:07:04 +03:00
fox.cpp
665c443de6
Enable THREAD=ORDEREDSUBJECT and SORT extensions for go-imap-sql
...
Closes #252 .
2020-07-27 16:46:50 +03:00
fox.cpp
f8caf1d188
storage/imapsql: Fix incorrect module name in log messages related to delivery errors
2020-07-24 18:21:52 +03:00
fox.cpp
2d18ff5a30
MIT => GPLv3; Add license/copyright notices everywhere
2020-07-22 16:12:26 +03:00
fox.cpp
e27574a9e5
storage/imapsql: Register module in delivery target namespace
...
Allows it to be used as "deliver_to imapsql".
2020-07-17 23:36:11 +03:00
fox.cpp
18bc68a7ac
Implement "IMAP filters"
...
Closes #202 .
2020-07-17 23:33:59 +03:00
fox.cpp
bcceec4fe4
Extract several packages to form a public API
2020-07-15 01:31:06 +03:00
fox.cpp
03d9e52627
Rename modules and introduce namespace-aware module name lookups
...
See #248 .
2020-07-15 01:31:05 +03:00
fox.cpp
7645daa886
Update dependencies, tidy go.mod, format files, fix minor linter warnings
2020-05-31 19:18:48 +03:00
fox.cpp
bf612cb865
storage/imapsql: Implement module.Table interface
2020-05-23 02:55:45 +03:00
fox.cpp
50bf3e6b33
storage/imapsql: Fix SPECIAL-USE support being accidentally disabled
2020-05-18 23:16:48 +03:00
fox.cpp
f395db25a6
storage/imapsql: Fix Close deadlock in case of EnableUpdatePipe fail
2020-04-26 21:31:12 +03:00
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
fox.cpp
e7d5418b88
storage/imapsql: Rename and clarify docs
...
See #212 .
2020-03-05 22:04:17 +03:00