I've been debating which of two approaches is the correct behavior for MIME email headers.
Say i don't have a subject, or for some reason I can not provide the date or maybe an address. Is it more appropriate to print out an empty field line like:
Subject:\r\n
or to print nothing at all and just move on to the other fields?
Doing some research (http://www.ietf.org/rfc/rfc2045.txt) I couldn't find out the appropriate behavior, but I guess it comes down to what most mail clients can digest. Thoughts?