![]() ![]() www.zzee.com | Support | Contents | You are here: 5. User interface > 5.2. Settings |
TCP Port sets the port that program is to listen at. Default POP3 port is 110.
Allowed IP address mask defines what computers are allowed to connect to the program. Host names can not be used, just IP addresses. Wildcards in IP addresses can be used. Examples:
To separate entries, use the semicolon ";".
Note, this field is available only in paid mode.
Note, changes to IP and port settings take effect when you stop and then restart the program's POP3 server with STOP and RUN buttons. See main UI screen.
Template time format is used to define the time format for time variable which can be used in the message template.
You can use short or long dates or months, can omit or specify hours, minutes and seconds, etc. The program uses C run-time library function "strftime" to format dates.
Examples:
"See example" button is supposed to evaluate format that you provide in this box.
Format specifiers are:
%a | short weekday name |
%A | full weekday name |
%b | short month name |
%B | full month name |
%c | short date and time (default format) |
%d | day of month (01 – 31) |
%H | hour in 24-hour format (00 – 23) |
%I | hour in 12-hour format (01 – 12) |
%j | day of year (001 – 366) |
%m | month (01 – 12) |
%M | minute (00 – 59) |
%p | a.m./p.m. indicator |
%S | second (00 – 59) |
%U | week of year, decimal number (00 – 51), Sunday is the first day of week |
%w | weekday (0 – 6), Sunday is 0 |
%W | week of year, decimal number (00 – 51), Monday is the first day of week |
%x | date |
%X | time |
%y | year without century (00 – 99) |
%Y | year with century |
%z | time zone name |
%% | percent sign |
%#c | long date and time |
%#x | long date |
In some cases inserting '#' between '%' and a letter means removing leading zeroes if they may occur.
Note, this field is available only in paid mode.
If Start minimized to tray is checked then when the program starts, it collapses and sits in the system tray, when it is not checked then it runs as usual program.