(parse message-text mode)
Parses a string and returns the simplified parse tree if it is a valid email and nil otherwise. Because RFC 5322 is ambiguous, the returned parse tree is the one with the least number of obsolete tokens.
Parses a string and returns the simplified parse tree if it is a valid email and nil otherwise. Because RFC 5322 is ambiguous, the returned parse tree is the one with the least number of obsolete tokens.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close