- 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
-
- Nov 17, 2022
-
-
Timo Sirainen authored
-
- Sep 23, 2021
-
-
Stephan Bosch authored
-
- Jun 01, 2021
-
-
Timo Sirainen authored
-
- May 21, 2021
-
-
Stephan Bosch authored
Adds status parameter to sieve_result_execute().
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- May 20, 2021
-
-
Stephan Bosch authored
Providing an out-of-range index caused an assert panic. Panic was: Panic: file mail-index-transaction-update.c: line 19 (mail_index_transaction_lookup): assertion failed: (seq >= t->first_new_seq && seq <= t->last_new_seq)
-
Stephan Bosch authored
testsuite: testsuite-mailstore - Return struct testsuite_mailstore_mail from testsuite_mailstore_open(). This is more flexible and needed in subsequent commit.
-
- May 10, 2021
-
-
Stephan Bosch authored
This is actually a secondary test. The command calling this should already have checked this.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Jan 22, 2021
-
-
Stephan Bosch authored
It indicates that script execution exceeded a resource limit (currently only CPU time limit).
-
Stephan Bosch authored
-
- Aug 19, 2020
-
-
Stephan Bosch authored
Fixes assert failure occurring either at compiletime or at runtime (depending on whether the value originates from variable).
-
Stephan Bosch authored
Reduces code indent.
-
Stephan Bosch authored
-
- Aug 13, 2020
-
-
Stephan Bosch authored
-
- Aug 06, 2020
-
-
Stephan Bosch authored
This indicates whether the last script in the sequence is being executed.
-
Stephan Bosch authored
Before, it would only terminate the test when it failed explicitly using the test_fail command.
-
Stephan Bosch authored
The actions contained in the result may keep references to the overriden mail struct, so these need to be preserved.
-
Stephan Bosch authored
The actions contained in the result may keep references to the overriden mail struct, so these need to be preserved.
-
Stephan Bosch authored
This holds a reference to the initial result, causing it to linger after test_result_reset, thereby also holding a reference to the message context, preventing it from being cleared. This in turn, can keep references to modified message versions that cause the main message object to remain referenced. This causes a panic in specific cases upon test_result_reset: Panic: Input stream data unexpectedly has references
-
Stephan Bosch authored
Caused a panic when input was not valid. This is only relevant to the test suite and doesn't occur anywhere else (apart from the previous similar commit for lib-sieve-tool). Panic was: Panic in file smtp-address.c: line 684 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))`
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Apr 27, 2020
-
-
Stephan Bosch authored
Use mail_get_message_id() instead of just mail_get_first_header().
-
Stephan Bosch authored
-
Stephan Bosch authored
-