Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Web Mail client(IMAP)

Reply
Thread Tools

Web Mail client(IMAP)

 
 
kapila Wijethilaka
Guest
Posts: n/a
 
      02-16-2004
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


 
Reply With Quote
 
 
 
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      02-16-2004
"kapila Wijethilaka" <> 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

 
Reply With Quote
 
 
 
 
=?Utf-8?B?c29yc29nb24=?=
Guest
Posts: n/a
 
      02-16-2004
try www.gubatnonsonline.com
h val day!
 
Reply With Quote
 
Wayne M J
Guest
Posts: n/a
 
      02-17-2004
"kapila Wijethilaka" <> wrote in message
news:%...
> 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.


 
Reply With Quote
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      02-17-2004
"Wayne M J" <> 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"
 
Reply With Quote
 
sushant.bhatia@gmail.com
Guest
Posts: n/a
 
      01-27-2005
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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with difference between System.Web.Mail and System.Net.Mail in using attachments Brad ASP .Net 2 04-25-2006 07:58 PM
Send mail using System.Web.Mail fails w/ m.BodyFormat=MailFormat.H =?Utf-8?B?Unlhbg==?= ASP .Net 2 02-28-2006 01:50 AM
Problem with System.Web.Mail.MailMessage and HTML mail =?Utf-8?B?TWlja2VCb3k=?= ASP .Net 1 06-21-2005 06:11 AM
Mail message size problem (System.Web.Mail) =?Utf-8?B?TXJGZXo=?= ASP .Net 0 03-14-2005 08:37 PM
System.web.mail mail content disappear me ASP .Net 0 06-04-2004 11:38 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57