![]() |
Web Mail client(IMAP)
Can anybody give me details ,codes and urls for developing a web
based(Asp.net c#) mail client who uses IMAP4 protocoll to retrieve mails from Exchange server. thanks -Kapila |
Re: Web Mail client(IMAP)
"kapila Wijethilaka" <kapila_wije@hotmail.com> wrote in news:#Od9XjF9DHA.632
@TK2MSFTNGP12.phx.gbl: > Can anybody give me details ,codes and urls for developing a web > based(Asp.net c#) mail client who uses IMAP4 protocoll to retrieve mails > from Exchange server. ..Net does not have support for IMAP. You can use Indy though, it has support for IMAP. http://wwww.indyproject.org/ -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/ "Programming is an art form that fights back" ELKNews - Get your free copy at http://www.atozedsoftware.com |
RE: Web Mail client(IMAP)
|
Re: Web Mail client(IMAP)
"kapila Wijethilaka" <kapila_wije@hotmail.com> wrote in message
news:%23Od9XjF9DHA.632@TK2MSFTNGP12.phx.gbl... > Can anybody give me details ,codes and urls for developing a web > based(Asp.net c#) mail client who uses IMAP4 protocoll to retrieve mails > from Exchange server. Have a look at the RFCs. But for a start, look at the SMTP and POP3 commands summary and classes available, it will give you a running start. |
Re: Web Mail client(IMAP)
"Wayne M J" <not@home.nor.bigpuddle.com> wrote in news:#LuEjQR9DHA.4060
@tk2msftngp13.phx.gbl: > Have a look at the RFCs. Hah! Thats a funny one. You have no idea what you've just implicated him in. Not only is IMAP quite a large RFC, but its one of the WORST written ones which has lead to conflicting implementations. Implementing IMAP that actually works is a very bad nightmware. > But for a start, look at the SMTP and POP3 commands summary and classes > available, it will give you a running start. Not even close. :) Thats like saying look at you 2 year old chicken scratch, it will give you a head start on reading chinese. And experienced user might write partial functionality for SMTP or POP3. The base parts of these protocols are simpmle. But I would not recommend even an advanced user tackle IMAP... -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/ "Programming is an art form that fights back" |
Re: Web Mail client(IMAP)
I've written a C# IMAP dll and made the client available too. The
source code is also available. http://www.sushantbhatia.com/Persona...jects_IMAP.htm |
| All times are GMT. The time now is 11:35 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.