5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] How to empty e-ma...
FromSent OnAttachments
Leonidas SafranJul 21, 2007 3:25 pm 
Jérôme BlionJul 21, 2007 3:45 pm 
Jeff JansenJul 21, 2007 10:36 pm 
Leonidas SafranJul 22, 2007 5:56 am 
Sam VarshavchikJul 22, 2007 7:23 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] How to empty e-mail accountsActions...
From:Jérôme Blion (jero@free.fr)
Date:Jul 21, 2007 3:45:42 pm
List:net.sourceforge.lists.courier-users

Leonidas Safran a écrit :

Hello,

I've been reading through documentation pages... http://www.courier-mta.org/documentation.html

but I didn't find what I am looking for... :-(

I even think it might not be a courier specific command, but more an IMAP
standard.. whatever... how do I "delete" all e-mails of an e-mail account, on
system side (not with an e-mail client)? I don't want to delete the account,
only all e-mails.

Thanks for helping ;-)

Look at the maildir structure... find $MAILDIR -type f !-name ".*" | xargs rm That should give good results...

Just test ;) HTH. Jerome blion.