Searched refs:CRLF (Results 1 - 5 of 5) 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);
415 ::sprintf(cmd,"EHLO %s" CRLF, localhost);
526 SendCommand("AUTH DIGEST-MD5" CRLF);
582 postResponse.Append(CRLF);
592 SendCommand(CRLF); // finish off authentication
599 SendCommand("AUTH CRAM-MD5" CRLF);
620 preResponse << " " << hex_digest << CRLF; local
625 postResponse.Append(CRLF);
637 SendCommand("AUTH LOGIN" CRLF);
688 postResponse << CRLF; local
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp50 #define CRLF "\r\n" macro
121 SendCommand("QUIT" CRLF);
399 cmd += CRLF;
419 cmd += CRLF;
431 cmd += CRLF;
449 if (SendCommand("STAT" CRLF) < B_OK)
542 cmd << "RETR " << message + 1 << CRLF; local
567 cmd << "TOP " << message + 1 << " 0" << CRLF; local
702 cmd << (index + 1) << CRLF;
834 status_t status = SendCommand("UIDL" CRLF);
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp544 fIMAPMailbox.SendRawData(CRLF, strlen(CRLF));
/haiku/src/kits/mail/
H A Dmail_util.cpp35 #define CRLF "\r\n" macro
756 const int maxLineLength = 78; // Doesn't include CRLF.
770 output.Append (CRLF);
809 output.Append (CRLF);
815 // gets output, followed by a CRLF. The space remains to become the
822 output.Append (CRLF);
875 // Convert CRLF end of line to just a LF. Do it before folding, in
957 // Convert CRLF end of line to just a LF. Do it before folding, in
1042 // Convert CRLF end of line to just a LF. Do it before folding, in

Completed in 119 milliseconds