POP3 RETR command question
-
When I send a RETR command to the server and retreive the data I have seen that "Status: 0" is the last line before the body of the mail comes... my question is that: Is "Status : 0" allways the last line before the body of the mail!?!? I want to separete the body of the mail from all crap in the returned data from a RETR command... hope you understand me!!!! See ya... (do we?) Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!
-
When I send a RETR command to the server and retreive the data I have seen that "Status: 0" is the last line before the body of the mail comes... my question is that: Is "Status : 0" allways the last line before the body of the mail!?!? I want to separete the body of the mail from all crap in the returned data from a RETR command... hope you understand me!!!! See ya... (do we?) Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!
Everything that comes after "\r\n\r\n" in the response from a RETR command is the body of a mail! Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!