commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mailutils ./ChangeLog mailbox/folder_pop.c mail...


From: Alain Magloire
Subject: mailutils ./ChangeLog mailbox/folder_pop.c mail...
Date: Sun, 11 Nov 2001 22:37:38 -0500

CVSROOT:        /home/cvs
Module name:    mailutils
Changes by:     Alain Magloire <address@hidden> 01/11/11 22:37:38

Modified files:
        .              : ChangeLog 
        mailbox        : folder_pop.c mbx_pop.c url_pop.c 
        pop3d          : apop.c 
        frm            : frm.c 

Log message:
        Support in POP3 maibox client for APOP authentication.
        This should work, now:
        #MAIL='pop://alain;address@hidden' ./frm
        Pop passwd: secret  <--- apop secret
        ...
        
        * mailbox/folder_pop.c (folder_pop_get_authority):
        Enable APOP code.
        * mailbx/mbx_pop.c: Add md5-rsa.h.
        (_pop_apop): New function to do APOP authentication.
        (_pop_user): Factor some code in pop_get_user() and
        pop_get_passwd() to share with _pop_apop().
        (pop_get_user): New function, get the user login.
        (pop_get_passwd): New function, get the user passwd.
        (pop_get_md5): New function get timestamp.
        * mailbox/url_pop.c: Add 2001 in Copyright.
        * pop3d/apop.c: Remove trailing spaces.
        
        * frm/frm.c: New option -d, --debug.
        To put the mailbox_t in debug mode, very practicle
        to watch the traffic.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.334&tr2=1.335&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/folder_pop.c.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/mbx_pop.c.diff?cvsroot=OldCVS&tr1=1.61&tr2=1.62&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/url_pop.c.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/pop3d/apop.c.diff?cvsroot=OldCVS&tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/frm/frm.c.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]