commit-mailutils
[Top][All Lists]
Advanced

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

mailutils/mailbox Makefile.am body.c folder_ima...


From: Alain Magloire
Subject: mailutils/mailbox Makefile.am body.c folder_ima...
Date: Wed, 04 Apr 2001 21:17:09 -0700

CVSROOT:        /home/cvs
Module name:    mailutils
Changes by:     Alain Magloire <address@hidden> 01/04/04 21:17:09

Modified files:
        mailbox        : Makefile.am body.c folder_imap.c header.c 
                         mailbox.c mailer.c mbx_imap.c mbx_mbox.c 
                         mbx_pop.c message.c property.c sendmail.c 
                         smtp.c stream.c trans_stream.c 
        mailbox/include: body0.h mailbox0.h mailer0.h message0.h 
                         property0.h stream0.h 
Added files:
        mailbox        : filter_rfc822.c 

Log message:
        Introduction of the notion of filter_t object takes a stream and
        perform some filtering on it.  All the decoding streams will move
        to this i.e. quoted-printable, base64 etc .. This scheme will also
        permit users to add to the list new filters.  Still work in progress.
        
        * mailbox/Makefile.am : Add filter.c filter_rfc822.c.
        * mailbox/body.c ( : When creating a floating body i.e creating
        a temporary file, the stream was not "own" by the body_t.
        (_body_get_fd): Likewised.
        (_body_read):_ Likewised.
        (_body_readline): Likewised.
        (_body_write): Likewised.
        (_body_truncate): Likewised.
        (_body_size): Likewised.
        (_body_flush): Likewised.
        
        * mailbox/folder_imap.c (imap_literal_string): Check if the
        callback.buffer is NULL.
        (imap_body): Do no set the callback.type if "FIELDS" is part of the
        string.
        
        * mailbox/header.c: Remove the support for RFC822 it will be part
        of the filter_t object.
        * mailbox/mbx_mbox.c: Likewised.
        * mailbox/mailbox.c (mailbox_size): Rename to mailbox_get_size().
        
        * mailbox/stream.c (stream_is_seekable): New function.
        (stream_set_property): New function.
        (stream_get_property): New function.
        
        * mailbox/trans_stream.c: Beautify.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/filter_rfc822.c.diff?r1=NONE&r2=1.1
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/Makefile.am.diff?r1=1.17&r2=1.18
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/body.c.diff?r1=1.16&r2=1.17
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/folder_imap.c.diff?r1=1.11&r2=1.12
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/header.c.diff?r1=1.47&r2=1.48
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/mailbox.c.diff?r1=1.37&r2=1.38
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/mailer.c.diff?r1=1.12&r2=1.13
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/mbx_imap.c.diff?r1=1.22&r2=1.23
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/mbx_mbox.c.diff?r1=1.37&r2=1.38
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/mbx_pop.c.diff?r1=1.41&r2=1.42
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/message.c.diff?r1=1.46&r2=1.47
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/property.c.diff?r1=1.3&r2=1.4
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/sendmail.c.diff?r1=1.8&r2=1.9
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/smtp.c.diff?r1=1.11&r2=1.12
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/stream.c.diff?r1=1.9&r2=1.10
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/trans_stream.c.diff?r1=1.9&r2=1.10
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/include/body0.h.diff?r1=1.3&r2=1.4
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/include/mailbox0.h.diff?r1=1.13&r2=1.14
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/include/mailer0.h.diff?r1=1.9&r2=1.10
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/include/message0.h.diff?r1=1.10&r2=1.11
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/include/property0.h.diff?r1=1.1&r2=1.2
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/include/stream0.h.diff?r1=1.5&r2=1.6




reply via email to

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