- Oct 18, 2023
-
-
Stephan Bosch authored
-
- Oct 10, 2023
-
-
Timo Sirainen authored
If the mail store commit failed, the mail was not guaranteed to be saved. We don't want to lose mails, even if e.g. a forward had just succeeded.
-
- Aug 30, 2023
- Jun 19, 2023
-
-
Stephan Bosch authored
In that case, the header name and middle are empty, causing: Panic: file edit-mail.c: line 820 (edit_mail_headers_parse): assertion failed: (body_offset > 0) Fixed by skipping the bad header for parsing altogether.
-
- May 31, 2023
-
-
Aki Tuomi authored
This is needed when the mailbox is opened with EXAMINE and is a source for the operation. imap_sieve_mailbox_run_copy_source() expects the source mailbox's context to exist.
-
- May 10, 2023
-
-
Marco Bettini authored
This avoids adding another Message-id if one is already present but of bad quality.
-
- May 02, 2023
- Apr 28, 2023
-
-
Aki Tuomi authored
It should be PACKAGE_NAME but that breaks too much now.
-
- Apr 27, 2023
- Apr 20, 2023
-
-
Aki Tuomi authored
Is now intended to the used for user deinitialization. This fixes mail_user_session_finished event not being sent with managesieve.
-
- Apr 19, 2023
-
-
Aki Tuomi authored
-
- Apr 12, 2023
-
-
Karl Fleischmann authored
To prevent a maybe-uninitialized warning the autodetecting now sets the storage_path parameter in any case.
-
- Apr 03, 2023
-
-
Karl Fleischmann authored
-
Karl Fleischmann authored
These were originally written while the plugin was in draft. These can be now removed as the RFC has been finalized and the commands were dropped.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Karl Fleischmann authored
-
Karl Fleischmann authored
-
Karl Fleischmann authored
lib-sieve: sieve-storage, sieve-file-storage - Drop deprecated handling of 'sieve_dir' configuration
-
Stephan Bosch authored
-
Karl Fleischmann authored
-
- Mar 29, 2023
-
-
Timo Sirainen authored
It only causes confusing output.
-
- Feb 03, 2023
- Jan 27, 2023
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
The dump-capability just wants to get the capabilities. Any problems with settings will be handled later on.
-
- Jan 12, 2023
-
-
Timo Sirainen authored
Also change the callers to not bother storing it separately. Instead, they can just use mail_user_r->service_user.
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- Jan 04, 2023
-
-
Aki Tuomi authored
It must not be committed
-