--- My comment to upstream, closing the bug: ---

I found it is not an evolution bug, but a server misconfiguration: two parallel
connections are giving two different UIDs for the same message. 

So I think this bug is closed.

If you find this behavior, try this and send to the admin:

# connection 1
$ telnet ###### imap
Trying 200.234.205.67...
Connected to ######.
Escape character is '^]'.
* OK Welcome to Locaweb
. login ###### ******
. OK Logged in.
. select INBOX
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft KMAILFORWARDED KMAILTODO
KMAILWATCHED KMAILIGNORED $FORWARDED $TODO $WATCHED $IGNORED NonJunk Junk
$MDNSent receipt-handled $label4 $label1 $label2 $label3 $label5)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft KMAILFORWARDED
KMAILTODO KMAILWATCHED KMAILIGNORED $FORWARDED $TODO $WATCHED $IGNORED NonJunk
Junk $MDNSent receipt-handled $label4 $label1 $label2 $label3 $label5 \*)]
Flags permitted.
* 9 EXISTS
* 0 RECENT
* OK [UNSEEN 6] First unseen.
* OK [UIDVALIDITY 1217964707] UIDs valid
* OK [UIDNEXT 3805] Predicted next UID
. OK [READ-WRITE] Select completed.
. fetch 5 uid
* 5 FETCH (UID 3800) <--- here
. OK Fetch completed.
. fetch 5 uid
. logout
* BYE Logging out
. OK Logout completed.
Connection closed by foreign host.

# connection 2 (simultaneous to connection 1, without server changes)
$ telnet ###### imap
Trying 200.234.205.67...
Connected to ######.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE STARTTLS XMAGICTRASH] Courier-IMAP ready.
Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution
information.
. login ###### ******
. OK LOGIN Ok.
. select INBOX
* FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
* OK [PERMANENTFLAGS (\Draft \Answered \Flagged \Deleted \Seen)] Limited
* 9 EXISTS
* 2 RECENT
* OK [UIDVALIDITY 1214430534] Ok
* OK [MYRIGHTS "acdilrsw"] ACL
. OK [READ-WRITE] Ok
. fetch 5 uid
* 5 FETCH (UID 3779) <--- atenção aqui
. OK FETCH completed.
. logout
* BYE Courier-IMAP server shutting down
. OK LOGOUT completed
Connection closed by foreign host.

** Changed in: evolution (Ubuntu)
       Status: Triaged => Invalid

-- 
Evolution duplicates my e-mails when on Imap
https://bugs.launchpad.net/bugs/357368
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to