Ben Duncan writes:

Courier is making the messages "Seen" via the maildir, however the next time the client logs in the UIDL changes for the message.

Example:

Works for me.

$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
USER mrsam
+OK Password required.
PASS notreally
+OK logged in.
UIDL
+OK
1 UID123-1128136165
.
RETR 1
+OK 474 octets follow.
Delivered-To: [EMAIL PROTECTED]
Return-Path: <[EMAIL PROTECTED]>
Received: from localhost (localhost [127.0.0.1])
 (uid 500)
 by laptop.email-scan.com with local; Thu, 12 Jan 2006 18:21:04 -0500
 id 0020B058.43C6E460.00001470
Subject: test message
From: "Mr. Sam" <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 12 Jan 2006 18:21:04 -0500
To: undisclosed-recipients: ;

test message
.
QUIT
+OK Bye-bye.
Connection closed by foreign host.
$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
USER mrsam
+OK Password required.
PASS notreally
+OK logged in.
UIDL
+OK
1 UID123-1128136165
.
QUIT
+OK Bye-bye.
Connection closed by foreign host.


P.S. The mail client you are using is broken. It horribly misformats your mail to the point that it's virtually unquotable.


Attachment: pgpxFj7wCvUkq.pgp
Description: PGP signature

Reply via email to