The Wayback Machine - https://web.archive.org/web/20201006190454/https://github.com/zeemood/mail-plus
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

README.MD

POP3/IMAP4/Exchange协议的邮件收取工具包

最近在做一个邮件相关的项目,网上找资料时发现,关于发送邮件的资料倒是很多,收取邮件的就很少了。写下个人开发经验,供别人参考吧。具体的实施内容可以看我的慕课网手记 https://www.imooc.com/article/274209

添加工具包可以使用maven的方式

首先添加仓库

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

然后添加依赖

<dependency>
    <groupId>com.github.zeemood</groupId>
    <artifactId>mail-plus</artifactId>
    <version>1.0.3</version>
</dependency>

About

邮件收取工具包,支持pop,imap,exchange协议的邮箱以及企业邮箱

Topics

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.