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

Implement inbound E-Mail support #4524

Closed
teosarca opened this issue Aug 28, 2018 · 3 comments
Closed

Implement inbound E-Mail support #4524

teosarca opened this issue Aug 28, 2018 · 3 comments

Comments

@teosarca
Copy link
Member

Is this a bug or feature request?

What is the current behavior?

Which are the steps to reproduce?

What is the expected or desired behavior?

@teosarca teosarca self-assigned this Aug 28, 2018
teosarca added a commit that referenced this issue Aug 29, 2018
teosarca added a commit that referenced this issue Aug 29, 2018
teosarca added a commit that referenced this issue Aug 29, 2018
teosarca added a commit that referenced this issue Aug 30, 2018
teosarca added a commit that referenced this issue Aug 30, 2018
instead if javax.mail/mail which is legacy.

This solves the maven enforcer reported issues.

#4524
teosarca added a commit that referenced this issue Aug 30, 2018
teosarca added a commit that referenced this issue Aug 30, 2018
teosarca added a commit that referenced this issue Aug 30, 2018
teosarca added a commit to metasfresh/metasfresh-dist-legacy that referenced this issue Aug 30, 2018
teosarca added a commit to metasfresh/metasfresh-dist-legacy that referenced this issue Aug 30, 2018
teosarca added a commit that referenced this issue Aug 30, 2018
teosarca added a commit that referenced this issue Aug 30, 2018
teosarca added a commit that referenced this issue Aug 31, 2018
teosarca added a commit that referenced this issue Sep 3, 2018
@metasnw metasnw self-assigned this Sep 5, 2018
metas-ts added a commit that referenced this issue Sep 10, 2018
[#1040](metasfresh/metasfresh-webui-api-legacy#1040) Some views are failing because #AD_User_ID was not found in context
[#4411](#4411) New Dunning trigger for flatrate terms
[#4561](#4561) QueryStatisticsLogger shall use logger instead of stderr
[#1037](metasfresh/metasfresh-webui-api-legacy#1037) Advanced tooltip support
[#4560](#4560) msv3 related fixes
[#4554](#4554) process to create dunning-PDF with concatenated invoice-PDFs
[#1035](metasfresh/metasfresh-webui-api-legacy#1035) Implement CORS support
[#4516](#4516) New Action "Copy Window"
[#4552](#4552) AD_User is wrong in shipment schedule when using isDropShip
[#1932](metasfresh/metasfresh-webui-frontend-legacy#1932) Mandatory Field not filled Error too early
[#4528](#4528) Can not add new scale price on 5.71
[#4524](#4524) Implement inbound E-Mail support
[#4541](#4541) Return also URL using function de_metas_endcustomer_fresh_reports.Docs_Generics_Org_Report
@metasnw
Copy link
Member

metasnw commented Sep 15, 2018

IT - Scope of first Iteration

  • OK: Setup inbound Email Server
  • OK: c_mail is created for inbound email => window Email
  • OK: email is linked to ad_user
  • OK: request was created
  • OK: reference from request to Email was created
  • NOK: request is not linked to the c_bpartner although the To: ad_user is linked to a partner
  • NOK: I could not find the original e-mail as file
  • NOK: File Attachments are not stored in metasfresh

Issues found beyond scope. Just here for reference

  • Outgoing E-Mails do not create a request
  • Outgoing E-Mails do not store email in the new table c_mail
  • Single E-Mails like from order do use user email settings but to have it harmonized it would be important to use the email outbound settings in order to configure the mailbox on document type level. e.g. send email from sales order via personal e-mail but the ones from invoice window using invoicing@company.com
  • user can not answer to e-mails from request window

teosarca added a commit that referenced this issue Sep 24, 2018
teosarca added a commit that referenced this issue Sep 24, 2018
teosarca added a commit that referenced this issue Sep 25, 2018
teosarca added a commit that referenced this issue Sep 25, 2018
teosarca added a commit that referenced this issue Sep 25, 2018
@metasnw
Copy link
Member

metasnw commented Feb 13, 2019

new IT:

IT - Scope of first Iteration

  • OK: Setup inbound Email Server
  • OK: c_mail is created for inbound email => window Email
  • OK: email is linked to ad_user
  • OK: request was created
  • OK: reference from request to Email was created
  • OK: request is not linked to the c_bpartner although the To: ad_user is linked to a partner
  • OK: File Attachments are not stored in metasfresh
  • NOK: Request Date is not set. That one is critical because nobody will find the email ever.

Issues found beyond scope. Just here for reference

  • OUT: I could not find the original e-mail as file. @teosarca we discussed last time to provide the file as msg file so the user can open it in his email client. We can move this to a later time.
  • Outgoing E-Mails do not create a request
  • Outgoing E-Mails do not store email in the new table c_mail
  • Single E-Mails like from order do use user email settings but to have it harmonized it would be important to use the email outbound settings in order to configure the mailbox on document type level. e.g. send email from sales order via personal e-mail but the ones from invoice window using invoicing@company.com
  • user can not answer to e-mails from request window

@metasnw
Copy link
Member

metasnw commented Feb 13, 2019

IT on 5.92.1-14034+master

  • OK: Request Date is set. That one is critical because nobody will find the email ever.

@metasnw metasnw closed this as completed Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants