commit-mailutils
[Top][All Lists]
Advanced

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

mailutils ./ChangeLog mail/mail.c mailbox/folde...


From: Alain Magloire
Subject: mailutils ./ChangeLog mail/mail.c mailbox/folde...
Date: Sun, 14 Oct 2001 00:08:21 -0400

CVSROOT:        /home/cvs
Module name:    mailutils
Changes by:     Alain Magloire <address@hidden> 01/10/14 00:08:21

Modified files:
        .              : ChangeLog 
        mail           : mail.c 
        mailbox        : folder_imap.c mbx_imap.c memory_stream.c 
        mailbox/include: imap0.h 
        mailbox2       : memstream.c 

Log message:
        * mail/mail.c: Possibility to enable debuging output.
        It should probably be a runtime option via set debug=1 or something
        for now it is disable between if (0) {...}.
        
        More cleanup in the IMAP code.  A memory stream buffer is
        use to save the string literal sended by the IMAP server.
        The allocation is handle by the memory_stream which simplifies
        the code.
        
        * folder_imap.c (folder_imap.c): Create a memory stream to
        hold the literal or quoted string send by the IMAP server.
        (folder_imap_list folder_imap_lsub): There is no callback
        field the struct folder_list is in struct _f_imap now.
        (imap_literal_string imap_quoted_string imap_string):  Use the
        memory string stream to save the result.
        (imap_body): Still need to be clean, but creates the cache
        header when doing the scan.
        (imap_parse): Do not use alloca().

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.284&tr2=1.285&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/mail.c.diff?cvsroot=OldCVS&tr1=1.46&tr2=1.47&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/folder_imap.c.diff?cvsroot=OldCVS&tr1=1.33&tr2=1.34&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/mbx_imap.c.diff?cvsroot=OldCVS&tr1=1.44&tr2=1.45&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/memory_stream.c.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/include/imap0.h.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox2/memstream.c.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text




reply via email to

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