search for: array_idx_modifi

Displaying 12 results from an estimated 12 matches for "array_idx_modifi".

2018 Mar 27
3
Release 2.3.1
...s. This is also available via https://repo.dovecot.org if you want packages. libsodium support didn't get into this build, due to build environment issues, but 2.3.2 will contain it. * Submission server support improvements and bug fixes - Lots of bug fixes to submission server * API CHANGE: array_idx_modifiable will no longer allocate space - Particularly affects how you should check MODULE_CONTEXT result, or use REQUIRE_MODULE_CONTEXT. + mail_attachment_detection_options setting controls when $HasAttachment and $HasNoAttachment keywords are set for mails. + imap: Support fetching body snippets us...
2018 Mar 27
3
Release 2.3.1
...s. This is also available via https://repo.dovecot.org if you want packages. libsodium support didn't get into this build, due to build environment issues, but 2.3.2 will contain it. * Submission server support improvements and bug fixes - Lots of bug fixes to submission server * API CHANGE: array_idx_modifiable will no longer allocate space - Particularly affects how you should check MODULE_CONTEXT result, or use REQUIRE_MODULE_CONTEXT. + mail_attachment_detection_options setting controls when $HasAttachment and $HasNoAttachment keywords are set for mails. + imap: Support fetching body snippets us...
2017 Jun 10
0
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...switch(c) { +532 case 0: +533 for(unsigned int i = 0; i < array_count(&pargv); i++) { +534 const struct option *opt = array_idx(&opts,li); +535 param = array_idx_modifiable(&pargv,i); +536 if (opt->name == param->name) +537 doveadm_fill_param(param, optarg, pool); +538 } +539 break; +540 case '?': +541 case ':...
2018 Mar 29
2
Release 2.3.1
...t.org if you want packages. libsodium support > didn't get into this build, due to build environment issues, but > 2.3.2 will contain it. > > * Submission server support improvements and bug fixes > ? - Lots of bug fixes to submission server > * API CHANGE: array_idx_modifiable will no longer allocate space > ?- Particularly affects how you should check MODULE_CONTEXT > result, or use REQUIRE_MODULE_CONTEXT. > > + mail_attachment_detection_options setting controls when > ? $HasAttachment and $HasNoAttachment keywords are set for mails. &...
2018 Mar 29
2
Release 2.3.1
...t; support didn't get into this build, due to build environment >> issues, but 2.3.2 will contain it. >> >> * Submission server support improvements and bug fixes >> ? - Lots of bug fixes to submission server >> * API CHANGE: array_idx_modifiable will no longer allocate space >> ?- Particularly affects how you should check MODULE_CONTEXT >> result, or use REQUIRE_MODULE_CONTEXT. >> >> + mail_attachment_detection_options setting controls when >> ? $HasAttachment and $HasNoAtta...
2018 Mar 29
2
Release 2.3.1
...to this build, >>> due to build environment issues, but 2.3.2 will contain it. >>> >>> * Submission server support improvements and bug fixes >>> ? - Lots of bug fixes to submission server >>> * API CHANGE: array_idx_modifiable will no longer >>> allocate space >>> ?- Particularly affects how you should check >>> MODULE_CONTEXT result, or use REQUIRE_MODULE_CONTEXT. >>> >>> + mail_attachment_detection_options setting controls...
2018 Mar 28
0
Release 2.3.1
...https://repo.dovecot.org if > you want packages. libsodium support didn't get into this build, due to > build environment issues, but 2.3.2 will contain it. > > * Submission server support improvements and bug fixes > - Lots of bug fixes to submission server > * API CHANGE: array_idx_modifiable will no longer allocate space > - Particularly affects how you should check MODULE_CONTEXT result, or use > REQUIRE_MODULE_CONTEXT. > > + mail_attachment_detection_options setting controls when > $HasAttachment and $HasNoAttachment keywords are set for mails. > + imap: Supp...
2018 Mar 29
0
Release 2.3.1
...g >> if you want packages. libsodium support didn't get into this build, due to >> build environment issues, but 2.3.2 will contain it. >> >> * Submission server support improvements and bug fixes >> - Lots of bug fixes to submission server >> * API CHANGE: array_idx_modifiable will no longer allocate space >> - Particularly affects how you should check MODULE_CONTEXT result, or >> use REQUIRE_MODULE_CONTEXT. >> >> + mail_attachment_detection_options setting controls when >> $HasAttachment and $HasNoAttachment keywords are set for mail...
2018 Mar 29
0
Release 2.3.1
...libsodium support didn't >>> get into this build, due to build environment issues, but 2.3.2 will >>> contain it. >>> >>> * Submission server support improvements and bug fixes >>> - Lots of bug fixes to submission server >>> * API CHANGE: array_idx_modifiable will no longer allocate space >>> - Particularly affects how you should check MODULE_CONTEXT result, or >>> use REQUIRE_MODULE_CONTEXT. >>> >>> + mail_attachment_detection_options setting controls when >>> $HasAttachment and $HasNoAttachment keywo...
2018 Mar 29
0
Release 2.3.1
...t;>> didn't get into this build, due to build environment issues, but 2.3.2 will >>>> contain it. >>>> >>>> * Submission server support improvements and bug fixes >>>> - Lots of bug fixes to submission server >>>> * API CHANGE: array_idx_modifiable will no longer allocate space >>>> - Particularly affects how you should check MODULE_CONTEXT result, or >>>> use REQUIRE_MODULE_CONTEXT. >>>> >>>> + mail_attachment_detection_options setting controls when >>>> $HasAttachment and $H...
2016 Oct 09
6
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
Hi. I finally decided it was really time to stop being lazy and really move away from gmail. After I have a server in my basement using power, etc. So I turned on the imap provided - and did not quite cry - it will have to do for now, but imap2 is wanting. A real server yes, but not Linux. (Using linux would require another server AND I would feel I am being lazy again). So, I downloaded
2007 Mar 15
5
[PATCH 0/5] fix gcc warnings in CVS HEAD
Hi, I have rewritten the patches I submitted earlier today for the CVS HEAD. Some of the changes were already committed months ago. On 2007/03/15 12:30, Timo Sirainen <tss at iki.fi> wrote: > That's ok, but I'm not sure about bsearch_insert_pos(). It's the way it > is mostly because I wanted to keep bsearch() API. If it can't return > void * then maybe it could be