creating email service Java to store attachment

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • onesmo
    New Member
    • Oct 2007
    • 1

    #1

    creating email service Java to store attachment

    I am creating a service in java that will store email attachments sent to my disk
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by onesmo
    I am creating a service in java that will store email attachments sent to my disk
    Good; I understand that you have downloaded and correctly installed the
    java mail package?

    kind regards,

    Jos

    Comment

    • heat84
      New Member
      • Nov 2007
      • 118

      #3
      You also need the activator.jar package

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by heat84
        You also need the activator.jar package
        Read the installation notes: it comes bundled with the core classes since Java 1.4 and javax.mail 1.4

        kind regards,

        Jos

        Comment

        Working...