Skip to content
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

Set correct email status when fetch sent emails #2570

Closed
rabiibrahimi opened this issue Jan 18, 2023 · 6 comments
Closed

Set correct email status when fetch sent emails #2570

rabiibrahimi opened this issue Jan 18, 2023 · 6 comments

Comments

@rabiibrahimi
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently when crm fetch the email it sets the status as (archived) even though emails sent are set as archived. It would be nice if there is a way to set the correct email status based on fetched emails source e.g email is fetched from inbox status should be (archived) or if email is fetched from sent folder then status should be set as (sent).

Describe the solution you'd like
Ability for the crm to set each status according to which folder the email was fetched from.

Describe alternatives you've considered
We use workflow to change the status of fetched emails, if they are fetched from sent folder we set their status to (sent).

Additional context
Add any other context or screenshots about the feature request here.

@yurikuzn
Copy link
Contributor

It's how it was designed and can't be changed now.

@yurikuzn yurikuzn closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2023
@yurikuzn
Copy link
Contributor

  • Sent -- sent from CRM.
  • Archived -- imported.

The way you propose does not suit the logic the application uses. One email can be sent for one user, but it's not sent for another.

@rabiibrahimi
Copy link
Contributor Author

Yes one email can be sent for one user and received by other user. first user email is set as (sent) and second user email status (archived).
issue currently archived emails includes emails sent from other client and fetched into the crm. when crm fetched the emails is it possible to figure out which inbox the email is fetched from ?

@yurikuzn
Copy link
Contributor

Espo imports one email for two users. It can't be both archived and sent.

The current logic is correct. You might need another field to distinguish emails sent to client and received from clients. But it would be an endeavor to have this logic.

@yurikuzn
Copy link
Contributor

yurikuzn commented Jan 18, 2023

In Espo terms, there is only one email in the word. It can't have statuses sent/received, as every email is sent (unless draft).

@rabiibrahimi
Copy link
Contributor Author

Thanks for the explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants