▍1. oejrgps608
这是一个收发电子邮件的程序,比较简捷,易于学习(This is an E-mail program, a convenient, easy to learn)
这是一个收发电子邮件的程序,比较简捷,易于学习(This is an E-mail program, a convenient, easy to learn)
后台邮件发送源码是一个可以发附件的邮件发送小例子,通常用在软件的异常记录里面,可以把软件产生的log通过邮件+附件的形式发送到开发者指定的邮箱内方便对软件的未知bug进行分析。仅测试过QQ邮箱,其他邮箱没有测试过,不过这样的用户反馈方式也有一个明显的缺陷,直接在程序里面定死邮箱的密码对邮箱安全有一定的威胁,如果应用被人反编译那密码就存在外泄的可能性(Background mail source is a can send e-mail attachments to send a small example, usually with inside the software abnormal records, the log software generated by mail and attachments sent to developer specified mailbox convenient software for unknown bug analysis. Only tested QQ mailbox, mailbox not tested, but such ways of user feedback also has an obvious flaw, directly in the program set die mailbox password the mailbox security is a threat, if your application is anti compile the code exists leakage)
这个实例实现了构建邮件服务器、简单的E-mail发送、发送附件、带身份验证的E-mail发送、跨代理的E-mail发送、接收E-mail、在Applet中收取E-mail、E-mail口令验证功能 (This example of building a mail server, simply send E-mail, send attachments with authenticated E-mail sent, inter-agency E-mail sending and receiving E-mail, E-mail received in the Applet, E- mail password authentication function)
这个实例实现了构建邮件服务器、简单的E-mail发送、发送附件、带身份验证的E-mail发送、跨代理的E-mail发送、接收E-mail、在Applet中收取E-mail、E-mail口令验证功能 (This example of building a mail server, simply send E-mail, send attachments with authenticated E-mail sent, inter-agency E-mail sending and receiving E-mail, E-mail received in the Applet, E- mail password authentication function)
利用socket的实现的pop3邮件接收的java程序,文档中有完整的说明和程序,适合初学者使用学习。(Pop3 mail received socket implementations java program, complete instructions and procedures document, use for beginners to learn.)