[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mailutils/mailbox folder_imap.c mbx_imap.c mbx_...
From: |
Alain Magloire |
Subject: |
mailutils/mailbox folder_imap.c mbx_imap.c mbx_... |
Date: |
Mon, 19 Feb 2001 20:15:16 -0800 |
CVSROOT: /home/cvs
Module name: mailutils
Changes by: Alain Magloire <address@hidden> 01/02/19 20:15:15
Modified files:
mailbox : folder_imap.c mbx_imap.c mbx_mbox.c
mbx_mboxscan.c mbx_pop.c stream.c
Log message:
mbx_mbox.c mbx_mboxscan.c : I need to clean the expunge code
I realise that MBOX format means that we also have to escapes lines
that starting with "From " --> ">From ". So much for speed since
this will imply reading line by line.
mbx_pop.c : Some bug fixes, connection is close down if the client
is trying to seek() backward.
folder_imap.c mbx_imap.c : Unfinish business, but getting better.
stream.c : Don't force a flush on close, let the underlying
implementatio
do that.
CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/folder_imap.c.diff?r1=1.5&r2=1.6
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/mbx_imap.c.diff?r1=1.14&r2=1.15
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/mbx_mbox.c.diff?r1=1.31&r2=1.32
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/mbx_mboxscan.c.diff?r1=1.8&r2=1.9
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/mbx_pop.c.diff?r1=1.38&r2=1.39
http://subversions.gnu.org/cgi-bin/cvsweb/mailutils/mailbox/stream.c.diff?r1=1.8&r2=1.9
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- mailutils/mailbox folder_imap.c mbx_imap.c mbx_...,
Alain Magloire <=