andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

"+OK" is not part of the header #83

Closed SteveGeorge closed 12 years ago

SteveGeorge commented 12 years ago

Hi,

if I am working with Raw (Property of Mailmessage) I always get +OK in the first line.

+OK Received: ...

I think, +OK is not part of the header ...

andyedinborough commented 12 years ago

Correct, +OK is not part of the headers. The Raw property was intended to show exactly what was returned from the server.

However, do not rely on this property. It has been removed from the source because of text-encoding issues. A single messagecan have multiple encodings for different parts of the message.