Commit da989d0c da989d0c7b5d91b71be4330e12aee03434600891 by Wojciech Polak

(pop_get_message): Check UIDL capability before using pop_uidl().

1 parent 06cd0bce
......@@ -990,6 +990,7 @@ pop_get_message (mailbox_t mbox, size_t msgno, message_t *pmsg)
}
/* Set the UIDL call on the message. */
if (mpd->capa & CAPA_UIDL)
message_set_uidl (msg, pop_uidl, mpm);
/* Set the UID on the message. */
......