From nicolas.s-dev at laposte.net Sun Dec 8 22:59:56 2019 From: nicolas.s-dev at laposte.net (Nicolas Sebrecht) Date: Sun, 8 Dec 2019 23:59:56 +0100 Subject: [ANNOUNCE] upcoming offlineimap v7.3.1 Message-ID: # Notes I think it's time for a new release. I aim to make the new release in one week, approximately. If you'd like more time, please let me know. ,-) Feedbacks will be added to the release notes and the git logs, as usual. # Authors Nicolas Sebrecht (5): contrib: use yaml.safe_load() instead of load() make docs: ensure py2 when running sphinx ensure python2 in the release workflow fix check for unsupported sep character introduce FUNDING.yml for opencollective Chris Coutinho (1): Additional address for sysloghandler to handle mac # Diffstat .github/FUNDING.yml | 3 +++ Makefile | 8 ++++---- contrib/helpers.py | 2 +- contrib/release.py | 2 +- docs/Makefile | 2 +- offlineimap/accounts.py | 18 +++++++++--------- offlineimap/ui/UIBase.py | 7 ++++++- 7 files changed, 25 insertions(+), 17 deletions(-) -- Nicolas Sebrecht From alan.schmitt at polytechnique.org Wed Dec 11 14:39:12 2019 From: alan.schmitt at polytechnique.org (alan.schmitt at polytechnique.org) Date: Wed, 11 Dec 2019 15:39:12 +0100 Subject: =?utf-8?Q?UID=C2=A0STORE?= error Message-ID: <87pngvx6y7.fsf@inria.fr> Hello, I'm trying to send mail using notmuch, and when the mail is added to my .Sent folder, I get an error when it is synchronized with the server: Folder .Sent [remote name Sent] [acc: zimbra]: Syncing Sent: IMAP -> Maildir Folder .Sent [remote name Sent] [acc: zimbra]: Copy message UID -1 (1/1) Local:.Sent -> Remote:Sent Folder .Sent [remote name Sent] [acc: zimbra]: Adding flag D to 1 messages on Sent ERROR: while syncing .Sent [account zimbra] Error with store: UID STORE failed What is the flag D that cannot be set on the server? Thanks, Alan -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 487 bytes Desc: not available URL: From nicolas.s-dev at laposte.net Wed Dec 11 15:25:10 2019 From: nicolas.s-dev at laposte.net (Nicolas Sebrecht) Date: Wed, 11 Dec 2019 16:25:10 +0100 Subject: =?iso-8859-1?Q?UID=A0STORE?= error In-Reply-To: <87pngvx6y7.fsf@inria.fr> References: <87pngvx6y7.fsf@inria.fr> Message-ID: <20191211152510.GA5566@rei.localdomain> hello, On Wed, Dec 11, 2019 at 03:39:12PM +0100, alan.schmitt at polytechnique.org wrote: > Hello, > > I'm trying to send mail using notmuch, and when the mail is added to my > .Sent folder, I get an error when it is synchronized with the server: > > Folder .Sent [remote name Sent] [acc: zimbra]: > Syncing Sent: IMAP -> Maildir > Folder .Sent [remote name Sent] [acc: zimbra]: > Copy message UID -1 (1/1) Local:.Sent -> Remote:Sent One local email is sent on the remote without UID (-1). The server has to set the UID once stored. > Folder .Sent [remote name Sent] [acc: zimbra]: > Adding flag D to 1 messages on Sent This line means that one email is marked D for deletion (likely deleted locally). > ERROR: while syncing .Sent [account zimbra] > Error with store: UID STORE failed The server (zimbra?) responds ERROR with message "UID STORE failed". The reason is likely to look on the server side. You might need to ask the zimbra admin to check the logs to know more. -- Nicolas Sebrecht From alan.schmitt at polytechnique.org Wed Dec 11 15:35:08 2019 From: alan.schmitt at polytechnique.org (Alan Schmitt) Date: Wed, 11 Dec 2019 16:35:08 +0100 Subject: =?utf-8?Q?UID=C2=A0STORE?= error In-Reply-To: <87pngvx6y7.fsf@inria.fr> References: <87pngvx6y7.fsf@inria.fr> Message-ID: <87eexayixf.fsf@polytechnique.org> Hello, On 2019-12-11 15:39, alan.schmitt at polytechnique.org writes: > What is the flag D that cannot be set on the server? I've looked a little bit more into this, and this was an old mail (so it has nothing to do with notmuch). There was no reason to have the draft flag, so I removed it and offlineimap is now happy. Sorry for the noise, Alan -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 487 bytes Desc: not available URL: From sandis.mikelis8451 at gmail.com Fri Dec 13 05:18:42 2019 From: sandis.mikelis8451 at gmail.com (Sandis Mikelis) Date: Thu, 12 Dec 2019 21:18:42 -0800 Subject: Boost Website Visibility : offlineimap.org Message-ID: Hi offlineimap.org Team, It’s a Pleasure to get in touch with you. There are multiple ways to stand high against your competitors, with our alliance we can overcome the shortcomings of your website to compete and acquire maximum web visibility. Our Analytic Team has gathered few points which will be beneficial for your online business. By implementing new strategies we can help your business grow and reduce major obstacles which you might be facing to promote your website worldwide. In order to have high SERP ranking and vibrant social media presence, you must overcome technical errors that prohibits search engine to index your website with accurate and fitting keywords for better optimization. A fully furbished website with high quality content based backlinks is necessary along with active updates on social media portals to increase the popularity and brand awareness. Apart from the above activities, we offer many other additional improvements for your website. I would love to present a detailed *Analysis Report* along with errors that your website poses and steps to improve your ranking. This e-mail provides you a glimpse of services which we offer. If you require any sort of assistance then kindly contact us back on my email address or contact number mentioned below. Alternatively you can also provide us with your phone number and best time to call you. *Sandis Mikelis* *Digital Marketing Analyst* *-----------------------------------------------------------------* [image: beacon] -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolas.s-dev at laposte.net Sun Dec 15 22:56:17 2019 From: nicolas.s-dev at laposte.net (Nicolas Sebrecht) Date: Sun, 15 Dec 2019 23:56:17 +0100 Subject: [ANNOUNCE] OfflineIMAP v7.3.1 released Message-ID: <157645027970.19515.8125558928446872734.release.py@laposte.net> OfflineIMAP v7.3.1 is out. Downloads: http://github.com/OfflineIMAP/offlineimap/archive/v7.3.1.tar.gz http://github.com/OfflineIMAP/offlineimap/archive/v7.3.1.zip Pip: wget "https://raw.githubusercontent.com/OfflineIMAP/offlineimap/v7.3.1/requirements.txt" -O requirements.txt pip install -r ./requirements.txt --user git+https://github.com/OfflineIMAP/offlineimap.git at v7.3.1 This release was tested by: - Nicolas Sebrecht # Authors - Nicolas Sebrecht (5) - Chris Coleman (1) - Chris Coutinho (1) - Jess (1) # Features - Additional address for sysloghandler to handle mac. [Chris Coutinho] - Added financial contributors to the README. [Jess] - Introduce FUNDING.yml for opencollective. [Nicolas Sebrecht] # Fixes - Fix check for unsupported sep character. [Nicolas Sebrecht] - Contrib: use yaml.safe_load() instead of load(). [Nicolas Sebrecht] - Ensure python2 in the release workflow. [Nicolas Sebrecht] - Make docs: ensure py2 when running sphinx. [Nicolas Sebrecht] # Changes - Update README.md. [Chris Coleman] -- Nicolas Sebrecht From jorge+list at disroot.org Tue Dec 17 12:15:00 2019 From: jorge+list at disroot.org (Jorge P. de Morais Neto) Date: Tue, 17 Dec 2019 09:15:00 -0300 Subject: ERROR: Account Jorge-Disroot: no folder to sync (folderfilter issue?) Message-ID: <87v9qfkv23.fsf@disroot.org> A non-text attachment was scrubbed... Name: offlineimap_7.3.1_debug_and_info.tar.xz Type: application/x-xz Size: 2264 bytes Desc: not available URL: -------------- next part -------------- When I try to synchronize with OfflineIMAP version 7.3.1, I never succeed. I get the error message "ERROR: Account Jorge-Disroot: no folder to sync (folderfilter issue?)". I then downgraded to OfflineIMAP 7.3.0 and it worked. Can you please help me make version 7.3.1 work? I have attached the output -- recorded with script(1) -- of OfflineIMAP 7.3.1, first with `offlineimap --info`, then with `òfflineimap -o -d imap`. The output of `offlineimap --info` for 7.3.0 is identical except for the version string. The output of `offlineimap -o -d imap` for 7.3.0 is ≃ 3MiB big, and even after compressing with `xz -9ev` it is 120KB, so I have not attached it here. If you need it, please tell me so I can send you via private email, via Nextcloud or some other means. Regards -- - - I am Brazilian. I hope my English is correct and I welcome feedback. - Please adopt free formats like PDF, ODF, Org, LaTeX, Opus, WebM and 7z. - Free/libre software for Replicant, LineageOS and Android: https://f-droid.org - [[https://www.gnu.org/philosophy/free-sw.html][What is free software?]] From nicolas.s-dev at laposte.net Tue Dec 17 19:03:50 2019 From: nicolas.s-dev at laposte.net (Nicolas Sebrecht) Date: Tue, 17 Dec 2019 20:03:50 +0100 Subject: [ANNOUNCE] OfflineIMAP v7.3.2 released Message-ID: <157660927676.10591.11442971556236659329.release.py@laposte.net> OfflineIMAP v7.3.2 is out. Downloads: http://github.com/OfflineIMAP/offlineimap/archive/v7.3.2.tar.gz http://github.com/OfflineIMAP/offlineimap/archive/v7.3.2.zip Pip: wget "https://raw.githubusercontent.com/OfflineIMAP/offlineimap/v7.3.2/requirements.txt" -O requirements.txt pip install -r ./requirements.txt --user git+https://github.com/OfflineIMAP/offlineimap.git at v7.3.2 This is a very small bug fix release. This release was tested by: - Nicolas Sebrecht # Authors - Jaroslav Lichtblau (1) - Nicolas Sebrecht (1) # Fixes - Revert "fix check for unsupported sep character". [Nicolas Sebrecht] - Fixing the Arch Linux name. [Jaroslav Lichtblau] -- Nicolas Sebrecht From nicolas.s-dev at laposte.net Wed Dec 18 18:54:52 2019 From: nicolas.s-dev at laposte.net (Nicolas Sebrecht) Date: Wed, 18 Dec 2019 19:54:52 +0100 Subject: ERROR: Account Jorge-Disroot: no folder to sync (folderfilter issue?) In-Reply-To: <87v9qfkv23.fsf@disroot.org> References: <87v9qfkv23.fsf@disroot.org> Message-ID: <20191218185452.yli7zce55fyxbceu@rei.localdomain> On Tue, Dec 17, 2019 at 09:15:00AM -0300, Jorge P. de Morais Neto wrote: > > When I try to synchronize with OfflineIMAP version 7.3.1, I never > succeed. I get the error message "ERROR: Account Jorge-Disroot: no > folder to sync (folderfilter issue?)". v7.3.1 is broken. I've released v7.3.2. Thanks for the report! -- Nicolas Sebrecht From jorge+list at disroot.org Wed Dec 18 20:58:34 2019 From: jorge+list at disroot.org (Jorge P. de Morais Neto) Date: Wed, 18 Dec 2019 17:58:34 -0300 Subject: ERROR: Account Jorge-Disroot: no folder to sync (folderfilter issue?) In-Reply-To: <20191218185452.yli7zce55fyxbceu@rei.localdomain> References: <87v9qfkv23.fsf@disroot.org> <20191218185452.yli7zce55fyxbceu@rei.localdomain> Message-ID: <87zhfpcpvp.fsf@disroot.org> Hello. Em [2019-12-18 qua 19:54:52+0100], Nicolas Sebrecht escreveu: > v7.3.1 is broken. I've released v7.3.2. Yes, 7.3.2 solved the issue. Thank you. Regards -- - - I am Brazilian. I hope my English is correct and I welcome feedback. - Please adopt free formats like PDF, ODF, Org, LaTeX, Opus, WebM and 7z. - Free/libre software for Replicant, LineageOS and Android: https://f-droid.org - [[https://www.gnu.org/philosophy/free-sw.html][What is free software?]]