/offlineimap/head: changeset 590

Preparing 4.0.6
This commit is contained in:
jgoerzen 2004-07-26 21:47:36 +01:00
parent dd9f6475e6
commit e23d476f9c
11 changed files with 596 additions and 422 deletions

View File

@ -1,4 +1,15 @@
------------------------------------------------------------------------ ------------------------------------------------------------------------
r589 | jgoerzen | 2004-07-26 10:37:45 -0500 (Mon, 26 Jul 2004) | 1 line
Changed paths:
M /offlineimap/head/ChangeLog
M /offlineimap/head/debian/changelog
M /offlineimap/head/offlineimap/folder/IMAP.py
M /offlineimap/head/offlineimap/ui/Curses.py
M /offlineimap/head/offlineimap/ui/Tk.py
M /offlineimap/head/offlineimap.sgml
Various bug fixes and enhancements
------------------------------------------------------------------------
r588 | jgoerzen | 2004-07-13 10:25:27 -0500 (Tue, 13 Jul 2004) | 1 line r588 | jgoerzen | 2004-07-13 10:25:27 -0500 (Tue, 13 Jul 2004) | 1 line
Changed paths: Changed paths:
M /offlineimap/head/bin/offlineimap M /offlineimap/head/bin/offlineimap

View File

@ -18,4 +18,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from offlineimap import init from offlineimap import init
init.startup('4.0.5') init.startup('4.0.6')

View File

@ -4,6 +4,8 @@ offlineimap (4.0.6) unstable; urgency=low
* Added version to generated header. Closes: #257893. * Added version to generated header. Closes: #257893.
* Fixed warn() in Tk (reported by Martin Pool). * Fixed warn() in Tk (reported by Martin Pool).
* Added Windows documentation from Chris Walker to the FAQ. * Added Windows documentation from Chris Walker to the FAQ.
* Added Build-Conflicts for docbook-ebnf; it can mess up the doc
building.
-- John Goerzen <jgoerzen@complete.org> Mon, 26 Jul 2004 10:04:06 -0500 -- John Goerzen <jgoerzen@complete.org> Mon, 26 Jul 2004 10:04:06 -0500

View File

@ -3,6 +3,7 @@ Section: mail
Priority: optional Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org> Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends-Indep: debhelper (>> 4.2.0), python2.3, python2.3-dev (>= 2.2.2), groff, docbook-utils, python (>= 2.3), python-dev (>= 2.3) Build-Depends-Indep: debhelper (>> 4.2.0), python2.3, python2.3-dev (>= 2.2.2), groff, docbook-utils, python (>= 2.3), python-dev (>= 2.3)
Build-Conflicts-Indep: docbook-ebnf
Standards-Version: 3.5.2 Standards-Version: 3.5.2
Package: offlineimap Package: offlineimap

View File

@ -1470,7 +1470,8 @@ CLASS="APPLICATION"
><DD ><DD
><P ><P
> It should run on most platforms supported by Python, which are quite a > It should run on most platforms supported by Python, which are quite a
few. few. I do not support Windows myself, but some have made
it work there; see the FAQ entry for that platform.
</P </P
></DD ></DD
><DT ><DT
@ -1725,13 +1726,69 @@ CLASS="PROPERTY"
></LI ></LI
></UL ></UL
></DD ></DD
><DT
>Can I use <SPAN
CLASS="APPLICATION"
>OfflineIMAP</SPAN
> on Windows?</DT
><DD
><P
> These answers have been reported by <SPAN
CLASS="APPLICATION"
>OfflineIMAP</SPAN
>
users. I do not run <SPAN
CLASS="APPLICATION"
>OfflineIMAP</SPAN
> on Windows myself, so
I can't directly address their accuracy.
</P
><P
> The basic answer is that it's possible and doesn't
require hacking <SPAN
CLASS="APPLICATION"
>OfflineIMAP</SPAN
> source code. However,
it's not necessarily trivial. The information below is
based in instructions submitted by Chris Walker.
</P
><P
> First, you must run <SPAN
CLASS="APPLICATION"
>OfflineIMAP</SPAN
> in the <A
HREF="http://www.cygwin.com/"
TARGET="_top"
>Cygwin</A
>
environment.
</P
><P
> Next, you'll need to mount your Maildir directory in a
special way. There is information for doing that at
<A
HREF="http://barnson.org/node/view/295"
TARGET="_top"
>http://barnson.org/node/view/295</A
>.
That site gives this example:
</P
><PRE
CLASS="PROGRAMLISTING"
>mount -f -s -b -o managed "d:/tmp/mail" "/home/of/mail"
</PRE
><P
> That URL also has more details on making OfflineIMAP
work with Windows.
</P
></DD
></DL ></DL
></DIV ></DIV
></DIV ></DIV
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN484" NAME="AEN500"
></A ></A
><H2 ><H2
>Conforming To</H2 >Conforming To</H2
@ -1770,14 +1827,14 @@ TARGET="_top"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN497" NAME="AEN513"
></A ></A
><H2 ><H2
>Notes</H2 >Notes</H2
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN499" NAME="AEN515"
></A ></A
><H3 ><H3
>Deleting Local Folders</H3 >Deleting Local Folders</H3
@ -1809,7 +1866,7 @@ CLASS="APPLICATION"
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN506" NAME="AEN522"
></A ></A
><H3 ><H3
>Multiple Instances</H3 >Multiple Instances</H3
@ -1838,7 +1895,7 @@ CLASS="PROPERTY"
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN513" NAME="AEN529"
></A ></A
><H3 ><H3
>Copying Messages Between Folders</H3 >Copying Messages Between Folders</H3
@ -1868,7 +1925,7 @@ CLASS="APPLICATION"
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN519" NAME="AEN535"
></A ></A
><H3 ><H3
>Use with Evolution</H3 >Use with Evolution</H3
@ -1904,7 +1961,7 @@ CLASS="APPLICATION"
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN527" NAME="AEN543"
></A ></A
><H3 ><H3
>Use with KMail</H3 >Use with KMail</H3
@ -1938,7 +1995,7 @@ CLASS="APPLICATION"
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN535" NAME="AEN551"
></A ></A
><H3 ><H3
>Mailing List</H3 >Mailing List</H3
@ -1957,7 +2014,7 @@ TARGET="_top"
><DIV ><DIV
CLASS="REFSECT2" CLASS="REFSECT2"
><A ><A
NAME="AEN539" NAME="AEN555"
></A ></A
><H3 ><H3
>Bugs</H3 >Bugs</H3
@ -2046,7 +2103,7 @@ CLASS="APPLICATION"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN559" NAME="AEN575"
></A ></A
><H2 ><H2
>Copyright</H2 >Copyright</H2
@ -2084,7 +2141,7 @@ CLASS="APPLICATION"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN568" NAME="AEN584"
></A ></A
><H2 ><H2
>Author</H2 >Author</H2
@ -2136,7 +2193,7 @@ TARGET="_top"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN580" NAME="AEN596"
></A ></A
><H2 ><H2
>See Also</H2 >See Also</H2
@ -2154,7 +2211,7 @@ CLASS="APPLICATION"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN585" NAME="AEN601"
></A ></A
><H2 ><H2
>History</H2 >History</H2

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -544,7 +544,8 @@ OTHER FREQUENTLY ASKED QUESTIONS
What platforms does OfflineIMAP run on? What platforms does OfflineIMAP run on?
It should run on most platforms supported by Python, which are It should run on most platforms supported by Python, which are
quite a few. quite a few. I do not support Windows myself, but some have
made it work there; see the FAQ entry for that platform.
I'm using Mutt. Other IMAP sync programs require me to use "set I'm using Mutt. Other IMAP sync programs require me to use "set
maildir_trash=yes". Do I need to do that with OfflineIMAP? maildir_trash=yes". Do I need to do that with OfflineIMAP?
@ -646,6 +647,30 @@ OTHER FREQUENTLY ASKED QUESTIONS
o 2 seconds with OfflineIMAP 3.x "held connection" o 2 seconds with OfflineIMAP 3.x "held connection"
Can I use OfflineIMAP on Windows?
These answers have been reported by OfflineIMAP users. I do not
run OfflineIMAP on Windows myself, so I can't directly address
their accuracy.
The basic answer is that it's possible and doesn't require hack-
ing OfflineIMAP source code. However, it's not necessarily
trivial. The information below is based in instructions submit-
ted by Chris Walker.
First, you must run OfflineIMAP in the Cygwin
<URL:http://www.cygwin.com/> environment.
Next, you'll need to mount your Maildir directory in a special
way. There is information for doing that at
<URL:http://barnson.org/node/view/295>. That site gives this
example:
mount -f -s -b -o managed "d:/tmp/mail" "/home/of/mail"
That URL also has more details on making OfflineIMAP work with
Windows.
CONFORMING TO CONFORMING TO
o Internet Message Access Protocol version 4rev1 (IMAP 4rev1) as speci- o Internet Message Access Protocol version 4rev1 (IMAP 4rev1) as speci-
fied in RFC2060 and RFC3501 fied in RFC2060 and RFC3501
@ -822,4 +847,4 @@ HISTORY
John Goerzen 04 June 2004 OFFLINEIMAP(1) John Goerzen 26 July 2004 OFFLINEIMAP(1)

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches, .\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>. .\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "OFFLINEIMAP" "1" "04 June 2004" "John Goerzen" "OfflineIMAP Manual" .TH "OFFLINEIMAP" "1" "26 July 2004" "John Goerzen" "OfflineIMAP Manual"
.SH NAME .SH NAME
OfflineIMAP \- Powerful IMAP/Maildir synchronization and reader support OfflineIMAP \- Powerful IMAP/Maildir synchronization and reader support
@ -643,7 +643,8 @@ of the document, so they are discussed here.
.TP .TP
\fBWhat platforms does OfflineIMAP run on?\fR \fBWhat platforms does OfflineIMAP run on?\fR
It should run on most platforms supported by Python, which are quite a It should run on most platforms supported by Python, which are quite a
few. few. I do not support Windows myself, but some have made
it work there; see the FAQ entry for that platform.
.TP .TP
\fBI'm using Mutt. Other IMAP sync programs require me to use "set maildir_trash=yes". Do I need to do that with OfflineIMAP?\fR \fBI'm using Mutt. Other IMAP sync programs require me to use "set maildir_trash=yes". Do I need to do that with OfflineIMAP?\fR
No. \fBOfflineIMAP\fR is smart enough to figure out message deletion without this extra No. \fBOfflineIMAP\fR is smart enough to figure out message deletion without this extra
@ -753,6 +754,32 @@ An informal benchmark yields these results for my setup:
\(bu \(bu
2 seconds with OfflineIMAP 3.x "held connection" 2 seconds with OfflineIMAP 3.x "held connection"
.RE .RE
.TP
\fBCan I use OfflineIMAP on Windows?\fR
These answers have been reported by \fBOfflineIMAP\fR
users. I do not run \fBOfflineIMAP\fR on Windows myself, so
I can't directly address their accuracy.
The basic answer is that it's possible and doesn't
require hacking \fBOfflineIMAP\fR source code. However,
it's not necessarily trivial. The information below is
based in instructions submitted by Chris Walker.
First, you must run \fBOfflineIMAP\fR in the Cygwin <URL:http://www.cygwin.com/>
environment.
Next, you'll need to mount your Maildir directory in a
special way. There is information for doing that at
<URL:http://barnson.org/node/view/295>.
That site gives this example:
.nf
mount -f -s -b -o managed "d:/tmp/mail" "/home/of/mail"
.fi
That URL also has more details on making OfflineIMAP
work with Windows.
.SH "CONFORMING TO" .SH "CONFORMING TO"
.TP 0.2i .TP 0.2i
\(bu \(bu

View File

@ -18,4 +18,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from offlineimap import init from offlineimap import init
init.startup('4.0.5') init.startup('4.0.6')

View File

@ -1,8 +1,8 @@
productname = 'OfflineIMAP' productname = 'OfflineIMAP'
versionstr = "4.0.5" versionstr = "4.0.6"
revno = long('$Rev: 588 $'[6:-2]) revno = long('$Rev: 590 $'[6:-2])
revstr = "Rev %d" % revno revstr = "Rev %d" % revno
datestr = '$Date: 2004-07-13 10:25:27 -0500 (Tue, 13 Jul 2004) $' datestr = '$Date: 2004-07-26 10:47:36 -0500 (Mon, 26 Jul 2004) $'
versionlist = versionstr.split(".") versionlist = versionstr.split(".")
major = versionlist[0] major = versionlist[0]