1. 01 Jan, 2017 1 commit
  2. 22 Jan, 2016 1 commit
  3. 02 Mar, 2015 1 commit
  4. 05 Feb, 2014 1 commit
  5. 05 Jan, 2012 1 commit
  6. 02 Jan, 2011 1 commit
  7. 09 Oct, 2010 1 commit
  8. 05 Jan, 2010 1 commit
  9. 27 Jun, 2007 1 commit
  10. 27 Aug, 2005 1 commit
  11. 15 Jun, 2005 1 commit
  12. 17 May, 2005 1 commit
  13. 05 Mar, 2005 1 commit
  14. 09 Feb, 2003 1 commit
  15. 29 Dec, 2002 1 commit
  16. 23 Dec, 2002 1 commit
  17. 01 Sep, 2002 1 commit
  18. 04 Sep, 2001 1 commit
    • 	* include/mailutils/parse822.h: Add a prototype for
      	parse822_skip_nl().
      
      	* lib/Makefile.am: add fgetpwent.c
      	* lib/fgetpwent.c: New file.
      
      	* mail/from.c (mail_from): Use the cover functions
      	attribute_is_xxxx() instead of getting the flag.
      
      	* mailbox/attribute.c: Cleanup the mess.
      	attribute_set_{read,delete,seen,flagged,answered}.
      	attribute_unset_{read,delete,seen,flagged,answered}.
      	attribute_is_{read,delete,seen,flagged,answered}
      	should be no more then cover functions calling
      	attribute_set_flags(), attribute_get_flags() and
      	attribute_unset_flags().
      
      	* mailbox/folder_imap.c: MU_ATTRIBUTE_READ, is not
      	part of IMAP protocol use \\Seen.
      	* mailbox/mbx_imap.c: Remove the hack trying to reconnect,
      	it does not work.
      
      	* mailbox/mbx_pop.c(pop_get_messages): Set the new
      	functions for the attribute.
      	(pop_get_attribute): New functions.
      	(pop_set_attribute): New functions.
      	(pop_unset_attribute): New functions.
      	(pop_attr_flags): Removed.
      
      	* mutil.c (mu_hex2ul): GNU coding std.
      	(parse822_time): Do not use tzname as a variable name tzname
      	is global variable in libc, better clear away.
      	(parse822_date_time): Likewised.
      
      	* pop3d/Makefile.am: add virtual.c
      	* pop3d/pop3d.c (main): register getpwnam_ip_virtual,
      	getpwnam_host_virtual
      	* pop3d/pop3d.h: declare,
      	getpwnam_ip_virtual(), getpwnam_host_virtual().
      	* pop3d/virtual.c: New file.
      Alain Magloire authored
  19. 26 Jun, 2001 1 commit
  20. 16 Apr, 2001 1 commit
    •         attempt to assign to it.  To be able to redirect at will stdout
              we need to assign it.  In GNU lib C, it was not error since stdout
              stderr, and stdin are variables, but to be portable we can not
              assume this.  The way out is to always use fprintf () and have
              a global varialbe "ofile" pointing to stdout.
      
              * mail/*: All the files under mail been change to use fprintf()
              and ofile as the default stdout.
              Copyright updated.
      Alain Magloire authored
  21. 07 Sep, 2000 2 commits
  22. 02 Sep, 2000 1 commit