- Notifications
You must be signed in to change notification settings - Fork0
gotamer/popc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
popc - NixMail POP3 Command Line ClientDESCRIPTIONThe POP3 (Post Office Protocol Version 3) is an application-layer Internet standard protocol used by local Email clients to retrieve eMail from a remote server over a TCP/IP connection.The NixMail POP3 client is a simple, stand alone tool to retrieve email from a server using the command line or possibly automate the download via a scheduled cron job. The client can be used independent from the rest of the NixMail system.SYNOPSISpopc [OPTIONS]OPTIONS-c, --config [string]Custom config file path-a, --pop3-alias [string]Pop3 account to use from config file--reset [bool] Send pop3 Rset, which will unmark any messages that have being marked for deletion in the current session--pipe [bool]Pipe out mail, rather then saving to mail quene --print-configPrint POP3 configuration, and exit--default-config-path [bool]Print the default config path, and exit-h, --help [bool]Report usage information and exit-v, --version [bool]Print version tag and exit-d, --debug [bool]Print debug information about the process--verbose [bool]Print extra verbose debug information about the processREPORTING BUGSnpub12jjczvd2mzstyhr468fyas7vzmsm5d2x3tv5l9tev6q0jakk9djqx4uk7xCOPYRIGHT© 2025 MIT
You need to specify the folder in the Username, such as:
Username = user@excample.com#foldernameUsername = foldername#user@excample.com
More info on folders atafterlogic.com
About
POP3 Client