mailbox-component icon indicating copy to clipboard operation
mailbox-component copied to clipboard

The Mailbox component provides tools that allows your helpdesk to process tickets from multiple email sources.

Results 10 mailbox-component issues
Sort by recently updated
recently updated
newest added

When we use k8s deployment, when packaging the image, how to dynamically add the mailbox in the following command. $ php bin/console uvdesk:refresh-mailbox [email protected]

**Description** There are two issues: 1. No email credentials validation are done in SwitfMailer and in MailBox settings. If email details are wrong no error will be showed to the...

**Description** When we create a project with docker port no. after that refresh mailbox then shows an error **How to reproduce** Step 1: Install the project with docker using port...

Bug
Docker

**Description** Mailbox (yahoo) configuration with delete from inbox checkbox after refresh command showing an error **How to reproduce** Step 1: Go to mailbox and create a mailbox with a yahoo...

Bug
Yahoo Mailbox
Hacktoberfest

**Description** In https://github.com/uvdesk/mailbox-component/blob/master/Services/MailboxService.php on line 107 parser is instantiated `new Parser()`. In release 7.1.1 of php-mime-mail-parser / php-mime-mail-parser the constructor was changed to private which makes that method of instantiation...

PHP Mailparse
Hacktoberfest

**Description** When swift mailer is disabled and the mailbox is enabled so in the same mailbox fetch ticket, reply in the same ticket from the admin side show an error...

Bug
Swiftmailer Configuration
Mailbox Configuration

Because RefreshMailboxCommand::refreshMailbox() uses imap_search() with 'SINCE "' . $timestamp->format('d F Y') . '"' which is 'SINCE "28 December 2021"', for example, so as not to mislead users that only message...

Implement debug email through web interface. As we debug any email through rawEmailContent file. As this is hard through user point of view. Update this to web interface which allows...

Enhancement

- _**Guide for email delimiter will be removed if add mailbox here**_ - **_Need option to add email delimiter from UI_** ![Screenshot16](https://user-images.githubusercontent.com/43210406/57356091-30871f80-718d-11e9-8540-c37d1303d5e7.png)

Enhancement
Email Delimiter

I have had a persistent issue with some emails generating tickets but threads are empty. This causes tickets to be un-assignable and unreadable from the UI (the error in DEV...