summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-06-18Drop position property from generic errorKartikaya Gupta
2016-06-18Make decode_word return an Option instead of an ignored ErrorKartikaya Gupta
2016-06-18Default unknown body charsets to ASCIIKartikaya Gupta
2016-06-18Strip out whitespace before base64-decoding the mail bodyKartikaya Gupta
2016-06-18Make the MailParseErrors hold a static string mostlyKartikaya Gupta
2016-06-15Use the stringify macro to print out the mattern in assert_matchKartikaya Gupta
2016-06-12Handle content-transfer-encoding in mail bodiesKartikaya Gupta
2016-06-12Bump quoted-printable dependency to 0.3Kartikaya Gupta
2016-06-11Add a parse_mail function to build the subpart tree for multipart mailsKartikaya Gupta
2016-06-11Update header-parsing to skip past empty newline at the end of the headers, a...Kartikaya Gupta
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