All Projects → zeemood → mail-plus

zeemood / mail-plus

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to mail-plus

GemBox.Email.Examples
Read and write email files (MSG, EML, MHTML), and compose, receive and send email messages using POP, IMAP, SMTP, and EWS in a simple and efficient way.
Stars: ✭ 18 (-41.94%)
Mutual labels:  imap, pop, ews
Mailkit
A cross-platform .NET library for IMAP, POP3, and SMTP.
Stars: ✭ 4,477 (+14341.94%)
Mutual labels:  imap, imap-client
enough mail
IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Stars: ✭ 78 (+151.61%)
Mutual labels:  imap, imap-client
squirrelmail
🌰️🐿️ SquirrelMail GitHub Repository (PHP 7-OK!)
Stars: ✭ 42 (+35.48%)
Mutual labels:  imap, imap-client
Magma
The magma server daemon, is an encrypted email system with support for SMTP, POP, IMAP, HTTP and MOLTEN,. Additional support for DMTP and DMAP is currently in active development.
Stars: ✭ 1,740 (+5512.9%)
Mutual labels:  imap, pop
imap-proto
IMAP protocol parser and datastructures in Rust
Stars: ✭ 12 (-61.29%)
Mutual labels:  imap, imap-client
fapro
Fake Protocol Server
Stars: ✭ 1,338 (+4216.13%)
Mutual labels:  imap
exchange-ews-thunderbird
thunderbird addons provide exchange support: mail, calendar, global address list (contacts)
Stars: ✭ 15 (-51.61%)
Mutual labels:  ews
mnm-hammer
mnm implements TMTP protocol. Let Internet sites message members directly, instead of unreliable, insecure email. Contributors welcome! (Client)
Stars: ✭ 66 (+112.9%)
Mutual labels:  imap
hasmail
Simple tray icon for detecting new email on IMAP servers
Stars: ✭ 29 (-6.45%)
Mutual labels:  imap
hermes
Automates programmables à réaction aux échanges électroniques depuis une boîte IMAP4
Stars: ✭ 15 (-51.61%)
Mutual labels:  imap
ImapSyncClient
ImapSync Desktop Client
Stars: ✭ 92 (+196.77%)
Mutual labels:  imap
quartz-mailer
A library to get started in sending and receiving emails from and to your Crystal application
Stars: ✭ 23 (-25.81%)
Mutual labels:  imap
go-imap-idle
IDLE extension for go-imap
Stars: ✭ 30 (-3.23%)
Mutual labels:  imap
imapi
[EXPERIMENTAL] High level IMAP API for PHP
Stars: ✭ 24 (-22.58%)
Mutual labels:  imap
fs2-mail
asynchronous library for sending and receiving mail via fs2._
Stars: ✭ 39 (+25.81%)
Mutual labels:  imap
mail2most
watch emails and send them to mattermost
Stars: ✭ 54 (+74.19%)
Mutual labels:  imap
imap client
IMAP (version 4rev1) implementation for dart
Stars: ✭ 20 (-35.48%)
Mutual labels:  imap-client
homebrew-extensions
🍻 Homebrew tap for PHP extensions
Stars: ✭ 264 (+751.61%)
Mutual labels:  imap
yapople
Yet another POP3 email library
Stars: ✭ 22 (-29.03%)
Mutual labels:  email-receiver

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].