- handle bogus search responses more gracefully
This commit is contained in:
parent
39446bbef9
commit
3327572fd2
|
@ -1329,11 +1329,9 @@ imap_append_message (imap_t * imap, int fd, message_t * msg)
|
|||
{
|
||||
arg = next_arg (&s);
|
||||
if (!arg)
|
||||
{
|
||||
fprintf (stderr, "IMAP error: incomplete SEARCH response\n");
|
||||
return -1;
|
||||
}
|
||||
uid = atoi (arg);
|
||||
else
|
||||
uid = atoi (arg);
|
||||
}
|
||||
}
|
||||
else if (atoi (arg) != (int) Tag)
|
||||
|
|
Loading…
Reference in New Issue
Block a user