Displaying 4 results from an estimated 4 matches for "callback_context".
2012 Jan 23
3
make imap search less verbose
We have an imap-client (SOGo) that doesn't handle this status output while
searching:
* OK Searched 76% of the mailbox, ETA 0:50
Is there any way to disable this output on the dovecot-side?
-jf
2003 Apr 16
1
pop3 coredump
...storage->index_dir != NULL) {
264 storage->callbacks->notify_no(&ibox->box,
265 "Couldn't use index files",
266 storage->callback_context);
267 }
268 }
(gdb) p index
$1 = (struct mail_index *) 0x808c200
(gdb) p *index
$2 = {open = 0x8054590 <maildir_index_open>,
free = 0x8054abc <maildir_index_free>,
set_lock = 0x805c874 <mail_index_set_lock>,
try_lock = 0x805...
2018 Feb 23
1
Stale mailbox lock file
...str = t_strdup_printf("Stale mailbox lock file detected, "
"will override in %u seconds", secs_left);
storage->callbacks->notify_ok(&ibox->box, str,
storage->callback_context);
break; }</pre><pre style="font-family: Verdana, Arial, Helvetica, sans-serif; word-wrap: break-word; white-space: pre-wrap;">
<br></pre><pre style="word-wrap: break-word; white-space: pre-wrap;"><font face="Default S...
2018 Feb 23
2
Stale mailbox lock file
<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2">
<div>Thanks Aki,</div><div><br></div><div>do you know if this list is read by dovecot developers team too? Could you point me to the right list otherwise?</div>
<div><br><br>Raffaele