Sam Vilain said:
> Hi all,
>
> I tried this:

First off, see
http://www.catb.org/~esr/faqs/smart-questions.html#id2878006 might want to
read the rest of the FAQ also.

>
>  1. send a new message to a mailbox
>  2. mark message as read via IMAP
>  3. check for new mail via POP
>  4. delete message via IMAP

4. is likely where your issue is, your client (the name of which you
failed to mention) is most likely simply flagging the message for
deletion, not issuing a PURGE command to the IMAP server.

>  5. check for new mail via POP
>  6. compact folder via IMAP

IMAP has no concept of compacting a folder.  It's the server's job to
compact folders when neccessary, which in the case of Courier and Maildir,
it isn't neccessary.  The MBox format may require compacting.

>  7. check for new mail via POP

POP clients will continue to see the message until the folder is purged,
configure your client to purge immediate rather than just marking for
deletion if possible.

>
> It is not until step 6 is completed that the mail does not show via POP.

This is the desired behavior.  Get your IMAP client to issue the PURGE.

Jay
-- 
Jay Lee
Network / Systems Administrator
Information Technology Dept.
Philadelphia Biblical University
--
Cats are intended to teach us that not everything in nature has a
function. --Garrison Keillor



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to