Function parseRfc5322Header

Parses an internet header according to RFC5322 (with RFC822 compatibility).

Prototype

void parseRfc5322Header(
  InputStream input,
  ref StrMapCI dst,
  uint 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.