Displaying 3 results from an estimated 3 matches for "parsed_workaround".
Did you mean:
parsed_workarounds
2009 Dec 16
1
v2.0.beta1
Hi Timo,
the imap_client_workarounds are not always parsed. There was on
situation, in which cmd->client->set->parsed_workarounds was set to
WORKAROUND_TB_EXTRA_MAILBOX_SEP. Sorry, I can't remember what I have done.
But when I try to delete a mailbox with Thunderbird
imap_client_workarounds are not parsed:
(gdb) print cmd->client->set->imap_client_workarounds
$7 = 0x1422de0 "tb-extra-mailbox-sep"
(...
2019 Jul 10
0
Dovecot 2.3.6 on Solaris10: build issues, segfaults
...ssion_relay_ssl_verify;
const char *submission_relay_rawlog_dir;
unsigned int submission_relay_max_idle_time;
unsigned int submission_relay_connect_timeout;
unsigned int submission_relay_command_timeout;
/* imap urlauth: */
const char *imap_urlauth_host;
in_port_t imap_urlauth_port;
int parsed_workarounds;
};
int main(void)
{
struct submission_settings set;
printf("offset = %ld\n", offsetof(struct submission_settings, submission_max_mail_size));
printf("size = %ld\n", sizeof(set.submission_max_mail_size));
return 0;
}
2019 Jul 09
6
Dovecot 2.3.6 on Solaris10: build issues, segfaults
Hopefully, there is some fix for issue 3 which is beyond my
skill to fix.
Issue 1) Need recent gcc version
Building Dovecot versions <=2.2.x using gcc 3.4.4 worked,
but this gcc version fails to build 2.3.x properly: symptoms
include compile failures and executable crashes that depended
on the amount of optimization used, which is usually a sign of
compiler bugs. (It could also be