mglaman/mail 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mglaman/mail

Composer 安装命令:

composer require mglaman/mail

包简介

Console app for reading via IMAP

README 文档

README

A Symfonfy console IMAP tool for those of us who are bad at checking email.

Configure

Copy config.yml.example to config.yml. Change the host, port, username, and password.

Commands

Simply running mail will return the number of recent and total emails from your inbox. With any of the commands, sub out [box] with a folder name.

Available commands:
  mail check [BOX]        Returns number of recent and total emails.
  mail list [BOX]         Displays overview 10 recent emails
  mail view ID [BOX]      Views an email
  mail rm ID [BOX]        Moves email to trash. Supports command separated IDs.

Kudos

  • php-imap library so I didn't have to wrap imap_*
  • platformsh-cli for reference on making Symfony console application.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL
  • 更新时间: 2015-03-06