• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java mail api with lotus notes

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is java mail api compatable with lotus notes
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by amit malhotra:
Is java mail api compatable with lotus notes


Can you tell me if is compatible?
 
Ranch Hand
Posts: 214
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Is java mail api compatable with lotus notes


Technically, the javamail api is compatible with everything . More pertinently, is the default sun pop3/imap/smtp implementation of the javamail api compatible with a lotus notes server.
The answer to that is depends.
Does the notes server support imap access?
Does the notes server support pop3 access?
Does the notes server support smtp access?
brgds
L
 
Ranch Hand
Posts: 472
Objective C Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It worrks like a charm, however I have some problem in correct display of HTML.
 
Ranch Hand
Posts: 140
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Technically, the javamail api is compatible with everything


Well, I'd rather say theoretically than technically - yes currently there are Transport implementations to support SMTP, POP3 and IMAP. But no one yet has added support for awkward stuff like MAPI, or legacy things like cc:mail. Otherwise Lewis Chan is correct, if by [i]Is java mail api compatable with lotus notes[/b] you mean with lotus notes email capability. But remember Notes is a lot more than just an email server, and all that other functionality is not accessable through JavaMail. Also remember that JavaMail is only compatable with Notes v5 up - there's an IBM Red Book about this somewhere on their site. Have a search there.
reply
    Bookmark Topic Watch Topic
  • New Topic