-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '1.0' of https://github.com/uvdesk/mailbox-component int…
…o HEAD
- Loading branch information
Showing
3 changed files
with
57 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,34 @@ | ||
# mailbox | ||
The Mailbox component provides tools that allows your helpdesk to process tickets from multiple email sources. | ||
|
||
<p align="center"><a href="https://www.uvdesk.com/en/" target="_blank"> | ||
<img src="https://s3-ap-southeast-1.amazonaws.com/cdn.uvdesk.com/uvdesk/bundles/webkuldefault/images/uvdesk-wide.svg"> | ||
</a></p> | ||
|
||
<p align="center"> | ||
<a href="https://packagist.org/packages/uvdesk/mailbox-component"><img src="https://poser.pugx.org/uvdesk/mailbox-component/v/stable.svg" alt="Latest Stable Version"></a> | ||
<a href="https://packagist.org/packages/uvdesk/mailbox-component"><img src="https://poser.pugx.org/uvdesk/mailbox-component/d/total.svg" alt="Total Downloads"></a> | ||
<a href="https://packagist.org/packages/uvdesk/mailbox-component"><img src="https://poser.pugx.org/uvdesk/mailbox-component/license.svg" alt="License"></a> | ||
<a href="https://gitter.im/uvdesk/mailbox-component"><img src="https://badges.gitter.im/uvdesk/mailbox-component.svg" alt="connect on gitter"></a> | ||
</p> | ||
|
||
The **Mailbox** component enables your [UVDesk Community][1] helpdesk to fetch emails from multiple sources and process them into tickets effortlessly. | ||
|
||
Installation | ||
-------------- | ||
|
||
Before installing, make sure that you have [Composer][2] installed. | ||
|
||
To require mailbox-component into your helpdesk project, simply run the following composer command from your project root: | ||
|
||
```bash | ||
$ composer require uvdesk/mailbox-component | ||
``` | ||
|
||
License | ||
-------------- | ||
|
||
The **Mailbox** component and libraries included within the bundle are released under the MIT or BSD license. | ||
|
||
[1]: https://www.uvdesk.com/ | ||
[2]: https://getcomposer.org/ |