1. 13 Jul, 2001 8 commits
  2. 11 Jul, 2001 1 commit
  3. 09 Jul, 2001 15 commits
  4. 06 Jul, 2001 13 commits
  5. 05 Jul, 2001 3 commits
    • 	the message is pipe to the cmd and if starts with '/' it is
      	save to a file.
      	     mailx ghislaine '|cat >save'
      	mails a message to ghislaine and also copies the message into a file
      	called save.
      
      	* mail/mail.h: Change struct send_environ to contain
      	two new fields char **outfiles and int nfiles.
      	* mail/send.c: Look for '/' and '|' when parsing the addresses
      	and add them to struct send_environ outfiles.
      	(mail_send0):  Memory overflow, we were free(buf) twice.
      	made char *buf local where it is needed.  Save the message
      	to outfiles when set.
      	(isfilename): New function.
      	* mail/followup.c: Initialise the struct send_environ new fields.
      	* mail/reply.c: Initialise the struct send_environ new fields.
      
      	* lib/argcv.c: Add support to consider string between
      	single quote like one word(same as double quotes).
      Alain Magloire authored
    • 	the size is not zero before making the memcpy().
      Alain Magloire authored
    • 	change prototype to be void * instead of char *.
      	* mailbox2/bstream.c: Adjust bstream_{read,write} to the
      	new prototypes.
      	* mailbox2/pop3/pop3_stream.c: Likewised.
      	* mailbox2/Makefile.am: New file.
      	* mailbox2/pop3/Makefile.am: New file.
      	* mailbox2/mstream.c: Mapfile stream Implementation.
      	* mailbox2/fstream.c: File stream implementation.
      	* mailbox2/include/mailutils/sys/fstream.h: New file.
      	* mailbox2/include/mailutils/sys/mstream.h: New file.
      	* mailbox2/tcp.c: rename to tcpstream.c.
      	* mailbox2/include/mailutils/sys/tcp.h: Rename to tcpstream.h
      Alain Magloire authored