1. 20 May, 2001 2 commits
  2. 17 May, 2001 1 commit
  3. 14 May, 2001 2 commits
  4. 13 May, 2001 1 commit
  5. 11 May, 2001 1 commit
  6. 10 May, 2001 1 commit
  7. 09 May, 2001 2 commits
  8. 07 May, 2001 3 commits
  9. 04 May, 2001 3 commits
  10. 02 May, 2001 2 commits
  11. 25 Apr, 2001 1 commit
  12. 24 Apr, 2001 5 commits
    • message into mum->message member. But mbox_get_message() relies on
      1-based message numbers, whereas `mum' pointer is obtained using
      0-based indexing:
      Alain Magloire authored
    • Alain Magloire authored
    • Alain Magloire authored
    • Alain Magloire authored
    • 	* pop3d/*.[ch]:  Rename all the pop function pop3d_xx()
      	instead of pop3_xx() to be consistent with imap4d/*.
      
      	* mailbox/mbx_pop.c (pop_user): This is sudden death; for many pop
      	servers, it is important to let them time to remove locks or move
      	the .user.pop files.  This happen when we do BUSY_CHECK().  For
      	example, the user does not want to read the entire file, and wants
      	start to read a new message, closing the connection and immediately
      	contact the server again, and we'll end up having
      	"-ERR Mail Lock busy" or something similar. To prevent this race
      	condition we sleep 2 seconds.
      
      2001-04-23 Sergey Poznyakoff
      
      	It is often convenient to separte log outputs from POP and SMTP
      	servers. --with-log-facility flag which allows to specify to which
      	log facility the loggin output should be directed.
      	System administrators often prefere to have more information about
      	unsuccessfull authentications. I have added more verbose logging
      	to pop3d/user.c. Both failed attempts and possible account probes
      	(USER immediately followed by QUIT) are logged.
      	Made pop3d to be less verbose about its WELCOME prompt. When the
      	symbol TERSE_MODE is defined, pop3d introduces itself just as
      	+OK POP3 ready <apop_hash>
      	insead of divulging its type and version. This is a bit paranoid,
      	but it is better to be on the safe side...
      Alain Magloire authored
  13. 23 Apr, 2001 3 commits
  14. 22 Apr, 2001 1 commit
    • 	* imap4d/delete.c: First implementation.
      	* imap4d/list.c: First implementation.
      	* imap4d/rename.c: First implementation.
      	* imap4d/util.c: New functions.
      	(util_tilde_expansion): expand ~.
      	(util_unquote): Remove surrounding double quotes.
      	(util_getfullpath): Expand the path to absolute.
      	* imap4d/fetch.c:  Did not cycle throught the items.
      	(fetch_send_address): Patch from Sam Roberts, did not
      	use the index.
      
      	* mailbox/attachement.c (message_unencapsulate): Little buglet
      	strncasemp() passing the wrong size.
      Alain Magloire authored
  15. 20 Apr, 2001 4 commits
  16. 18 Apr, 2001 1 commit
    • an email excerpt:
      states is the valid states for a command (eg. LOGIN is only valid in
      non-authenticated state, SELECT is valid in authenticated or
      selected). success is the state to enter when the command completes
      successfully (STATE_NONE means no change) and failure is the state to
      enter when the command fails.
      
      The fetch code is getting close to completion! ye!
      Alain Magloire authored
  17. 17 Apr, 2001 1 commit
  18. 16 Apr, 2001 6 commits
    • 	for -lpthread since in libc the thread functions are defined
      	but all return ENOSYS, you need to explicitely link with -lphtread.
      	the ctype functions is*() arguments should be explicitely cast
      	since Solaris use them as indexes.  __REENTRANT as to be define
      	if compile with support for threads.  Never realize this but
      	setenv() is a BSD/GNU thing, so took a variant from libiberty
      	to cope.
      Alain Magloire authored
    •         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
    • 	files to build a standalone libargp.a
      
      	* argp: New directory.
      	argp-ba.c, argp-eexst.c, argp-fmtstream.c, argp-fmtstream.h
      	argp-fs-xinl.c, argp-help.c, argp-namefrob.h, argp-parse.c
      	argp-pv.c, argp-pvh.c, argp-xinl.c, argp.h, pin.c.
      
      	* mail/mail.c:  Comment out the code that use readline
      	specifics WITH_READLINE.
      	* mail/mail.h: Likewised.
      	* mail/util.c: Likewised.
      
      
      And still mail will not compile for QNX ... #&*#$^&#^)(
      Alain Magloire authored
    • Alain Magloire authored
    • Alain Magloire authored
    • . · 8bae6727
      Alain Magloire authored