Results 1 to 2 of 2
- 03-12-2010, 01:41 PM #1
Member
- Join Date
- Mar 2010
- Posts
- 1
- Rep Power
- 0
java newbie..simple mail server implementation
help me out...
i want to implement simple type of mail server in java in a intranet..
i am new to Java so could you please guide me how to start and what is required and what could be your strategy to begin with....
tell me whatever is required(networking concepts which one to study and Java concepts or classes)...
please help me i really need to do this...
waiting for the reply...
- 03-12-2010, 02:46 PM #2
Senior Member
- Join Date
- Dec 2009
- Location
- Belgrade, Serbia
- Posts
- 364
- Rep Power
- 4
It's not small and easy task.
You have to spend a lot of time on mail protocols and their specification,
reading books ralted to Internet email, MIME, SMTP, IMAP, POP3 :
Books on the JavaMail API and Internet Mail
For beginning here's SUN's mail API, just to give you idea of
all protocols and functionalities that you may need to implement.
JavaMail API - FAQ
After that you could use some open src Java mail server solutions
to get you going like JAMES:
James Project - Overview
good luck!
Similar Threads
-
Can anyone gives me an example of a SIMPLE implementation of a machine learning algor
By tyang in forum New To JavaReplies: 2Last Post: 01-31-2010, 09:42 PM -
Attachments were missing when mail was sent through java mail API
By Malathi in forum Web FrameworksReplies: 2Last Post: 06-04-2009, 01:42 PM -
Simple Java Mail Client
By DigitalBoB12 in forum NetworkingReplies: 3Last Post: 05-30-2008, 10:25 PM -
Javax.mail.MethodNotSupported Exception in java mail api
By namarc in forum Advanced JavaReplies: 2Last Post: 05-05-2008, 06:01 AM -
java mail server
By krismedia in forum New To JavaReplies: 2Last Post: 01-23-2008, 04:41 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks