- Jul 23, 2014
-
-
Stephan Bosch authored
Doveadm-sieve plugin may be broken at this point; not tested so far.
-
- Jun 26, 2014
-
-
Stephan Bosch authored
-
- Jun 18, 2014
-
-
Stephan Bosch authored
Most important change is that mail service_user was not freed.
-
- Jun 17, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Would cause a segfault. Reported by Coverity.
-
Stephan Bosch authored
Handling of edit_mail_header_find() result was incoherent. Problem reported by Coverity.
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Switch statement item is never reached and return value was bool instead of int. Problem reported by Coverity.
-
Stephan Bosch authored
Forgot a few '*' there. Reported by Coverity.
-
Stephan Bosch authored
Forgot break in switch statement. Reported by Coverity.
-
Stephan Bosch authored
lib-sieve: program client: Forgot break in switch statement for handling of response from script service. Reported by Coverity.
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Parallel to identical Dovecot change.
-
Stephan Bosch authored
Parallel to identical Dovecot change for imap and pop3.
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Reported by Coverity.
-
Stephan Bosch authored
Found by Coverity.
-
Stephan Bosch authored
A va_copy creates a initialised va_list, as if a va_start had been done on it. Therefore, pedantically, a va_end should also be done on it. On most platforms this is a no-op, and for those where it isn't, the pairing is important. This change matches parallel change in Dovecot. Also signalled by Coverity.
-
- May 15, 2014
-
-
Stephan Bosch authored
-
- May 12, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Flags weren't actually updated.
-
- May 08, 2014
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- May 07, 2014
-
-
Stephan Bosch authored
NOTE: Dovecot doesn't currently MIME-encode these in the headers.
-
Stephan Bosch authored
Also cleaned up the surrounding code a bit.
-
Stephan Bosch authored
This way, a duplicate is only marked when the script execution succeeds, as required in the specification.
-
- May 05, 2014
-
-
Stephan Bosch authored
Presence of :addresses argument was represented incorrectly.
-
- Apr 30, 2014
-
-
Stephan Bosch authored
-
- Apr 29, 2014
-
-
Stephan Bosch authored
SMTP API now supports adding multiple recipients to a single SMTP transaction. This makes enotify/notify more efficient, since only one message is actually sent.
-
- Apr 28, 2014
-
-
Stephan Bosch authored
-
- Apr 25, 2014
-
-
Stephan Bosch authored
lib-sieve: Fixed sieve_result_global_log_error to log only as i_info in administrator log (syslog) if executed from multiscript context. Previously, this would work correcly only from the user's personal script and not from multiscript (sieve_before/sieve_after).
-
- Apr 15, 2014
-
-
Stephan Bosch authored
-
- Mar 04, 2014
-
-
Stephan Bosch authored
Backwards compatibility is provided for vnd.dovecot.duplicate. Still need to fix the constraint that it must not track duplicates from failed Sieve executions.
-
- Feb 24, 2014
-
-
Stephan Bosch authored
-
- Jan 07, 2014
-
-
Stephan Bosch authored
This function now returns the binary prefix (file path until '.svbin) rather than just the path of the directory where the binary would be stored.
-
Stephan Bosch authored
-
- Jan 05, 2014
-
-
Stephan Bosch authored
-
- Jan 04, 2014
-
-
Stephan Bosch authored
Some programs can be instructed to output special status information to an extra fd other than stdout or stderr. Also added an option to drop stderr output from program to /dev/null.
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-