Loading lib/imap.c +4 −4 Original line number Diff line number Diff line Loading @@ -701,8 +701,8 @@ static CURLcode imap_select(struct connectdata *conn) /* Make sure the mailbox is in the correct atom format */ mailbox = imap_atom(imap->mailbox); if(!mailbox) result = CURLE_OUT_OF_MEMORY; else return CURLE_OUT_OF_MEMORY; /* Send the SELECT command */ result = imap_sendf(conn, "SELECT %s", mailbox); Loading Loading
lib/imap.c +4 −4 Original line number Diff line number Diff line Loading @@ -701,8 +701,8 @@ static CURLcode imap_select(struct connectdata *conn) /* Make sure the mailbox is in the correct atom format */ mailbox = imap_atom(imap->mailbox); if(!mailbox) result = CURLE_OUT_OF_MEMORY; else return CURLE_OUT_OF_MEMORY; /* Send the SELECT command */ result = imap_sendf(conn, "SELECT %s", mailbox); Loading