> > There is no such thing as a "new" message in the POP3 protocol. All > > messages are alike, as far as the server is concerned. > > That's correct for the protocol. Aren't there any special > headers that the client looks at to determine if the message > is new? (In that case one can just change those headers)
No, it should not look at the headers. It uses the results from the UIDL command, see RFC1939. [Actually, ancient POP3 clients would have used the LAST command (RFC1460) but that has been obsolete for years.] Courier generates its UIDLs from the filenames in the maildir, so you would have to rename the files. Effectively then you are simultaneously redelivering the mail, and removing the old copy. Brian. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
