Displaying 9 results from an estimated 9 matches for "internal_date".
2009 Apr 02
4
Maildir files with mtime in the future
...-
diff --git a/src/imap/cmd-append.c b/src/imap/cmd-append.c
index 0b22fd5..b7e42b9 100644
--- a/src/imap/cmd-append.c
+++ b/src/imap/cmd-append.c
@@ -319,6 +319,12 @@ static bool cmd_append_continue_parsing(struct client_command_context *cmd)
return cmd_append_cancel(ctx, nonsync);
}
+ if (internal_date != (time_t)-1 && internal_date > time(NULL)) {
+ /* the client specified a time in the future, set it to now. */
+ internal_date = (time_t)-1;
+ timezone_offset = 0;
+ }
+
if (ctx->msg_size == 0) {
/* no message data, abort */
client_send_tagline(cmd, "NO Can't sav...
2015 Oct 07
2
bug report: dovecot-imapd core dump
...andle_args
>> (nonsync_r=0x7ffecb8ade8f,
>> #args=<optimized out>, cmd=0x7f4050bc3250) at cmd-append.c:602
>> ctx = 0x7f4050bc3348
>> flags_list = 0x7f4050bcc840
>> flags = 9
>> keywords_list = 0x7f4050bc33f0
>> internal_date_str = 0x7f4050bcca00 "17-Sep-2015 14:19:23
>> +0200"
>> internal_date = -1
>> timezone_offset = 0
>> keywords = 0x0
>> ret = <optimized out>
>> client = 0x7f4050bc2670
>> cat_list = 0x0
>>...
2003 Apr 21
1
Using on AIX
Hi,
I'm trying to install dovecot-0.99.9-test6 with gcc-3.2.2 under AIX (4.3.3) and
found some problems.
First, I need to define _XOPEN_SOURCE_EXTENDED to 1 in src/lib/fdpass.c
and src/auth/mycrypt.c or undefine it to compile successfully.
When I define _XOPEN_SOURCE_EXTENDED to 1, I get the following error
while connecting:
dovecot: Apr 21 17:56:44 Info: Dovecot starting up
imap-login:
2010 Apr 03
1
dovecot 2 beta4 errors & core dumps
...t>
client = (struct client *) 0x8084318
ctx = (struct cmd_append_context *) 0x80893b8
args = (const struct imap_arg *) 0x80ab218
flags_list = <value optimized out>
flags = <value optimized out>
keywords_list = <value optimized out>
keywords = <value optimized out>
internal_date_str = <value optimized out>
internal_date = <value optimized out>
ret = <value optimized out>
timezone_offset = <value optimized out>
save_count = <value optimized out>
nonsync = <value optimized out>
__FUNCTION__ = "cmd_append_continue_parsing"
#...
2008 May 28
6
Error using antispam plugin
Hi
When activating antispam plugin in imap protocol, when sending an
email, Evolution/Thunderbirdkeeps infinitely "Sending authentication
information", and Dovecor logs shows "dovecot: May 28 10:14:35 Error:
child 6910 (imap) killed with signal 11"; lots of empty folders in
/tmp are created with names like "antispam-mail-ZvyWeZ".
I am using Dovecot1.1 rc15 compiled
2013 Sep 10
1
Dovecot 2.0, 2.1 and 2.2.5 core dump when Quota Plugin (FS) is enabled
...value optimized out>
client = 0x1a4e240
ctx = 0x1a4eb48
args = 0x1a59a98
flags_list = <value optimized out>
flags = <value optimized out>
keywords_list = <value optimized out>
keywords = <value optimized out>
internal_date_str = <value optimized out>
msg = <value optimized out>
internal_date = <value optimized out>
ret = <value optimized out>
timezone_offset = <value optimized out>
save_count = <value optimized out>
nonsync = <valu...
2015 Oct 10
0
bug report: dovecot-imapd core dump
...sync_r=0x7ffecb8ade8f,
>>> #args=<optimized out>, cmd=0x7f4050bc3250) at cmd-append.c:602
>>> ctx = 0x7f4050bc3348
>>> flags_list = 0x7f4050bcc840
>>> flags = 9
>>> keywords_list = 0x7f4050bc33f0
>>> internal_date_str = 0x7f4050bcca00 "17-Sep-2015 14:19:23
>>> +0200"
>>> internal_date = -1
>>> timezone_offset = 0
>>> keywords = 0x0
>>> ret = <optimized out>
>>> client = 0x7f4050bc2670
>>>...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...@@ -295,6 +330,11 @@
return cmd_sync(cmd, sync_flags, imap_flags, msg);
}
+ /* APPLE - catenate */
+ if (args_indicate_catenate(args))
+ return ctx->failed ? catenate_begin_cancel(cmd, args) :
+ catenate_begin_parsing(cmd, args);
+
if (!validate_args(args, &flags_list, &internal_date_str,
&ctx->msg_size, &nonsync)) {
client_send_command_error(cmd, "Invalid arguments.");
@@ -330,6 +370,11 @@
} else if (!imap_parse_datetime(internal_date_str,
&internal_date, &timezone_offset)) {
client_send_tagline(cmd, "BAD Invalid internal...
2008 Sep 08
6
error in 1.1.2
Ive been getting a LOT of these errors since 1.1.2: So far ive seen this
with 1800 customers, and we're getting active complaints about errors in
imap clients. When I check the users log I always see this error..
This always happens with COPY commands in Squirrelmail.
Sep 2 20:09:35 userimap4.xs4all.nl dovecot: IMAP(xxxxxxx):