
Klemen - 2014-01-31 11:21:08
This is a great class that I have been using for year.
One thing I noticed is that some email clients don't generate email headers strictly as RFC 2822 states.
For example RFC 2822 uses "Cc" and "Bcc" headers. However, some email clients create "CC" and "BCC" instead (all upper case).
This of course is not this class fault, but it would be great if mime parser would ignore case when processing headers to accept such small deviations, even if not 100% strict with RFCs.
So that "Cc:", "CC:" and "cc:" would be recognized as "Cc:".
You know the old saying "be liberal when accepting input, be conservative when producing output".