developing Email Client

Hi All, I have to develope a email client that can work with local exchange server and internet mail. Can any one tell me where to fine helpJayakumar
[177 byte] By [djkumar72] at [2007-9-26 3:35:40]
# 1
Get a copy of "Core Java 2 -- Advanced Features"
GreyListChoice at 2007-6-29 12:06:16 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 2

I just wrote this funky little email client thing

doesn't use Java.mail

(open source)

it knd of sucks but possibly can help as a start.

if you make it better let me know or send me a copy

the thing works in a kind of a simple way

I'm sort of a begginner

program @

http://users.abac.com/GaryJones32/JMailClient

garyjones32 at 2007-6-29 12:06:16 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 3

However I strongly recommend using the JavaMail API (downloadable from this site) which can handle POP3, IMAP etc. It is quite simple to use and has many examples. The only snag is that anyone else who wants to use it also has to download the JavaMail thing and add it to their JVM.

Squiff

asquithc at 2007-6-29 12:06:16 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 4
Hey -- sorrybefore when I put that url I left out the .zip on the endthe 60's are always catching up with me like that
garyjones32 at 2007-6-29 12:06:16 > top of Java-index,Archived Forums,New To Java Technology Archive...
# 5
I think if you have enough time, you can do all the things by yourself. And that doesn't take you more than ten days.
lorland at 2007-6-29 12:06:16 > top of Java-index,Archived Forums,New To Java Technology Archive...