Function parseRFC5322Header
Parses an internet header according to RFC5322 (with RFC822 compatibility).
Prototype
void parseRFC5322Header( InputStream input, ref InetHeaderMap dst, size_t max_line_length, Allocator alloc );
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.