Require at least 2 chars for `no' variants of switches.
[mmh] / uip / send.c
2012-05-05 markus schnalkeRequire at least 2 chars for `no' variants of switches.
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-05-01 markus schnalkeMinor refactoring.
2012-04-10 markus schnalkeRemoved -(no)push and -(no)forward flags from send...
2012-03-27 markus schnalkeCompletely remove the use of TIME_WITH_SYS_TIME.
2012-03-26 markus schnalkeAdded Content-Description header with the filename...
2012-03-24 markus schnalkeclosefds() doesn't seem relevant or large enough to...
2012-03-22 markus schnalkeInsourced push() into send.
2012-03-22 markus schnalkeCall spost directly, not via postproc. Remove the postp...
2012-03-22 markus schnalkeHardcoded mhmail instead of mailproc.
2012-03-22 markus schnalkeRemoved the `mhbuild' indirection via `buildmimeproc'.
2012-03-21 markus schnalkeOn today's systems fork() will hardly fail, thus remove...
2012-02-13 markus schnalkeTrivial whitespace changes.
2012-02-09 markus schnalkeFixed dist(1): The link() must fail, because m_mktemp2...
2012-02-09 markus schnalkeRemoved -format and -filter from send(1); they were...
2012-02-08 markus schnalkeCall anno(1) instead of compiling annosbr.c into send(1).
2012-02-08 markus schnalkeAnnotations will always be done inplace from now on.
2012-02-08 markus schnalkeRemoved left-overs from the -idanno removal.
2012-02-08 markus schnalkeRemoved unnecessary prototypes.
2012-02-08 markus schnalkeCosmetic changes.
2012-02-08 markus schnalkeMoved sendsbr.c into send.c as it is not compiled into...
2012-02-08 markus schnalkeImproved the patch for send(1) to handle absolute path...
2012-02-08 markus schnalkeSeparated send from whatnow, similar to the previous...
2012-01-28 markus schnalkeFixed path lookup for alias files: ali, send, whatnow.
2012-01-28 markus schnalkeRemoved EISREMOTE check.
2012-01-28 markus schnalkeRemoved the undocumented -unique switches. Seems they...
2012-01-28 markus schnalkeRemoved the -width switch from send, spost and repl.
2012-01-28 markus schnalkeRemoved unneeded options from send.
2012-01-25 markus schnalkeRemoved the UCI code to read the signatur (= name)...
2012-01-24 markus schnalkeActivated Jon's attachment system by default and steaml...
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2011-12-09 markus schnalkeWe have `NULL' in order to not need to write `(char...
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-20 markus schnalkeThe existence of the profile entry Path is already...
2011-11-05 markus schnalkeRenamed r1bindex() to mhbasename(), to make its functio...
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-30 markus schnalkeRemoved the draft message in favor for a consistent...
2011-10-16 markus schnalkeRemoved the split feature of send.
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2011-10-04 markus schnalkeRemoved TLS support. We don't need it anymore as we...
2011-10-04 markus schnalkeRemoved SASL support. We don't need it anymore because...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-11-19 Ken Hornstein(Minor) cleanup of some of the autoconf code with respe...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2006-02-21 David Levine* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2002-08-19 Jon SteinhartAdded an improved user interface for sending messages...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-07-07 Kimmo SuominenSASL support from Ken Hornstein <kenh@cmf.nrl.navy...
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision