######################################################################### # This is a sample configuration file for IMAPurge. Extend it and place # # in `~/.imapurge.rc' # ######################################################################### # account1 => { # hostname => 'imap.example.com', # username => 'username', # password => '******', # ignore => [ 'folder1', 'folder2' ], # Optional (default: []) # only => [ 'folder3', 'folder4' ], # Optional (default: all) # oldest => 90 # Optional (default: 90; the unit is days) # }, # account2 => { # ... # } #