Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Revert-implement-Happy-Eyeballs.patch | Revert "implement Happy Eyeballs"This functionality relies on the `rfc6555` Python module, which is not available on Debian. Ported from offlineimap. |
Ilias Tsitsimpis <iliastsi@debian.org> | not-needed | |||
Do-not-use-the-Internet-to-fetch-DTD.patch | 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. |
Ilias Tsitsimpis <i.tsitsimpis@gmail.com> | not-needed | |||
0001-Revert-Use-system-sslcacertfile-by-default.patch | [PATCH] Revert "Use system sslcacertfile by default" This reverts commit a4863b2f04adf25b9989bafbb9df21ea8b98a674. |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> | no | 2021-02-14 | ||
0001-BUG-Right-format-for-password-from-Curses.patch | [PATCH] BUG: Right format for password from Curses Reading the password from Curses Blinkenlights returns a bytes objects instead an utf-8 string. This patch will decode if bytes is provided. When ui is set to 'Curses Blinkenlights' and debug logs are enabled, we get an exception with 'embedded null character'. Remove the NULL from the log, keeping the log message same as before. |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> | no | upstream | 2021-02-20 | |
0001-BUG-Gmail-FETCH-error-with-synclabels-enabled.patch | [PATCH] BUG: Gmail FETCH error with synclabels enabled If synclabels is enabled then offlineimap is sending '1:*' to imaplib2, and imaplib2 while creating the FETCH command is quoting the sequence and the command becomes: b"JFFJ10 FETCH '1:*' (FLAGS X-GM-LABELS UID)\r\n" Remove the single-quotes to prevent that and also consider the response as bytes. |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> | no | 2021-02-20 |