#----------------------------------------------------------------
# List of all mailboxes to be cleaned-up
# pop_account,password[,port[,type]]
#    NB: pop_account =  [email protected] (ie:  [email protected])
#        port and type are optional (default are 110 and pop3)
# type = pop3|imap
# A blank line or a line begining by # or ; is a comment
# Useful lines must be uncommented
#----------------------------------------------------------------
;
;  [email protected],xxxxxxxx,110,pop3
;  [email protected],xxxxxxxx
;  [email protected],yyyyyyyy
# OTHER BOXES
;  [email protected],zzzzzzzz 
  |