On Mar 16, 2020 at 14:30, Samir Benmendil wrote:
On Mar 16, 2020 at 13:32, Oswald Buddenhagen wrote:On Mon, Mar 16, 2020 at 12:02:59AM +0100, rmz wrote:When moving or creating an email on the local side, after each sync that email will start to get duplicated.you clearly have a broken imap server that incorrectly responds to the querytag uid fetch * (uid)it should return the uid of the last message in the box, but returns nothing.for comparison, issue tag uid fetch *:* (uid) which is what isync did previously (but it's nonsense to do that).Thanks, I'll try that ASAP and get in touch with my email provider.
I've tried this and I can confirm that the server simply replies with "OK FETCH Completed" but doesn't return anything in the first case and lists all UIDs in the second. See below.
I'll get in touch with their support and link them to this thread. Thanks for your help, Oswald. $ openssl s_client -connect imap.mailfence.com:993 -quiet depth=2 C = NO, O = Buypass AS-983163327, CN = Buypass Class 2 Root CA verify return:1 depth=1 C = NO, O = Buypass AS-983163327, CN = Buypass Class 2 CA 2 verify return:1 depth=0 C = BE, postalCode = 1170, L = Watermael-Boitsfort, O = CONTACTOFFICE GROUP, CN = *.mailfence.com, serialNumber = 0466241584 verify return:1 * OK IMAP4rev1 Service Ready 1 LOGIN ***** ***** 1 OK Authenticate completed 2 NAMESPACE * NAMESPACE (("" "/")) NIL NIL 2 OK NAMESPACE Completed 3 SELECT INBOX * 1782 EXISTS * 0 RECENT * OK [UIDVALIDITY 625871919] * OK [UIDNEXT 2196] * FLAGS (\Deleted \Seen \Answered \Recent \Draft) * OK [PERMANENTFLAGS (\Deleted \Seen \Answered \Flagged \Draft \*)] 3 OK [READ-WRITE] SELECT Completed 4 UID FETCH * (UID) 4 OK FETCH Completed 5 UID FETCH *:* (UID) * 1 FETCH (UID 3) * 2 FETCH (UID 6) * 3 FETCH (UID 11) <snip> * 1781 FETCH (UID 2194) * 1782 FETCH (UID 2195) 5 OK FETCH Completed
signature.asc
Description: PGP signature
_______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel