You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$output->writeln("\n <comment>5. Total fetched email -> </comment><info>$emailCount</info><comment></comment>");
99
101
$output->writeln("\n <comment>6. Starting to convert Emails into Tickets -> </comment>\n=============================================\n=============================================\n");
$output->writeln("\n <comment> Converting email </comment><info>$counter</info><comment> out of </comment><info>$emailCount</info><comment>.</comment>");
<a href="https://gitter.im/uvdesk/mailbox-component"><img src="https://badges.gitter.im/uvdesk/mailbox-component.svg" alt="connect on gitter"></a>
13
+
</p>
14
+
15
+
The **Mailbox** component enables your [UVDesk Community][1] helpdesk to fetch emails from multiple sources and process them into tickets effortlessly.
16
+
17
+
Installation
18
+
--------------
19
+
20
+
Before installing, make sure that you have [Composer][2] installed.
21
+
22
+
To require mailbox-component into your helpdesk project, simply run the following composer command from your project root:
23
+
24
+
```bash
25
+
$ composer require uvdesk/mailbox-component
26
+
```
27
+
28
+
License
29
+
--------------
30
+
31
+
The **Mailbox** component and libraries included within the bundle are released under the MIT or BSD license.
0 commit comments