added a utility to contrib/imap that adds seen flags to all messages in INBOX

This commit is contained in:
SJ
2012-09-22 11:30:37 +02:00
parent 9739809347
commit ea8051299d
5 changed files with 206 additions and 3 deletions

View File

@ -293,7 +293,7 @@ int import_from_imap_server(char *imapserver, char *username, char *password, st
void usage(){
printf("usage: pilerimport [-c <config file>] -e <eml file> | -m <mailbox file> | -d <directory> | -i <imap server> -u <imap username> -p <imap password>\n");
printf("usage: pilerimport [-c <config file>] -e <eml file> | -m <mailbox file> | -d <directory> | -i <imap server> -u <imap username> -p <imap password> [-F <foldername>] [-R]\n");
exit(0);
}