jnotify

javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed; boundary

烂漫一生 提交于 2019-11-27 06:35:43
问题 Currently I'm inline of writing a code that will be listening to a directory. when the directory is updated with .apk file, I'll send a mail with this .apk file to a gmail account. I'm using Jnotify and JAVA Mail in my program. The Error I'm getting is, javax.mail.MessagingException: IOException while sending message; nested exception is: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed; boundary="----=_Part_0_145238.1392728439484" I looked for the