Commit Graph

5 Commits

Author SHA1 Message Date
Paula Quispe
45ff325901 Merged in feature/PMC-1332 (pull request #7136)
PMC-1332 PMCORE-1018

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
Approved-by: Paula Quispe <paula.quispe@processmaker.com>
2020-02-03 10:07:05 -04:00
Gustavo Silva
656745913d PMC-57: Action BY Email: Add new option in Email Server configuration page
Code Improvements

Code Improvements 1

Code Improvements 2

Fixing port labels

Fixing port labels 1

Code improvements 3

Code improvements 4

Code improvements 5

Code improvements 6

Code improvements 7
2018-11-26 15:05:05 -04:00
Chloe Deguzman
2eea08ace1 HOR-298 Adds index to APP_CACHE_VIEW table, modifies Schema.xml to properly build in propel. 2016-03-09 18:15:31 +00:00
Luis Fernando Saisa Lopez
7f5f7baad7 PM-000 "Email Server cambiar estructura de campos" SOLVED
> Solution:
  Se cambia el esquema de los campos MESS_FROM_MAIL y MESS_FROM_NAME que permita introducir valores nulos.
2015-03-03 10:23:54 -04:00
Luis Fernando Saisa Lopez
018c963d60 PM 940 "ProcessMaker-MA "Email Server (endpoints)"" SOLVED
> ProcessMaker-MA "Email Server (endpoints)"
  - Se han implementado los siguientes Endpoints:
       GET    /api/1.0/{workspace}/email/paged?filter={filter}&start={start}&limit={limit}
       GET    /api/1.0/{workspace}/emails?filter={filter}&start={start}&limit={limit}
       GET    /api/1.0/{workspace}/email/{mess_uid}
       POST   /api/1.0/{workspace}/email
       POST   /api/1.0/{workspace}/email/test-connection
       PUT    /api/1.0/{workspace}/email/{mess_uid}
       DELETE /api/1.0/{workspace}/email/{mess_uid}

  - Se esta creando un 1er registro en la tabla EMAIL_SERVER, esto al ejecutar el comando "./processmaker upgrade".
  - El metodo "System::getEmailConfiguration()" recupera el EMAIL_SERVER por default, caso contrario trabajara como lo
    hacia anteriormente.
2014-12-09 17:25:39 -04:00