Package: offlineimap3 / 0.0~git20211018.e64c254+dfsg-2

Metadata

Package Version Patches format
offlineimap3 0.0~git20211018.e64c254+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Revert implement Happy Eyeballs.patch | (download)

offlineimap/imaplibutil.py | 10 1 + 9 - 0 !
requirements.txt | 1 0 + 1 - 0 !
2 files changed, 1 insertion(+), 10 deletions(-)

 revert "implement happy eyeballs"
This functionality relies on the `rfc6555` Python module, which is not
available on Debian.

Ported from offlineimap.
 
Py311 threadsafety.patch | (download)

offlineimap/folder/LocalStatusSQLite.py | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 localstatussqlite.py: python 3.11 compatible threadsafety check

Signed-off-by: 0pointerexception <w-gh@wmeyer.eu>

Do not use the Internet to fetch DTD.patch | (download)

docs/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 do not use the internet to fetch dtd

Use '--nonet' flag in order to prevent xsltproc from using the Internet
to fetch DTDs, entities or documents.

Ported from offlineimap.