Pregunta

i created a mail server for myself using hmail + roundcube + windows server 2008 - r2 installed on a vps!
every thing is ok about them and now i want to fetch emails from a specific email address created in hmail!
how can i read all those inbox emails?

thanks in advance

¿Fue útil?

Solución

I would recommend using an IMAP library similar to this one featured in this post: http://www.codeproject.com/Articles/8008/IMAP-Client-library-using-C. Using IMAP your code will simply login to your server, in a similar fashion to a mail client and be able to access the mail box and mail. This specific library will allow you to return the mail message as an XML payload for you to process.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top