D
Dobieslaw Wroblewski
Hi,
I am a total newbie in the Internet programming, so I would like some
general advice of "what to start from" kind.
First I will explain what I want to do:
Suppose there is a web page that requires a logon, and then the logged user
can add her/his comments... so this is a kind of a forum page P.
I want to write an e-mail client program that:
- will periodically send any changes detected on the forum page to a
specified address A,
- will process e-mails from A and add it as comments to the forum page P.
I know what URLs should be send to a web browser in order to log on and to
send a comment to P. Anyway, I would not like to use a web browser, maybe
just its engine or api. I would like the application to be user friendly,
i.e. not popping up with IE windows and not using many resources.
So... what to start from?
DW.
I am a total newbie in the Internet programming, so I would like some
general advice of "what to start from" kind.
First I will explain what I want to do:
Suppose there is a web page that requires a logon, and then the logged user
can add her/his comments... so this is a kind of a forum page P.
I want to write an e-mail client program that:
- will periodically send any changes detected on the forum page to a
specified address A,
- will process e-mails from A and add it as comments to the forum page P.
I know what URLs should be send to a web browser in order to log on and to
send a comment to P. Anyway, I would not like to use a web browser, maybe
just its engine or api. I would like the application to be user friendly,
i.e. not popping up with IE windows and not using many resources.
So... what to start from?
DW.