A program to retrieve messages from the webmail interface on mail.com/iname.com and deliver to the local SMTP server.
It implements a mock-fetchmail operation, invocation and configuration format.
-h, --help display this message -V, --version display version info -s, --silent work silently (default) -v, --verbose work noisily -d, --debug print entire HTTP dialog -u, --username specifies the email address to use to logon -K, --nokeep delete new messages after retrieval -k, --keep save new messages after retrieval -S, --smtphost deliver here instead of localhost -n, --noskip retrieve messages with no body -f, --fetchmailrc the location of the configuration file
By default, the config file should be stored in ~/.fetchmaildotcomrc and should use the following the format (currently on the first line only). Values in the config file overwrite those given on the command line.
poll [username username] [password password] [smtphost smtphost] [[no] keep]
Required perl modules:
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The author accepts no responsibility nor liability for your use of this software. Please read the terms and conditions of the website of your email provider before using the program.