[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mailutils ./ChangeLog imap4d/fetch.c imap4d/ima...
From: |
Alain Magloire |
Subject: |
mailutils ./ChangeLog imap4d/fetch.c imap4d/ima... |
Date: |
Mon, 26 Feb 2001 20:34:12 -0800 |
CVSROOT: /home/cvs
Module name: mailutils
Changes by: Alain Magloire <address@hidden> 01/02/26 20:34:10
Modified files:
. : ChangeLog
imap4d : fetch.c imap4d.h util.c
mailbox : mbx_imap.c
Log message:
ChangeLog: Update.
doc/mailbox.texi: ?
imap4d/fetch.c: Cool! Things are finally falling in place for the
fetch, pieces missing: bodystructures, body[header.fields],
body[header.fields.not]. I need to find a way to cleanly check the
spacing, I got things like:
* FETCH 1 ( FLAGS ( \Read \Seen ))
Which is compliant but too many spaces at the compliant it should be
* FETCH 1 (FLAGS (\Read \Seen ))
imap4d/imap4d.h imap4d/util.c : New helper function util_token().
mailbox/mbx_imap.c : getting the size of the subparts from the
bodystructure.
CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/ChangeLog.diff?r1=1.67&r2=1.68
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/imap4d/fetch.c.diff?r1=1.6&r2=1.7
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/imap4d/imap4d.h.diff?r1=1.4&r2=1.5
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/imap4d/util.c.diff?r1=1.5&r2=1.6
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/mbx_imap.c.diff?r1=1.18&r2=1.19
- mailutils ./ChangeLog imap4d/fetch.c imap4d/ima...,
Alain Magloire <=