• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

how to use POP3 Mail API For Lotus Notes

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I am new to java mail Operations. I am using POP3 mail to perform Operations like read a mail, Send a mail, Download Attachment, Forward mail with and without Attachment. and client i am using Lotus Notes.

Can any one Help me to do this
If you can send some sample code it will help me a lot.

i am waiting for positive response from all of you.

Thanks ,
Mannu Pal.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

I'm not quite clear what you're asking - you mention that you're using the Lotus Notes client to perform all these mail operations; where does Java fit in? Or are you saying that you want to perform all these operations via Java code? If so, check out [URL=http://java.sun.com/developer/onlineTraining/JavaMail/contents.html]this very extensive tutorial[/url]. It covers just about all you need to know (and probably way more).

Note that some of the operations you mention are implemented by the mail client, not by POP3. So if you want to automate those you'll have to write that code yourself.
 
Mannu Pal
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot i am able to do it.

if any one need help on this. you can catch me on this.

Thanks ,
Mannu Pal
 
Slime does not pay. Always keep your tiny ad dry.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic