Module vibe.inet.message

Internet message handling according to RFC822/RFC5322

Functions

Function name Description
parseRFC822DateTimeString Parses a date+time string according to RFC-822/5322.
parseRfc5322Header Parses an internet header according to RFC5322 (with RFC822 compatibility).
toRFC822DateString Returns the RFC-822/5322 date string representation of the given time.
toRFC822DateTimeString Returns the RFC-822 date+time string representation of the given time.
toRFC822TimeString Returns the RFC-822 time string representation of the given time.
writeDecimal
writeDecimal2
writeRFC822DateString Writes an RFC-822/5322 date string to the given output range.
writeRFC822DateTimeString Writes an RFC-822 date+time string to the given output range.
writeRFC822TimeString Writes an RFC-822 time string to the given output range.

Aliases

Alias name Type Description
InetHeaderMap StrMapCI

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.