1. 05 Aug, 2002 1 commit
  2. 04 Aug, 2002 1 commit
  3. 02 Jul, 2001 1 commit
    • 	it will save the attribute flags.
      	* imap4d/close.c: Typo.
      	* imap4d/logout: Remove the mailbox_close() and mailbox_destroy()
      	it is being call imap4d_bye ().
      	* imap4d/select.c (imapr3d_select0): call mailbox_save_attributes()
      	if a mailbox was already selected.
      
      	Feedback from Sergey for the need of saving the attribute flags
      	without expunging.  Note, this is a hack, the code is taken from
      	mbox_expunge(mbx_mbox.c) and there is lot of duplication.  But
      	since we are moving toward a new mailbox API, the code will be
      	rewritten more cleanly in the new API.
      
      	* include/mailutils/mailbox.h: Add proto mailbox_save_attributes()
      	* mailbox/include/mailbox0.h: New field in struct _mailbox
      	_save_attributes (mailbox_t);
      	* mailbox/mailbox.c: New function mailbox_save_attributes ().
      	* mailbox/mbx_mbox.c: New function mbox_save_attributes (),
      	implement saving the attribute flags in header field "Status:"
      Alain Magloire authored
  4. 23 Apr, 2001 1 commit
  5. 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
  6. 26 Jan, 2001 1 commit
  7. 04 Sep, 2000 2 commits