summaryrefslogtreecommitdiffstats
path: root/parse.c
AgeCommit message (Expand)Author
2022-08-05Fix mutt_read_rfc822_line() to use is_email_wsp().Kevin McCarthy
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2022-02-06Filter headers passed via the command line.Kevin McCarthy
2021-07-17Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.Kevin McCarthy
2021-01-27Create mutt_atolofft() to parse body->length field.Kevin McCarthy
2021-01-27Convert all mutt_atoX functions to behave strictly.Kevin McCarthy
2020-12-22Correct length to use LOFF_T.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-12-09Parse headers on demand for the list menu.Kevin McCarthy
2020-12-06abstract some List-* header processingdgc
2020-08-06Merge branch 'stable'Kevin McCarthy
2020-08-06Fix List-Post header parser to handle multiple values.Kevin McCarthy
2020-05-19Merge branch 'stable'Kevin McCarthy
2020-05-19Add mitigation against DoS from thousands of parts.Kevin McCarthy
2020-05-14Change mailto handling to parse in-reply-to loosely.Kevin McCarthy
2020-05-14Adjust message-id extraction to retry more permissively on failure.Kevin McCarthy
2020-05-13Loosen message-id parser to parse ids without angle brackets.Kevin McCarthy
2020-04-03Add "root" part logic for multipart/alternative countingKevin McCarthy
2020-04-03Add "root" disposition to attachments command.Kevin McCarthy
2020-02-21Limit recurse depth when parsing mime messages.Kevin McCarthy
2019-11-10Add $count_alternatives to count attachments inside alternatives.Kevin McCarthy
2019-10-31mutt_parse_content_type: work around annoying charset behaviour from OutlookFabian Groffen
2019-08-03Add gossip header processing.Kevin McCarthy
2019-08-03Process autocrypt headers.Kevin McCarthy
2019-08-03Add autocrypt header parsing to mutt_parse_rfc822_line().Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-04-21Convert mutt_parse_adrlist() to use BUFFER for simple parsing.Kevin McCarthy
2019-03-10Minor buffer handling code cleanup.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-17Parse and store mime headers in the BODY.Kevin McCarthy
2018-12-17Factor out rfc2047_decode_envelope().Kevin McCarthy
2018-12-09Fix mutt_parse_rfc822_line() if lastp parameter is NULL.Kevin McCarthy
2018-12-08Add $auto_subscribe variable.Kevin McCarthy
2016-09-25Reset invalid parsed received dates to 0. (closes #3878)Kevin McCarthy
2016-06-18pass context in mx_close_messageDamien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-01Use strrchr to search for Received date separator. (closes #3798)Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-09-30Fix oob reads when fgets returns "\0". (closes #3776)Kevin McCarthy
2013-07-23fix typos in commentsOndřej Bílka
2013-01-03Remove unused variable `matched'.Michael Elkins
2013-01-03Fix memory leak when multiple x-label or supersedes header fields exist in th...Michael Elkins
2012-12-18rename iswsp() to is_email_wsp()Michael Elkins
2012-07-21Split mutt_buffer_new out of mutt_buffer_init.Brendan Cully
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2009-06-01Use strtol() wrappers for most atoi() callsRocco Rutte
2009-01-04Use ! instead of testing pointers against 0. Closes #3125.Brendan Cully