aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mailer
Commit message (Collapse)AuthorAgeFilesLines
* fix gofmt errorBo-Yi Wu2016-12-301-3/+2
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Implement sendmail (#355)Philip Couling2016-12-251-6/+54
| | | | | | | | | | | | | | | | * Implemented sendmail. This piggybacks on existing configuration to keep the change simple * Changed privicy of new sendSMTP and sendSendmail functions * Fixed Lint errors * Seperated SMTP and sendmail into their own senders * Making new structs private as they should not be used externally now * Added sendmail setting to ini file * Minor code cleanup
* Golint fixed for modules/mailerLunny Xiao2016-11-251-1/+8
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
|
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-291-2/+2
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-162-191/+3
|
* #2954 minor fix for when to set HTML alternativeUnknwon2016-05-301-5/+3
|
* #2954 use text/plain as default email content formatUnknwon2016-05-301-7/+11
|
* Do not write HTML in text/plain mail part (#2954)Sandro Santilli2016-05-301-3/+11
| | | | | | | | | | * Do not write HTML in text/plain mail part Fixes #2928 * Pass text/plain first, text/html second * Do not send plain/text email if html2text failed (untested)
* Minor fix for #2660Unknwon2016-02-241-4/+3
|
* Test mailer button. Addresses #1531Josh Frye2016-02-241-0/+6
|
* #2334 strip whitespace for migrate URLUnknwon2016-02-201-1/+4
| | | | Also fix a possible race condition while install
* Make markdown as an independent moduleUnknwon2016-02-201-2/+3
|
* Fix issue email formatting. Addresses #2331Josh Frye2016-02-181-1/+2
|
* make mailer log more verboseUnknwon2015-12-191-9/+9
|
* fix #1829 and fix #890Unknwon2015-12-041-2/+2
|
* fix import path, fix #1782Unknwon2015-10-151-1/+1
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-251-4/+18
|
* finish all new template for current onesUnknwon2015-09-171-36/+35
|
* finish new auth e-mailsUnknwon2015-09-171-15/+11
|
* user gomail and new activate account email tplUnknwon2015-09-172-212/+96
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* simplify namesUnknwon2015-09-161-2/+6
|
* #1649 Using commas to delineate emailsUnknwon2015-09-161-3/+3
|
* fix syntax errorHongcai Deng2015-09-071-3/+3
|
* implemented #1528Hongcai Deng2015-09-071-2/+4
|
* Fix missing space in issue emails subjectLouis Matthijssen2015-08-241-2/+2
|
* minor fix on #1517Unknwon2015-08-201-5/+5
|
* Added supported of 'AUTH LOGIN'Yixin Hao2015-08-201-1/+31
| | | i've been missing a 'r' in previous, lol~
* WIP: create PR - choose branchUnknwon2015-08-081-2/+2
|
* add config options for HELOUnknwon2015-07-031-6/+11
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-1/+1
| | | | - fix delete user but repository watches are not decreased
* Merge pull request #943 from diseaz/mailer-client-cert无闻2015-02-281-0/+8
|\ | | | | Use client certificate for SMTP over TLS
| * Fix "forcing" client certificate for SMTPDmitry Azhichakov2015-02-131-6/+8
| |
| * New feature: SMTP connection may use client certificate.Dmitry Azhichakov2015-02-121-0/+6
| | | | | | | | | | | | New config keys in [mailer] section: - CERT_FILE: path to a certificate file. - KEY_FILE: path to a key file.
* | add error for hello funcGogs2015-02-201-1/+4
| |
* | Fix: 504 5.5.2 <localhost>: Helo command rejectedGogs2015-02-191-0/+7
|/
* fix #801Unknwon2014-12-311-1/+1
|
* Merge pull request #766 from phsmit/correct_from无闻2014-12-212-10/+11
|\ | | | | Correct usage of FROM in email creation
| * Parse the from string to extract the email addressPeter2014-12-191-1/+6
| |
| * Remove unused "User" member of Message Struct and fix bounce addressPeter2014-12-192-9/+6
| | | | | | | | | | | | The User member of a message is not needed anymore. The from that is send to the server, should always be the "system" from. This is also called the Bounce address http://en.wikipedia.org/wiki/Bounce_address
| * Change from header in email, fixes #765Peter2014-12-191-2/+1
| |
* | Merge pull request #755 from phsmit/multiple_emails无闻2014-12-201-0/+33
|\ \ | | | | | | Multiple emails
| * | Method for activating email addresses through verification emailPeter2014-12-171-0/+33
| | |
* | | Remove standard mailer port linesPeter2014-12-191-4/+0
| |/ |/| | | | | This lines got committed by accident. They do actually nothing, as SplitHostPort will give an error if port is not given.
* | update locale and mirror code formatUnknwon2014-12-191-10/+10
| |
* | Prefer CRAM-MD5 over PLAIN authenticationPeter2014-12-181-3/+3
| |
* | Add option to use CRAM-MD5 as authentication method in the mailerPeter2014-12-181-6/+13
| |
* | Rewrite of SendMail functionPeter2014-12-181-15/+40
|/ | | | | | The SendMail function is rewritten and has the following new functionality: - It is optional to skip verification of keys. The config option SKIP_VERIFY is added - If the port is 465, or ending on 465, the TLS(/SSL) connection is started first.
* Allow send mail without authentication if SMTP server allow thisAlukardd2014-12-071-1/+4
|