Home
last modified time | relevance | path

Searched refs:CRLF (Results 1 – 6 of 6) sorted by relevance

/haiku/src/bin/network/ftpd/
H A Dftpcmd.y115 SP CRLF COMMA
251 : USER SP username CRLF
256 | PASS SP password CRLF
261 | PASS CRLF
265 | PORT check_login SP host_port CRLF
288 | LPRT check_login SP host_long_port CRLF
310 | EPRT check_login SP STRING CRLF
411 | PASV check_login CRLF
418 | LPSV check_login CRLF
425 | EPSV check_login_epsv SP NUMBER CRLF
[all …]
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp49 #define CRLF "\r\n" macro
413 ::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 …]
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp50 #define CRLF "\r\n" macro
121 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 …]
/haiku/src/kits/mail/
H A Dmail_util.cpp35 #define CRLF "\r\n" macro
770 output.Append (CRLF); in FoldLineAtWhiteSpaceAndAddCRLF()
809 output.Append (CRLF); in FoldLineAtWhiteSpaceAndAddCRLF()
822 output.Append (CRLF); in FoldLineAtWhiteSpaceAndAddCRLF()
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp544 fIMAPMailbox.SendRawData(CRLF, strlen(CRLF));
/haiku/docs/apps/mail/Mass Mailing Tips/
H A DHow to Send Customized E-mail.txt101 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