summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-10-02Fix dateparse to not overflow on larger timezonesKartikaya Gupta
2016-09-27Update dateparse to convert to epoch timestampsKartikaya Gupta
2016-09-25Add initial dateparse codeKartikaya Gupta
2016-09-02Disable travis email notificationsKartikaya Gupta
2016-09-02Add travis conf and crates.io badgeKartikaya Gupta
2016-06-22Reduce number of keywords to max of 5Kartikaya Gupta
2016-06-22Update documentationKartikaya Gupta
2016-06-22Add case-insensitive accessors for headersKartikaya Gupta
2016-06-22Handle case where an encoded-word has trailing whitespace inside the encodingKartikaya Gupta
2016-06-22Recognize encoded words in more placesKartikaya Gupta
2016-06-22Accept lowercase transfer-codings for the encoded-wordKartikaya Gupta
2016-06-22Update package documentation to mention MaildirKartikaya Gupta
2016-06-22Allow quoted-printable header words to be wrapped in quotesKartikaya Gupta
2016-06-18Fix .gitignoreKartikaya Gupta
2016-06-18Add generated documentationKartikaya Gupta
2016-06-18rustfmtKartikaya Gupta
2016-06-18Make formatting a little prettier using concatKartikaya Gupta
2016-06-18Add some crate metadataKartikaya Gupta
2016-06-18Add rustdoc to the source codeKartikaya Gupta
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