Introduction
Create webmail.cfg with following content:
[DEFAULT]
mailboxes=account@mail.com,another_account
[mailbox_account@mail.com]
email=account@mail.com
password=pass
[mailbox_another_account]
email=account2@yahoo.com
password=pass
I'm going to create configuration utility, but now you should use text editor.
Then you should run either wgetpop3.py or install
(by wget_nt.py install in the same directory that file created above -
it will be found on service installation stage,
or wget_nt.py -f ..\my\webmail.cfg install where ..\my\webmail.cfg
is a path to the file created above) and
start (by wget_nt.py start or net start PyWebMailPOP3 )
corresponding NT service.
You should not create any new program using this version as a library,
because internal API is not yet stable and possibly subject to change.
|