summaryrefslogtreecommitdiffstats
path: root/modules/mailer
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* check for smtp AUTH extensionmcheng892014-10-311-1/+1
|
* Allow mail with self-signed certificatesUnknwon2014-10-091-2/+51
|
* Fix malformed addressMichel Roux2014-10-081-1/+1
|
* Remove APP_LOGO settingMathieu Gagnon2014-09-131-1/+0
|
* New UI merge in progressUnknwon2014-07-262-11/+13
|
* In progress of name template name constantUnknown2014-06-221-5/+14
|
* Code conventionUnknown2014-06-051-29/+29
|
* Fix #214Unknown2014-06-031-1/+1
|
* Fixed #209Unknown2014-05-252-16/+17
|
* Make gmail auth workUnknown2014-05-151-5/+3
|
* Bug fixUnknown2014-05-071-1/+1
|
* Add mention, read/unread support of issue trackerUnknown2014-05-071-6/+6
|
* Fix #164Unknown2014-05-051-2/+2
|
* Add mail notify for new collaboratorUnknown2014-05-051-7/+39
|
* go vetUnknown2014-04-131-1/+1
|
* Fix issue with log in with GitHub but need more error handle afterUnknown2014-04-071-7/+24
|
* Add reset password, fix #58Unknown2014-04-051-1/+21
|
* Improve issue mail contentUnknown2014-04-021-4/+7
|
* Add mail notify for creating issueUnknown2014-03-252-3/+39
|
* All configuration reload-ableUnknown2014-03-211-1/+1
|
* Bug fixUnknown2014-03-201-2/+2
|
* Pools limit concurrent numsUnknown2014-03-192-19/+31
|
* Finish verify emailUnknown2014-03-191-4/+4
|
* Add register mail tplUnknown2014-03-191-2/+59
|
* Add send register confirm mailUnknown2014-03-192-0/+119
|
* Working on register mail confirmationUnknown2014-03-191-0/+24