1. 16 Dec, 2001 13 commits
  2. 13 Dec, 2001 4 commits
  3. 11 Dec, 2001 2 commits
  4. 04 Dec, 2001 2 commits
  5. 03 Dec, 2001 5 commits
  6. 30 Nov, 2001 1 commit
  7. 27 Nov, 2001 7 commits
  8. 25 Nov, 2001 1 commit
  9. 21 Nov, 2001 3 commits
  10. 17 Nov, 2001 2 commits
    • 	mailbox_destroy_folder().
      	* mailbox/mailbox.c (mailbox_destroy_folder): Remove.
      	* comsat/comsat.c (notify_user): remove mailbox_destroy_folder().
      Alain Magloire authored
    • 	url in  ticket_pop.
      	* mailbox/mbx_pop.c (pop_get_user): Pass the url in ticket_pop()
      	* mailbox/mbx_pop.c (pop_get_passwd): Pass the url in ticket_pop()
      	* mailbox/ticket.c (ticket_set_pop): Change the prototype.
      	(ticket_pop): Change the prototype.
      	* mailbox/wicket.c (get_pass): New function get passwd.
      	(get_user): New function get user.
      	(myticket_create): Take filenanme as argument and
      	save the information.
      	(_get_ticket): Removed.
      	(myticket_pop): Take an url in argument.
      	* mailbox/include/auth0.h: field _pop() prototype changed.
      	* include/mailutils/auth.h: ticket_pop and ticket_set_pop
      	proptotype changed, add url. Include <mailutils/url.h>
      Alain Magloire authored