2 Replies Latest reply on Oct 12, 2003 7:55 PM by acoliver

    use of the JavaMail API

      Hi,

      Why don't you use the JavaMail API for the addresses and the messages ?

      ionel

        • 1. Re: use of the JavaMail API
          edaugherty

           

          "edaugherty" wrote:
          Well, Andrew laid out the initial design, but since he is pretty busy these days lets see if I can answer for him. Andrew, feel free to correct me!

          The javax.mail API is really targeted at the client side, so while it does provide some useful features, it really does not get the job done. We looked at using some of the API, such as InternetHeaders, but it is not serializable, which causes some headaches.

          It just did not seem to provide enough value to offset the hastles.

          Eric


          • 2. Re: use of the JavaMail API
            acoliver

            Yup. I'm even thinking of some day rewriting JavaMail. Its universally hated and even the Sun-lackey side of Apache wants to rewrite it.