1. 04 Mar, 2009 1 commit
    • * include/mailutils/attribute.h (MU_STATUS_BUF_SIZE): New define.
      * libproto/mbox/mbox.c: Update use of mu_attribute_to_string.
      * mailbox/amd.c: Likewise.
      * mailbox/attribute.c (mu_string_to_flags): Rewrite.
      (mu_attribute_to_string): Fill the string with flag letters only, without
      "Status:" prefix and final newline.
      * NEWS: Update.
      Sergey Poznyakoff authored
  2. 27 Jun, 2007 1 commit
  3. 27 Aug, 2005 1 commit
  4. 26 Aug, 2005 1 commit
  5. 16 Aug, 2005 1 commit
  6. 17 May, 2005 1 commit
  7. 02 Jun, 2004 1 commit
  8. 09 Feb, 2003 1 commit
  9. 29 Dec, 2002 1 commit
  10. 04 Aug, 2002 1 commit
  11. 03 Oct, 2001 1 commit
  12. 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
  13. 09 Jul, 2001 1 commit
  14. 03 Jul, 2001 1 commit
  15. 01 Jul, 2001 1 commit
  16. 07 May, 2001 1 commit
  17. 25 Apr, 2001 1 commit
  18. 14 Apr, 2001 1 commit
  19. 07 Feb, 2001 1 commit
  20. 25 Jan, 2001 1 commit
    • change, this will help to know if the message_is_modified() and speed things
      up when expunging.
      file_stream.c : Don't disable the stream buffering and let the OS choose the
      best BUFSIZ i.e. remove setbuf() call.
      message.c registrar.c mailer.c folder.c header.c list.c mailbox.c :
      Copyright and indent.
      mapfile_stream.c mbx_imap.c mbx_mbox.c mbx_pop.c : go easy on the stack
      for array of strings.
      stream.c : Put code for doing our own simple littel buffering.
      Alain Magloire authored
  21. 14 Jan, 2001 1 commit
  22. 10 Nov, 2000 2 commits
  23. 24 Oct, 2000 1 commit
  24. 11 Sep, 2000 1 commit
    • use threads and things like aio_*() calls.  Pop in Nonblocking
      mode should work properly, but the price to pay is big hairy code
      Because we have to keep the state of the connection when return
      EAGAIN.  There is lot of buffer copy all over the place .i.e when
      we come back from a EAGAIN, we have to reset the same state.
      
      We have two new files call bio.[ch] it stands for buffered I/O
      Saves me from a lot of read()/write() calls by bufferring a bit
      for me.
      
      Attribute added 3 new functions, attribute_{set,get,unset,is}userflag()
      to let someone else the library store certain attributes on a message.
      They are keep in a different place the  the normal attributes.
      Alain Magloire authored
  25. 02 Sep, 2000 1 commit
  26. 01 Sep, 2000 1 commit
  27. 31 Aug, 2000 1 commit
  28. 23 Aug, 2000 1 commit
  29. 16 Aug, 2000 1 commit
  30. 08 Aug, 2000 1 commit
  31. 23 Jun, 2000 1 commit
  32. 21 Jun, 2000 1 commit
    •  	mbx_unix.c mbx_unixscan.c message.c mime.c tcp.c transcode.c
       	include/private/attribute0.h include/private/io0.h
       	include/private/mailbox0.h include/private/tcp.h
       	include/public/attribute.h include/public/auth.h
       	include/public/io.h include/public/mailbox.h
       	include/public/message.h
      added the first basic support for pop.
       	include/private/auth0.h
      
      move the definition of auth_t struct here.
       	net.c include/private/net0.h include/public/net.h
      
      Overhaul change of the net_t by D. I.
      Alain Magloire authored
  33. 19 Jun, 2000 1 commit
  34. 12 Jun, 2000 1 commit
    •  	mbx_mbox.c mbx_mdir.c mbx_mh.c mbx_mmdf.c mbx_pop.c mbx_unix.c
       	message.c mime.c registrar.c url.c url_file.c url_imap.c
       	url_mail.c url_mbox.c url_mdir.c url_mh.c url_mmdf.c url_pop.c
       	url_unix.c include/private/mailbox0.h
       	include/private/mbx_imap.h include/private/mbx_mbox.h
       	include/private/mbx_mdir.h include/private/mbx_mmdf.h
       	include/private/mbx_pop.h include/private/mbx_unix.h
       	include/private/message0.h include/private/mime0.h
       	include/private/url0.h include/public/attribute.h
       	include/public/auth.h include/public/event.h
       	include/public/header.h include/public/io.h
       	include/public/locker.h include/public/mailbox.h
       	include/public/message.h include/public/mime.h
       	include/public/registrar.h include/public/transcode.h
       	include/public/url.h
      
      changed all the *_init to *_create().
      added *_lines() functions
      optimisation of the parsing.
      Alain Magloire authored
  35. 07 Jun, 2000 1 commit
    • do not use an owner to set the attributes.
       	mime.c include/private/cpystr.h include/private/io0.h
       	include/private/mailbox0.h include/private/mbx_imap.h
       	include/private/mbx_mbox.h include/private/mbx_mdir.h
       	include/private/mbx_mmdf.h include/private/mbx_pop.h
       	include/private/mbx_unix.h include/private/message0.h
       	include/private/mime0.h include/private/registrar0.h
       	include/private/url0.h include/public/attribute.h
       	include/public/auth.h include/public/event.h
       	include/public/header.h include/public/io.h
       	include/public/locker.h include/public/mailbox.h
       	include/public/message.h include/public/mime.h
       	include/public/registrar.h include/public/transcode.h
       	include/public/url.h
      
      put the headers in a separate file space.
      Alain Magloire authored
  36. 05 Jun, 2000 1 commit
  37. 10 May, 2000 1 commit
  38. 08 May, 2000 1 commit
  39. 02 May, 2000 1 commit