Re: [Imap-protocol] Is there some way to detect servers which automatically add sent messages to the Sent mailbox?
Arnt Gulbrandsen <[email protected]>
| Newsgroups | gmane.mail.imap.general |
|---|---|
| Message-ID | <[email protected]> |
There isn't a good way, but there's always head-on brute force. When you store a message in Sent, store the message-id into a little database on the side. You don't have to take very good care if it, any sort of crap db will do, even an ascii file in a cache directory. When you look at Sent for other reasons, see if the message-ids in that db are all duplicated in Sent, and if most of them are, stop writing to Sent from then on. See? The solution isn't difficult at all, merely a little nauseating ;) Have a nice day. Arnt _______________________________________________ Imap-protocol mailing list [email protected] http://mailman2.u.washington.edu/mailman/listinfo/imap-protocol