Liking cljdoc? Tell your friends :D

rfc5322.parser


make-grammar-parserclj

(make-grammar-parser filename)
source

make-parserclj

(make-parser mode)
source

obsoleteclj

(obsolete key)
source

parseclj

(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.
sourceraw docstring

read-grammarclj

(read-grammar filename)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close