aboutsummaryrefslogtreecommitdiff
path: root/modules/mailer
Commit message (Collapse)AuthorAge
* Fix missing space in issue emails subjectLouis Matthijssen2015-08-24
|
* minor fix on #1517Unknwon2015-08-20
|
* Added supported of 'AUTH LOGIN'Yixin Hao2015-08-20
| | | i've been missing a 'r' in previous, lol~
* WIP: create PR - choose branchUnknwon2015-08-08
|
* add config options for HELOUnknwon2015-07-03
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
| | | | - fix delete user but repository watches are not decreased
* Merge pull request #943 from diseaz/mailer-client-cert无闻2015-02-28
|\ | | | | Use client certificate for SMTP over TLS
| * Fix "forcing" client certificate for SMTPDmitry Azhichakov2015-02-13
| |
| * New feature: SMTP connection may use client certificate.Dmitry Azhichakov2015-02-12
| | | | | | | | | | | | 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-20
| |
* | Fix: 504 5.5.2 <localhost>: Helo command rejectedGogs2015-02-19
|/
* fix #801Unknwon2014-12-31
|
* Merge pull request #766 from phsmit/correct_from无闻2014-12-21
|\ | | | | Correct usage of FROM in email creation
| * Parse the from string to extract the email addressPeter2014-12-19
| |
| * Remove unused "User" member of Message Struct and fix bounce addressPeter2014-12-19
| | | | | | | | | | | | 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-19
| |
* | Merge pull request #755 from phsmit/multiple_emails无闻2014-12-20
|\ \ | | | | | | Multiple emails
| * | Method for activating email addresses through verification emailPeter2014-12-17
| | |
* | | Remove standard mailer port linesPeter2014-12-19
| |/ |/| | | | | 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-19
| |
* | Prefer CRAM-MD5 over PLAIN authenticationPeter2014-12-18
| |
* | Add option to use CRAM-MD5 as authentication method in the mailerPeter2014-12-18
| |
* | Rewrite of SendMail functionPeter2014-12-18
|/ | | | | | 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-07
|
* check for smtp AUTH extensionmcheng892014-10-31
|
* Allow mail with self-signed certificatesUnknwon2014-10-09
|
* Fix malformed addressMichel Roux2014-10-08
|
* Remove APP_LOGO settingMathieu Gagnon2014-09-13
|
* New UI merge in progressUnknwon2014-07-26
|
* In progress of name template name constantUnknown2014-06-22
|
* Code conventionUnknown2014-06-05
|
* Fix #214Unknown2014-06-03
|
* Fixed #209Unknown2014-05-25
|
* Make gmail auth workUnknown2014-05-15
|
* Bug fixUnknown2014-05-07
|
* Add mention, read/unread support of issue trackerUnknown2014-05-07
|
* Fix #164Unknown2014-05-05
|
* Add mail notify for new collaboratorUnknown2014-05-05
|
* go vetUnknown2014-04-13
|
* Fix issue with log in with GitHub but need more error handle afterUnknown2014-04-07
|
* Add reset password, fix #58Unknown2014-04-05
|
* Improve issue mail contentUnknown2014-04-02
|
* Add mail notify for creating issueUnknown2014-03-25
|
* All configuration reload-ableUnknown2014-03-21
|
* Bug fixUnknown2014-03-20
|
* Pools limit concurrent numsUnknown2014-03-19
|
* Finish verify emailUnknown2014-03-19
|
* Add register mail tplUnknown2014-03-19
|
* Add send register confirm mailUnknown2014-03-19
|
* Working on register mail confirmationUnknown2014-03-19