Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update html2text lib to use the original repo (#8900) | Carlos Tadeu Panato Junior | 2018-06-14 | 1 | -1/+1 |
| | |||||
* | re-enabling TestSendMailUsingConfigAdvanced (#8836) | Carlos Tadeu Panato Junior | 2018-05-27 | 1 | -1/+1 |
| | |||||
* | Structured logging (#8673) | Christopher Speller | 2018-04-27 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implementing structured logging * Changes to en.json to allow refactor to run. * Fixing global logger * Structured logger initalization. * Add caller. * Do some log redirection. * Auto refactor * Cleaning up l4g reference and removing dependancy. * Removing junk. * Copyright headers. * Fixing tests * Revert "Changes to en.json to allow refactor to run." This reverts commit fd8249e99bcad0231e6ea65cd77c32aae9a54026. * Fixing some auto refactor strangeness and typo. * Making keys more human readable. | ||||
* | Fixing misspell errors (#8544) | Jesús Espino | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Adding durafmt library and use it from enterprise global relay export (#8487) | Jesús Espino | 2018-03-27 | 1 | -9/+12 |
| | | | | | | | | * Adding durafmt library and use it from enterprise global relay export * Allow to specify different server host and server name on smtp connections * Fixing utils/smtp tests | ||||
* | Receive the email date as parameter (#8484) | Jesús Espino | 2018-03-21 | 1 | -3/+3 |
| | |||||
* | Isolating configuration, sending emails and connection to SMTP. (#8452) | Jesús Espino | 2018-03-15 | 1 | -42/+81 |
| | | | | | | | | | | * Isolating configuration, sending emails and connection to SMTP. * Building smtpAddress once * Remove unnecesary errX variables * Moving mail connection information to new data structure | ||||
* | general cleanup (#8387) | Chris | 2018-03-07 | 1 | -4/+2 |
| | |||||
* | [PLT-8024] Support LOGIN authentication method for SMTP (#8140) | Carlos Tadeu Panato Junior | 2018-03-01 | 1 | -5/+53 |
| | | | | | | * [PLT-8024] Support LOGIN authentication method for SMTP * added initial unit tests | ||||
* | Modified advanced mail implementation to properly support multiple ↵ | Jonathan | 2018-02-15 | 1 | -6/+5 |
| | | | | attachments with the same file name (#8289) | ||||
* | Remove license globals entirely (#8229) | Chris | 2018-02-09 | 1 | -6/+6 |
| | | | | | | | | * remove license globals entirely * fix infinite recursion * test fix | ||||
* | XYZ-35: Added Support for GlobalRelay Compliance Export Format | Jonathan | 2018-02-07 | 1 | -11/+49 |
| | | | | | | | | | * Added username to ChannelMemberHistory struct in anticipation of supporting GlobalRelay in Compliance Export * Removed translation from debug output - this makes it complicated to use utils functions from tests in the enterprise repo * Added an advanced email function that allows for greater control over message details. Updated MessageExport config to support GlobalRelay. Added attachment support to InBucket unit tests * Moving templates in from enterprise to solve test issues * Added export format to diagnostics * Changed email attachment code to use FileBackend so that S3 storage is properly supported | ||||
* | send-mail refactor (#7885) | Chris | 2017-11-23 | 1 | -4/+0 |
| | |||||
* | Revert "workaround for go smtp bug (#7620)" (#7866) | Chris | 2017-11-21 | 1 | -21/+3 |
| | | | This reverts commit 8966452d1183e94fecc373b9d08c65a0573cbbc6. | ||||
* | 7740: Set auto-submitted and precedence headers for emails (#7741) | Carsten Pfeiffer | 2017-11-15 | 1 | -0/+2 |
| | | | | | | | | * Set auto-submitted and precedence headers for emails This prevents auto-responses from out-of-office agents. * Apply gofmt | ||||
* | workaround for go smtp bug (#7620) | Chris | 2017-10-12 | 1 | -3/+21 |
| | |||||
* | Renaming repo | Christopher Speller | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | app type transition (#7167) | Chris | 2017-09-06 | 1 | -1/+2 |
| | |||||
* | Other Packages: NewLocAppError -> NewAppError (#7283) | George Goldberg | 2017-08-25 | 1 | -10/+11 |
| | |||||
* | [PLT-1015] Make all Mattermost system emails Multi-Part, with both a HTML ↵ | Carlos Tadeu Panato Junior | 2017-08-21 | 1 | -21/+26 |
| | | | | | | | | | | | | and Plain Text version. (#5698) * Implementation to Make all Mattermost system emails Multi-Part, with both a HTML and Plain Text version * update lib * update code per review * update to use the mattermost repo | ||||
* | [GH-6366] Add functionality to disable Authentication when connecting to ↵ | AJ Moon | 2017-07-31 | 1 | -13/+9 |
| | | | | | | | | | | | | | | SMTP (#6639) * Issue #6366: Add feature to disable auth for Encrypted connections to SMTP settings. * Clean PLAIN AUTH Option * Reorder SMTP server setup and change helptext * remove unneeded setting and modify logic * text description change | ||||
* | Move SMTP HELO before authentication (#6464) | Harrison Healey | 2017-05-19 | 1 | -9/+9 |
| | |||||
* | implement PLT-6469 - Send HELO request containing domain name to SMTP server ↵ | Carlos Tadeu Panato Junior | 2017-05-09 | 1 | -0/+10 |
| | | | | (#6322) | ||||
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots | ||||
* | PLT-5904 (Server): Config flag for SMTP Cert Check. (#5857) | George Goldberg | 2017-03-27 | 1 | -2/+2 |
| | |||||
* | Adding go vet from hack-a-thon (#5328) | Corey Hulen | 2017-02-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * Adding go vet to the api package * Adding go vet to app package * Adding go vet to manualtesting package * Adding go vet to the model package * Adding go vet to the store dir * Adding go vet to utils package * Adding missing dirs with go files * Fixing up makefile * Fixing up makefile * Removing root dir | ||||
* | PLT-4618 Fix email subjects (#4537) | enahum | 2016-11-14 | 1 | -5/+2 |
| | |||||
* | mail: allow PLAIN auth over non-tls connections (#3900) | Girish Ramakrishnan | 2016-09-02 | 1 | -2/+5 |
| | | | | | | | This allows mattermost to use a non-tls connection with a SMTP server that supports PLAIN auth (but not LOGIN). The go library explicitly allows PLAIN auth over non-tls connections - https://golang.org/src/net/smtp/auth.go#L55 Fixes #2929 | ||||
* | PLT-3456 Fix Errors while starting the server (#3445) | enahum | 2016-07-04 | 1 | -2/+2 |
| | | | | | | * PLT-3456 AppErrors that are triggered before translations are loaded crash server or produce bad error messages. * Fixing tests | ||||
* | PLT-7: Refactoring manuatesting & utils to use translations (chunk 5) | Elias Nahum | 2016-01-25 | 1 | -14/+14 |
| | | | | | - Add spanish translations - Skip tests | ||||
* | Upgrade logging package | =Corey Hulen | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | PLT-1607 adding more debugging info for email and push notifications | =Corey Hulen | 2016-01-05 | 1 | -2/+2 |
| | |||||
* | PLT-1607 adding more debugging info for email and push notifications | =Corey Hulen | 2016-01-05 | 1 | -0/+1 |
| | |||||
* | Fix email encoding issue | Melvi Ts | 2015-10-16 | 1 | -3/+11 |
| | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | PLT-470 Adding STMP server connection check | =Corey Hulen | 2015-09-29 | 1 | -1/+22 |
| | |||||
* | Adding image properties | =Corey Hulen | 2015-09-21 | 1 | -9/+3 |
| | |||||
* | Adding email to admin console | =Corey Hulen | 2015-09-21 | 1 | -36/+24 |
| | |||||
* | Use better format for date, as RFC1123 re-defined it over RFC822, and states ↵ | Bastien Durel | 2015-08-27 | 1 | -1/+1 |
| | | | | 'implementations SHOULD use numeric timezones instead of timezone names' | ||||
* | missing tab | Bastien Durel | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | tabify | Bastien Durel | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | add date header in mail | Bastien Durel | 2015-08-26 | 1 | -0/+2 |
| | |||||
* | Add SMTP auth to STARTTLS connections | Zvi "Viz" Effron | 2015-08-23 | 1 | -0/+3 |
| | |||||
* | Add support for SMTP servers with StartTLS | Jirka Hlavacek | 2015-08-19 | 1 | -0/+6 |
| | |||||
* | Set the 'From' field to include the FeedbackName from the config | nickago | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | Fixes mm-1415 adding email bypass flag | =Corey Hulen | 2015-07-12 | 1 | -7/+6 |
| | |||||
* | Unescaped escape characters in the subject line of emails so that all ↵ | Reed Garmsen | 2015-06-22 | 1 | -1/+2 |
| | | | | characters appear properly | ||||
* | Adding check of email configuation settings when config file is loaded | Christopher Speller | 2015-06-17 | 1 | -32/+66 |
| | |||||
* | Fixing build | =Corey Hulen | 2015-06-16 | 1 | -6/+10 |
| | |||||
* | Modifying sendmail to allow for non-encrypted connection for ease setup of ↵ | Christopher Speller | 2015-06-15 | 1 | -8/+19 |
| | | | | local mail sender |