[Lazarus] HTTP and POP3 client components
waldo kitty
wkitty42 at windstream.net
Thu Dec 6 15:26:24 CET 2012
On 12/6/2012 05:21, Michael Schnell wrote:
> Thanks,
>
> HTTP client works nicely right now (doing "GET").
yup and doing https is just as easy if the site supports https, that is...
> Next on the to-try list is sending button-press, edit-field etc, but I suppose
> this is just a matter of setting up the appropriate URL string.
that and getting the method right... on some sites you can use GET with
parameters in the URL but POST doesn't go that way... some sites will take
either POST or GET for submitting data but others will only take POST...
> After this I will try to receive a Mail using the POP3 client.
good luck! ;)
More information about the Lazarus
mailing list