Max Mazurov

Results 116 issues of Max Mazurov

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 -...

client
server

## 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....

server

Both for client and server side. For client - duplicate methods and add ctx argument. For server - pass context value to callbacks.

enhancement
client
server

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...

mta-in
imap

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...

filter
mta-in

### 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.

bug
go-imap-sql

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...

breaking-config
maddyctl

Allows easy backups, etc when used together with storage.imapsql. See https://github.com/foxcpp/maddy/issues/291#issuecomment-735242195 Depends on #303.

storage
good first issue