summaryrefslogtreecommitdiffstats
path: root/sendlib.c
AgeCommit message (Expand)Author
2023-09-09Fix write_one_header() illegal header check.Kevin McCarthy
2023-09-09Check for NULL userhdrs.Kevin McCarthy
2023-03-04Use base64 URL safe alphabet for message id generation.Sebastian Andrzej Siewior
2022-06-11Decrypt S/MIME when mime-forwarding with $forward_decrypt set.Kevin McCarthy
2022-05-27Convert my_width() to use mbrtowc().Kevin McCarthy
2022-05-26Fix header folding my_width() calculation.Kevin McCarthy
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2022-01-17Set environ for sendmail execvp() call.Kevin McCarthy
2022-01-15Move hard_redraw() after sendmail invocation.Robert Bartel
2021-12-14Merge branch 'stable'Kevin McCarthy
2021-12-14Space unstuff flowed text for $send_multipart_alternative_filter.Kevin McCarthy
2021-08-16Add robustness checks to file attach functions.Kevin McCarthy
2021-07-17Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.Kevin McCarthy
2021-07-01Filter out group delimiters for encrypt keylist generation.Kevin McCarthy
2021-06-18Reset SIGPIPE signal handler in child process before exec().Kevin McCarthy
2021-05-14Add local_date_header optionGregory Anders
2021-03-03Don't leak fp when aborting mutt_make_message_attach().Kevin McCarthy
2021-03-02Prompt for retry on decrypt failure for mime message attachments.Kevin McCarthy
2021-01-24Fix double spacing after group display-name in pager and message.Kevin McCarthy
2021-01-23Restrict mime header date writing to protected headers.Kevin McCarthy
2021-01-17Move mutt_gen_msgid() over to messageid.c.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-11-24Fix exact-address handling when addr->personal is set.Kevin McCarthy
2020-09-16Remove casts for mutt_random_bytes() argument.Kevin McCarthy
2020-09-15Change Message-ID to be more unique and leak less informationRemco Rijnders
2020-09-14Implement LFRS113 PRNG functionsRemco Rijnders
2020-06-04Change postpone mode to write Date header too.Kevin McCarthy
2020-06-04Add other headers to written Protected Headers.Kevin McCarthy
2020-06-03Modify mutt_make_date() to append to a buffer.Kevin McCarthy
2020-03-31Convert mutt_make_message_attach() to use buffer tempfile.Kevin McCarthy
2020-02-29Write out sctx sign_as values in mutt_write_fcc().Kevin McCarthy
2020-02-28Create send.h header.Kevin McCarthy
2019-11-07Change $write_bcc to default off.Kevin McCarthy
2019-11-07Block multipart type alternatives generation.Kevin McCarthy
2019-11-01Add ability to generate multipart/alternative using a filter script.Kevin McCarthy
2019-11-01Create multipart/mixed helpers.Kevin McCarthy
2019-10-26Convert mutt_write_fcc() to use buffer pool.Kevin McCarthy
2019-10-25Convert _mutt_bounce_message to use buffer pool.Kevin McCarthy
2019-10-25Convert send_msg() $sendmail_wait to use buffer pool.Kevin McCarthy
2019-10-25Convert transform_to_7bit() to use buffer pool.Kevin McCarthy
2019-10-25Convert mutt_message_to_7bit() to use buffer.Kevin McCarthy
2019-10-24Convert fcc to a buffer.Kevin McCarthy
2019-09-09Merge branch 'stable'Kevin McCarthy
2019-09-09Fix mutt_write_mime_body() application/pgp-encrypted handling.Kevin McCarthy
2019-08-03Autocrypt outgoing emails.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-05-06Add a test for NULL parameter attribute too.Kevin McCarthy
2019-05-02Write rfc2231 parameter continuations for long parameters.Kevin McCarthy
2019-04-20Revert "Fix truncation of long filenames in attachments."Kevin McCarthy
2019-04-11Generate version string during make not configureAaron Schrab