Storing and retrieving the mail thru JAVA mail API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashishdubey
    New Member
    • Sep 2007
    • 1

    Storing and retrieving the mail thru JAVA mail API

    Hi folks
    I am newbie in this mail api arena.what i am trying to do is storing and retrieving the messages in the database.but whenever i get the message from database and try to preview it(A General Mail scenario).i am not getting the same format of mail in which it had come to me.
    any type of advice/help will be greatly appreciated.

    Thanks You

    Regards
    Ashish
  • ttamilvanan81
    New Member
    • Mar 2007
    • 35

    #2
    Hai please refer the following links
    you will get the solutions for you.

    FOR SEND EMAIL

    Code:
    http://www.javacommerce.com/displaypage.jsp?name=javamail.sql&id=18274
    
    http://www.jscape.com/articles/sending_email_attachments_using_java.html
    
    http://www.jscape.com/articles/sending_email_using_java.html
    
    http://www.codeproject.com/useritems/Java_Mail.asp
    
    http://www.javapractices.com/Topic144.cjp
    
    http://java.sun.com/developer/JDCTechTips/2001/tt1023.html
    
    http://www.oracle.com/technology/sample_code/tech/java/jsps/ojsp/sendmail.html
    
    http://examples.oreilly.com/jenut/SendMail.java
    
    http://www.osix.net/modules/article/?id=39
    FOR RECEIVE MAIL

    Code:
    http://64.18.163.122/rgagnon/javadetails/java-0081.html
    
    http://www.javaworld.com/javaworld/jw-10-2001/jw-1026-javamail.html
    
    http://www.oop-reserch.com/pop3m_ex.html
    
    http://www.vipan.com/htdocs/javamail.html
    
    http://www.davidreilly.com/java/java_network_programming/
    
    http://java.sun.com/developer/EJTechTips/2004/tt0625.html
    
    http://mindprod.com/jgloss/email.html
    
    http://blog.taragana.com/index.php/archive/how-to-send-receive-emails-smtp-simple-freeware-mailserver/
    
    http://forum.java.sun.com/thread.jspa?threadID=488789&messageID=2293211
    Plese try this

    Comment

    Working...