Receive EMAIL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jayam
    New Member
    • Jun 2007
    • 5

    #1

    Receive EMAIL

    How to receive a email to our pc by using java
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by jayam
    How to receive a email to our pc by using java
    I suppose you haven't tried to research to see how it can be done?

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Who'd have thought it? I googled for "java mail" and the first hit was right on spot.

      Time elapsed: 1.4 seconds (typing), 0.06 seconds (Google search).

      kind regards,

      Jos

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by JosAH
        Who'd have thought it? I googled for "java mail" and the first hit was right on spot.

        Time elapsed: 1.4 seconds (typing), 0.06 seconds (Google search).

        kind regards,

        Jos
        Google is our friend

        Comment

        • jayam
          New Member
          • Jun 2007
          • 5

          #5
          Can anyone explain clearly...

          Comment

          • JosAH
            Recognized Expert MVP
            • Mar 2007
            • 11453

            #6
            Originally posted by jayam
            Can anyone explain clearly...
            Have you installed javamail-1.4? If so you could've noticed a 'demo' directory
            that contains working code examples and the comments clearly explain
            everything you always wanted to know about the Java Mail API. Of course
            there's also complete documentation for the entire API; all you have to do is
            read the stuff. Reading is still one of the most important methods to understand
            what programming and using APIs is all about.

            kind regards,

            Jos

            Comment

            Working...