-
-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mail Checker Deletes Mail But Doesn't Create Ticket #251
Comments
Just to update, I tested on a fresh Ubuntu VM on a different host, in a different network, and had the same result. This was using the installation script, for reference. Everything else seems to work, and the mailer itself is working, just not the ticket creation. |
What mail provider are you using? |
Tested with Gmail (IMAP), self hosted with provider (IMAP) and Exchange. Results are consistent, email inbox is opened, mail is deleted, but no ticket is created. |
Thanks for the information. Looking into this issue
…On Mon, Jul 29, 2019 at 3:23 PM DustyArmstrong ***@***.***> wrote:
Tested with Gmail (IMAP), self hosted with provider (IMAP) and Exchange.
Results are consistent, email inbox is opened, mail is deleted, but no
ticket is created.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#251?email_source=notifications&email_token=AAEY476YIIUPPJNME7KX6HDQB47ULA5CNFSM4IHKSYBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3BXX6A#issuecomment-516127736>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEY477NMSW7ZTJKMDM4LBLQB47ULANCNFSM4IHKSYBA>
.
|
Hello, i could confirm this bug on my installation too. Environment: Trudesk Version: 1.0.15 Email server is exchange server and we are using the port 993. |
Fix will be included in Currently on |
@polonel |
I still have one question: i don't know exactly how this feature will work, but for example, if i have a ticket open and the support answers to my ticket, i shoud get an email. If i reply to this ticket over email, will trudesk recognize that it is a reply from me or will it create a new ticket for this answer? Thank you! |
I tried merging from the develop branch into my local build, but still having the same problem. EDIT: I checked the updated files, and it does include the relevant changes made on the develop branch. I'm going to assume that this is something I've done wrong, particularly since I have almost no experience with Github. I'll wait for the next release. Thanks for looking into it! |
@cotanmarius No this is currently not possible. Right now email replies do not update the referenced ticket. This is something that hasn't made it into the Open Source version. |
I merged from the dev branch update 7 days ago, still the same #254 |
@dataedgehungary Dev branch does not come with prebuilt files. |
Well I only copied the edited mailercheck.js content, but then yes I ran a rebuild |
Do you have the proper group added to your assigned department? There was also an update on the Every error is caught with a If it works properly without the |
Updated (and completely re-installed) from the new release and results are still the same. Mail is checked, the email is deleted, but no ticket is created under any circumstance. Relevant customer from which the email is sent is registered on Trudesk, and assigned to a group. The log does not provide any information beyond |
Updated to dev branch? Your about page shows 1.0.16-beta? Is your trudesk account a member of a team/department that has access to All Groups or the group the user is a member of? Do you have permissions to "Manage Public Tickets" in I manually tested with, Yahoo, Gmail, Outlook.com, Office 365, Exchange, ProtonMail, Zoho before I pushed to dev. Please verify. Can you check if the ticket is actually being created? mongo
use trudesk;
db.tickets.find({“owner.email”: "user@email.com"}); This will show all the tickets for the given user's email. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@polonel |
Its being pushed to |
I am having this issue still with v1.0.16. With logging set to on, it says: |
We still had the issue with the new version too. We think that async processes cause the problem, the email gets deleted before it can be imported. We manged to temporarily "cure the symptoms" by adding a Timeout:
|
Any update? |
Should be fixed in |
It looks like this is still an issue with a fresh install of version
It seems like the |
Is this a BUG REPORT or FEATURE REQUEST?:
What happened:
Set up the mailer check, which does appear to access the mail address. I chose to "Delete Message" from the Inbox once processed, however it does not create a ticket.
What did you expect to happen:
A ticket to be created within Trudesk.
How to reproduce it (as minimally and precisely as possible):
Set up the mailer check on port 993 for IMAP, applied settings. Check inbox of targeted account to note that email was deleted, check to note that no ticket is present.
Anything else we need to know?:
My logs state "invalid log file...".
I'm sorry to post two issues in one day.
Environment:
The text was updated successfully, but these errors were encountered: