android-mail
android-mail copied to clipboard
基于 JavaMail 开发的 Android 邮箱
如题,好像是因为outlook的加密协议是STARTTLS,可参考:https://blog.csdn.net/m0_37897662/article/details/118307025 但是我不会,请问大佬可以修复下嘛
// There is something wrong with MailCap, javamail can not find a handler for the multipart/mixed part, so this bit needs to be added. MailcapCommandMap mc = (MailcapCommandMap) CommandMap.getDefaultCommandMap(); mc.addMailcap("text/html;;...
Android 12 beta2 中运行报错,更改build.gradle解决 implementation 'com.sun.mail:android-mail:1.6.2' implementation 'com.sun.mail:android-activation:1.6.2' 更改为 implementation 'com.sun.mail:android-mail:1.6.6' implementation 'com.sun.mail:android-activation:1.6.6'
使用 ` EmailKit.useIMAPService(config) .getInbox() .load(-1, new EmailKit.GetLoadCallback)` 加载邮件,拿到的邮件却不包含最新的邮件。 因为要从邮件中拿验证码,这就导致拿到的验证码都是之前收到的。
我有个附件,本身只有9.32M,但是获取到的文件大小只12.78M
支持发送多个附件吗?
接收文件详情里面带有附件的txt文件时,页面上的附件再闪烁
邮件的回复功能与转发功能。 晚安!2020.01.12 凌晨1:55
发送HTML邮件时,其中插入的图片会以附件发送,接收时图片在邮件中无法正常显示。
代码里没有看到附件发送的内容呢,只能发送html,不能发送file