Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #801 | Unknwon | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #766 from phsmit/correct_from | 无闻 | 2014-12-21 | 2 | -10/+11 |
|\ | | | | | Correct usage of FROM in email creation | ||||
| * | Parse the from string to extract the email address | Peter | 2014-12-19 | 1 | -1/+6 |
| | | |||||
| * | Remove unused "User" member of Message Struct and fix bounce address | Peter | 2014-12-19 | 2 | -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 #765 | Peter | 2014-12-19 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #755 from phsmit/multiple_emails | 无闻 | 2014-12-20 | 1 | -0/+33 |
|\ \ | | | | | | | Multiple emails | ||||
| * | | Method for activating email addresses through verification email | Peter | 2014-12-17 | 1 | -0/+33 |
| | | | |||||
* | | | Remove standard mailer port lines | Peter | 2014-12-19 | 1 | -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 format | Unknwon | 2014-12-19 | 1 | -10/+10 |
| | | |||||
* | | Prefer CRAM-MD5 over PLAIN authentication | Peter | 2014-12-18 | 1 | -3/+3 |
| | | |||||
* | | Add option to use CRAM-MD5 as authentication method in the mailer | Peter | 2014-12-18 | 1 | -6/+13 |
| | | |||||
* | | Rewrite of SendMail function | Peter | 2014-12-18 | 1 | -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 this | Alukardd | 2014-12-07 | 1 | -1/+4 |
| | |||||
* | check for smtp AUTH extension | mcheng89 | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Allow mail with self-signed certificates | Unknwon | 2014-10-09 | 1 | -2/+51 |
| | |||||
* | Fix malformed address | Michel Roux | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | Remove APP_LOGO setting | Mathieu Gagnon | 2014-09-13 | 1 | -1/+0 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 2 | -11/+13 |
| | |||||
* | In progress of name template name constant | Unknown | 2014-06-22 | 1 | -5/+14 |
| | |||||
* | Code convention | Unknown | 2014-06-05 | 1 | -29/+29 |
| | |||||
* | Fix #214 | Unknown | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | Fixed #209 | Unknown | 2014-05-25 | 2 | -16/+17 |
| | |||||
* | Make gmail auth work | Unknown | 2014-05-15 | 1 | -5/+3 |
| | |||||
* | Bug fix | Unknown | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | Add mention, read/unread support of issue tracker | Unknown | 2014-05-07 | 1 | -6/+6 |
| | |||||
* | Fix #164 | Unknown | 2014-05-05 | 1 | -2/+2 |
| | |||||
* | Add mail notify for new collaborator | Unknown | 2014-05-05 | 1 | -7/+39 |
| | |||||
* | go vet | Unknown | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | Fix issue with log in with GitHub but need more error handle after | Unknown | 2014-04-07 | 1 | -7/+24 |
| | |||||
* | Add reset password, fix #58 | Unknown | 2014-04-05 | 1 | -1/+21 |
| | |||||
* | Improve issue mail content | Unknown | 2014-04-02 | 1 | -4/+7 |
| | |||||
* | Add mail notify for creating issue | Unknown | 2014-03-25 | 2 | -3/+39 |
| | |||||
* | All configuration reload-able | Unknown | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | Bug fix | Unknown | 2014-03-20 | 1 | -2/+2 |
| | |||||
* | Pools limit concurrent nums | Unknown | 2014-03-19 | 2 | -19/+31 |
| | |||||
* | Finish verify email | Unknown | 2014-03-19 | 1 | -4/+4 |
| | |||||
* | Add register mail tpl | Unknown | 2014-03-19 | 1 | -2/+59 |
| | |||||
* | Add send register confirm mail | Unknown | 2014-03-19 | 2 | -0/+119 |
| | |||||
* | Working on register mail confirmation | Unknown | 2014-03-19 | 1 | -0/+24 |