Is it possible to encrypt the password of a javamail session in the same way as 
a datasource?

<Resource id="SuperbizMail" type="javax.mail.Session">

   mail.smtp.host=mail.superbiz.org
   mail.smtp.port=25
   mail.transport.protocol=smtp
   mail.smtp.auth=true
   mail.smtp.user=someuser
   #password=mypassword
   # Is this possible?
   Password    xMH5uM1V9vQzVUv5LG7YLA==
    PasswordCipher Static3DES
</Resource>

Trevor Stevens

Reply via email to