imap: Added check for empty UID in FETCH command
authorSteve Holme <steve_holme@hotmail.com>
Wed, 6 Mar 2013 19:33:49 +0000 (19:33 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 6 Mar 2013 19:33:49 +0000 (19:33 +0000)
commitb7f39156d4bc6307e61617db3b17af35f9cddb5a
treea714f6db9cfabc6c1bd214c694d28437b40c636a
parent9d0af3018c5db25f5adda216dbcad6056b4a3107
imap: Added check for empty UID in FETCH command

As the UID has to be specified by the user for the FETCH command to work
correctly, added a check to imap_fetch(), although strictly speaking it
is protected by the call from imap_perform().
lib/imap.c