summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2016-06-11Add some code to extract content-type header components that we need for pars...Kartikaya Gupta
2016-06-11Add a test from a real mailfile with non-ASCII characters in header fieldsKartikaya Gupta
2016-06-10Add a helper find_from_u8 functionKartikaya Gupta
2016-06-08Remove unused importKartikaya Gupta
2016-06-08rustfmtKartikaya Gupta
2016-06-08When converting header keys and values from bytes to Strings, assume ISO-8859...Kartikaya Gupta
2016-06-08Add a simple assert_match macro for help with testingKartikaya Gupta
2016-06-08Start cleaning up the MailParseError to be more strongly typedKartikaya Gupta
2016-06-08Allow tab characters in header value overhangsKartikaya Gupta
2016-06-07Convert mailparse to take [u8] instead of &str as the raw inputKartikaya Gupta
2016-06-06Add some mapping functions to more easily extract mail headersKartikaya Gupta
2016-06-01Add more testsKartikaya Gupta
2016-06-01rustfmtKartikaya Gupta
2016-06-01Some more test assertionsKartikaya Gupta
2016-05-30Add support for decoding encoded-word pieces of header values.Kartikaya Gupta
2016-05-28Return the body start offset from parse_headersKartikaya Gupta
2016-05-28rustfmtKartikaya Gupta
2016-05-28Make code a bit more compactKartikaya Gupta
2016-05-28Add a function to parse multiple headersKartikaya Gupta
2016-05-28rustfmtKartikaya Gupta
2016-05-28Add some tests for failure conditions, update parse_header to return the offs...Kartikaya Gupta
2016-05-27Make the header parsing code more hideous but more correctKartikaya Gupta
2016-05-27rustfmtKartikaya Gupta
2016-05-27Super basic header parserKartikaya Gupta
2016-05-27Initial commit of library stubKartikaya Gupta