summaryrefslogtreecommitdiffstats
path: root/sendlib.c
AgeCommit message (Collapse)Author
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
replaces the sequence: safe_free (&s); s = safe_strdup (t);
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-12-13Adding the envelope_from option.Thomas Roessler
1999-11-07short-cut utf-7 as a 7bit character set. Currently, utf-7 may beThomas Roessler
overridden by us-ascii.
1999-11-07Rewriting lots of the recvattach code.Thomas Roessler
1999-09-30Add a resend-message function (similar to the _old_ edit-message),Thomas Roessler
and redo large parts of mutt_prepare_edit_message (now mutt_prepare_template).
1999-09-30[unstable] fix the duplicate x-mailer/uesr-agent problem.Thomas Roessler
1999-09-28[unstable] Include SPACE and HT with MimeSpecials.Thomas Roessler
1999-09-02A new edit-message feature, giving the raw message in an editor.Thomas Roessler
1999-09-01Fix a couple of possible compilation warnings. (Noted by "John C.Thomas Roessler
Place" <placej@ctcdist.com>.)
1999-08-20Brendan Cully's latest IMAP clean-up.Thomas Roessler
1999-08-19Force quotes around the boundary parameter. Another courtesyThomas Roessler
towards Outlook.
1999-07-26Implement RFC 2231.Thomas Roessler
1999-07-20Use $from for resent-from headers when bouncing messages.Thomas Roessler
1999-07-01Various patches from last week, including:Thomas Roessler
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-06-14- Handle CRLF properly in non-text MIME parts.Thomas Roessler
- Correctly parse attachments with CRLF line endings, but without a trailing CRLF.
1999-04-20Fix a time zone snafu.Thomas Roessler
1999-04-12Fix default character set setting when attaching text files.Thomas Roessler
1999-03-15Add $bounce_delivered.Thomas Roessler
1999-03-03releasing 0.96.1.Thomas Roessler
1999-02-19... message and multipart, not just message.Thomas Roessler
1999-02-19Add $encode_from: This option causes mutt to triggerThomas Roessler
quoted-printable encoding for any non-multipart attachments which have ^From at the beginning of a line. Note that we don't trigger on ^From_ since either procmail or sendmail is >-escaping on ^From, and note that this won't help against sites where sendmail has the '9' flag set on the local mailer, as these sites will inevitably transform to 8bit (sic!).
1999-02-17User-Agent, not X-Mailer.Thomas Roessler
1999-02-17- Makefile.am: Fix the dist target to include all necessary files.Thomas Roessler
- po/fr.po: New French translation. (-> stable!) - Add the new options to Muttrc.in. - regex.c, configure.in: include config.h from regex.c, and handle alloca in a more intelligent way than before. (Currently, we just mis-handle it.) Port this to stable and test it! - po/cs.po: update cs.po. - po/de.po, po/nl.po: updated versions from Roland and Boris. - pager.c: Vikas' grok_ansi fix. - po/Makefile.in.in: keymap_defs is always in po/.. - from Lars Hecking.
1999-02-11patch.mutt-0.95.1i.ld.signals.1-2.gzThomas Roessler
1999-02-10patch.mutt-0.95.1i.ld.signals.1: A major redesign of how childThomas Roessler
processes are invoked. From Liviu.
1999-02-03[unstable] Produce some reasonable character set support whenThomas Roessler
postponing messages. Additionally, this patch fixes a nasty pointer leak in load_charset() [noted with electric fence], and a completely mis-lead attempt to use bsearch(). Apparently, nobody ever tested the utf8 decoder for quite some time.
1999-02-02Merging the external character set patch into unstable.Thomas Roessler
Additionally, this change introduces a M_CHARCONV state flag which gives us some more control about when character set conversions are actually done. Current versions of mutt would happily apply character set conversions when, e.g., saving a text/plain attachment to a file. (We had at least one corrupt russing translation file due to this mis-feature.) Additionally, we clean up some of the character set related code in handler.c. Most of that is now done by the decoder functions in charset.c.
1999-01-13Don't leak message dates when sending via mixmaster.Thomas Roessler
1999-01-13A first take at adding a mixmaster front-end to mutt. Don't worry,Thomas Roessler
it's optional. ;-)
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1999-01-06[unstable] Merge changes from stable: rx -> regex, Byrial's timezoneThomas Roessler
patch, translation updates.
1999-01-05[unstable] Adding experimental new character set conversion code.Thomas Roessler
1999-01-02I shouldn't accept patches on New Year's day. Not even new-yearThomas Roessler
related patches.
1999-01-01New Year's time zone handling patch from Manish SinghThomas Roessler
<yosh@gimp.org>.
1998-12-22Fix MIME forwarding. From Vikas.Thomas Roessler
1998-12-08Work around sendmail 8.9.1a invalidating PGP/MIME signatures byThomas Roessler
re-ordering MIME headers in the way sendmail does.
1998-11-19Use mutt_is_message_type() in the message transformation code.Thomas Roessler
1998-11-18This patch simplifies the generation of content type parametersThomas Roessler
significantly by introducing a funciton mutt_set_parameter(). Additionally, we re-use code from parse.c for parsing user-input content type headers on the compose screen.
1998-11-17Fix the base64 encoder. The current code would produce slightlyThomas Roessler
unpredictible output which leads to bad signatures.
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
1998-11-10Experimental support for the so-called "kendra" mail folder format.Thomas Roessler
This seems to be used on OS/2 and is, actually, a slibhtly modified version of the MMDF format.
1998-11-09Rewrite copy_delete_attach().Thomas Roessler
1998-10-27Preserve FCC headers when postponing. From Vikas.Thomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
gcc shut up about this.
1998-10-15Put #ifdefs around a variable which is only used for generatingThomas Roessler
uuencoded messages.
1998-10-15A slightly modified version of Vikas' help_unbound patch.Thomas Roessler
1998-10-15Fixing a memory hog which was introduced by the edit-message patch.Thomas Roessler
1998-10-14Thinking about this once again, ok folks, here comes x-uuencodeThomas Roessler
support.
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler