Results 1 to 2 of 2

Thread: reading mail with Spring

  1. #1
    Join Date
    Oct 2006
    Posts
    156

    Default reading mail with Spring

    Hi,

    I had a look in the reference doc, and Spring seems to have pretty good support for sending mail. However, I need to login to a mail account, read the messages, and download any attachments. Is downloading mail attachments supported by the Spring mail API?

    Cheers,
    D.

  2. #2
    Join Date
    Aug 2004
    Location
    Stockholm
    Posts
    466

    Default

    If the docs don't mention it it's probably not there. You'll have to implement the logic yourself using the Java Mail API. There should be an abundance of tutorials out there.
    Good luck!
    Sincerely,
    /The Cantor

    "Murphy was an optimist"
    (The O'Toole commentary on Murphy's Law)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •