summaryrefslogtreecommitdiffstats
path: root/handler.c
AgeCommit message (Expand)Author
2022-04-12Fix read past end of buf in is_mmnoask().Kevin McCarthy
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2022-04-05Fix uudecode cleanup on unexpected eof.Kevin McCarthy
2022-04-05Fix uudecode buffer overflow.Kevin McCarthy
2021-09-24Assert mutt_decode_attachment() doesn't modify body fields.Kevin McCarthy
2021-07-17Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.Kevin McCarthy
2021-05-01Add allow_8bit flag to sanitize_filename functions.Kevin McCarthy
2021-02-05Filter ANSI sequences when forwarding too.Kevin McCarthy
2020-12-22Correct length to use LOFF_T.Kevin McCarthy
2020-05-23Refactor mutt_buffer_strip_formatting() inside of pager.c.Kevin McCarthy
2020-05-19Add mitigation against DoS from thousands of parts.Kevin McCarthy
2020-04-13Remove ansi formatting from autoview generated quoted replies.Kevin McCarthy
2020-04-09Convert "non-fatal" handler errors to return 1 instead of -1.Kevin McCarthy
2020-02-21Limit recurse depth when parsing mime messages.Kevin McCarthy
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-10-23Add typelen parameter to rfc1524_mailcap_lookup().Kevin McCarthy
2019-09-27Convert run_decode_and_handler() to use buffer pool.Kevin McCarthy
2019-08-03Handle autocrypt message decryption.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-05-25Disable state messages for attachments when forwarding.Kevin McCarthy
2019-04-14Rename mutt_buffer_rfc1524_expand_command()Kevin McCarthy
2019-04-10Rename to mutt_rfc1524_expand_filename().Kevin McCarthy
2019-04-08Change autoview_handler() to use BUFFER.Kevin McCarthy
2019-03-04Add $include_encrypted config to prevent reply-decryption attack.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-21Handle improperly encoded pgp/mime octetstream part.Kevin McCarthy
2018-12-17Add protected header received email support.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Fix remaining direct usages of COLS/LINES to use mutt window functions.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-07-26Handle malformed ms-exchange pgp-encrypted block. (closes #3742)Kevin McCarthy
2015-04-25Fix performance regression for ~b/~B searching. (closes #3743)Seth Forshee
2013-10-06use LOFF_T as the type for variables used in fseeko()Michael Elkins
2013-10-04fix more comment typosMichael Elkins
2013-07-23fix typos in commentsOndřej Bílka
2013-01-17change semantics of mutt_is_autoview() to return 1 if there is a matching mai...Michael Elkins
2013-01-14avoid debug warning about trailing whitespace in a base64 encoded attachmentMichael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2010-09-29Add $reflow_text boolean, and $reflow_wrap variables to control display of fo...Michael Elkins
2009-06-23Implement state_putws() and state_putwc(), see #3148.Rocco Rutte
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-06-21Port f=f and text/plain handlers to mutt_read_line()Rocco Rutte
2009-06-20f=f: Don't kill signature separator when stripping trailing spaces. Closes #3...Rocco Rutte
2009-06-15Unbreak header weeding for message/rfc822 parts. Closes #3265.Rocco Rutte
2009-06-13Rewrite header foldingRocco Rutte
2009-06-12Don't insert Content-Description/form name into reply. Closes #3164.Rocco Rutte
2009-05-31Turn trailing \r\n to \n for qp-encoded messages.Rocco Rutte
2009-05-31f=f: Strip trailing spaces for interoperability. Closes #3001.Rocco Rutte