summaryrefslogtreecommitdiffstats
path: root/modules/mailer
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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