In my application i am trying to read a new message that came to my hotmail account.

what is the best method to read email from hotmail/live.com pop3 or IMAP ?

and can any one link some demo code of best method ?

regards

link|improve this question
Is your question about connecting and downloading from HotMail/Live.com, or is it about handling the downloaded email in Delphi? – Ken White Apr 21 '11 at 13:34
i want to read messages in hotmail/live – NOP Apr 21 '11 at 13:36
You did not answer Ken's question. Do you want to know how to connect to Hotmail/Live's server, or do you want to know how to parse emails after connecting? Those are two distinct issues. – Remy Lebeau Apr 21 '11 at 22:25
feedback

1 Answer

You can use Indy (simple zip example, connecting to gmail (should be same as hotmail)) or ICS components.

link|improve this answer
now everyone use SSL , so is there any example code for SSL? – NOP Apr 21 '11 at 14:40
ICS has components for SSL as well as unencrypted TCP/IP. You have to get the OpenSSL DLLs that work with the components (OpenSSL 1.0 does NOT); those are on the ICS website as well. – Graham Apr 21 '11 at 14:53
Gmail's example contains some SSL code (just scroll down) – DiGi Apr 21 '11 at 22:08
OpenSSL 1.0 works with Indy. – Remy Lebeau Apr 21 '11 at 22:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.