Browse Source

- handle bogus search responses more gracefully

0.9
Oswald Buddenhagen 22 years ago
parent
commit
3327572fd2
  1. 4
      src/imap.c

4
src/imap.c

@ -1329,10 +1329,8 @@ 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;
}
else
uid = atoi (arg);
}
}

Loading…
Cancel
Save