Searched refs:CRLF (Results 1 – 6 of 6) sorted by relevance
115 SP CRLF COMMA251 : USER SP username CRLF256 | PASS SP password CRLF261 | PASS CRLF265 | PORT check_login SP host_port CRLF288 | LPRT check_login SP host_long_port CRLF310 | EPRT check_login SP STRING CRLF411 | PASV check_login CRLF418 | LPSV check_login CRLF425 | EPSV check_login_epsv SP NUMBER CRLF[all …]
49 #define CRLF "\r\n" macro413 ::sprintf(cmd,"HELO %s" CRLF, localhost); in Open()415 ::sprintf(cmd,"EHLO %s" CRLF, localhost); in Open()526 SendCommand("AUTH DIGEST-MD5" CRLF); in Login()582 postResponse.Append(CRLF); in Login()592 SendCommand(CRLF); // finish off authentication in Login()599 SendCommand("AUTH CRAM-MD5" CRLF); in Login()620 preResponse << " " << hex_digest << CRLF; in Login()625 postResponse.Append(CRLF); in Login()637 SendCommand("AUTH LOGIN" CRLF); in Login()[all …]
50 #define CRLF "\r\n" macro121 SendCommand("QUIT" CRLF); in Disconnect()399 cmd += CRLF; in Login()419 cmd += CRLF; in Login()431 cmd += CRLF; in Login()449 if (SendCommand("STAT" CRLF) < B_OK) in Stat()542 cmd << "RETR " << message + 1 << CRLF; in Retrieve()567 cmd << "TOP " << message + 1 << " 0" << CRLF; in GetHeader()702 cmd << (index + 1) << CRLF; in Delete()834 status_t status = SendCommand("UIDL" CRLF); in _RetrieveUniqueIDs()[all …]
35 #define CRLF "\r\n" macro770 output.Append (CRLF); in FoldLineAtWhiteSpaceAndAddCRLF()809 output.Append (CRLF); in FoldLineAtWhiteSpaceAndAddCRLF()822 output.Append (CRLF); in FoldLineAtWhiteSpaceAndAddCRLF()
544 fIMAPMailbox.SendRawData(CRLF, strlen(CRLF));
101 BeIDE (it takes care of the CRLF end of line conversion problems automatically,102 you want this template file to have CRLF line ends, the earlier example doesn't