Max Mazurov
Max Mazurov
Closes #36.
Reference: https://jmap.io/spec-core.html List below is nowhere complete. - [x] Fundamental types - [x] Int - [x] UnsignedInt - [x] Date - [x] UTCDate - [x] Id - [x] Autodiscovery -...
## Things to consider Below are things I believe would make library more useful. - go-jmap should avoid enforcing certain storage design and definitely must not provide storage implementation itself....
Both for client and server side. For client - duplicate methods and add ctx argument. For server - pass context value to callbacks.
I get this message when running chasquid tests while building Arch Linux package: ``` t-11-dovecot ... Fatal: mkdir(/var/lib/dovecot) failed: Permission denied FAILED: user does not exist: no: dial unix /tmp/chasquid-dovecot-test/run/auth-userdb:...
## Use case Putting maddy behind a reverse proxy/load balancer/TLS terminator while still providing necessary information for any policy validation. ## Implementation See #296 for relevant discussion. Exact configuration syntax...
Simplest possible implementation: Add `greylist` filter just doing unconditional greylisting. Possibly better implementation: Add `greylist` check action so e.g. it is possible to implement greylisting as a response to some...
### Discussed in https://github.com/foxcpp/maddy/discussions/435 Originally posted by **lexesv** January 6, 2022 Hello. I set in Thunderbird Config editor: **mail.imap.expunge_after_delete;true** But messages are still not deleted from the server.
Sequence numbers are not guaranteed to refer to any particular message since they can easily change between maddyctl invocations (e.g. if used in a script). Though this should not happen...
Allows easy backups, etc when used together with storage.imapsql. See https://github.com/foxcpp/maddy/issues/291#issuecomment-735242195 Depends on #303.