Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | mailer: make text/html as default format | Unknwon | 2017-02-27 |
| | | | | Change config option from '[mailer] ENABLE_HTML_ALTERNATIVE' to '[mailer] USE_PLAIN_TEXT' | ||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 |
| | |||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 |
| | |||
* | #2954 minor fix for when to set HTML alternative | Unknwon | 2016-05-30 |
| | |||
* | #2954 use text/plain as default email content format | Unknwon | 2016-05-30 |
| | |||
* | Do not write HTML in text/plain mail part (#2954) | Sandro Santilli | 2016-05-30 |
| | | | | | | | | | | * 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) | ||
* | #2334 strip whitespace for migrate URL | Unknwon | 2016-02-20 |
| | | | | Also fix a possible race condition while install | ||
* | make mailer log more verbose | Unknwon | 2015-12-19 |
| | |||
* | user gomail and new activate account email tpl | Unknwon | 2015-09-17 |
| | | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header | ||
* | simplify names | Unknwon | 2015-09-16 |
| | |||
* | #1649 Using commas to delineate emails | Unknwon | 2015-09-16 |
| | |||
* | fix syntax error | Hongcai Deng | 2015-09-07 |
| | |||
* | implemented #1528 | Hongcai Deng | 2015-09-07 |
| | |||
* | minor fix on #1517 | Unknwon | 2015-08-20 |
| | |||
* | Added supported of 'AUTH LOGIN' | Yixin Hao | 2015-08-20 |
| | | | i've been missing a 'r' in previous, lol~ | ||
* | add config options for HELO | Unknwon | 2015-07-03 |
| | |||
* | Merge pull request #943 from diseaz/mailer-client-cert | 无闻 | 2015-02-28 |
|\ | | | | | Use client certificate for SMTP over TLS | ||
| * | Fix "forcing" client certificate for SMTP | Dmitry Azhichakov | 2015-02-13 |
| | | |||
| * | New feature: SMTP connection may use client certificate. | Dmitry Azhichakov | 2015-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 func | Gogs | 2015-02-20 |
| | | |||
* | | Fix: 504 5.5.2 <localhost>: Helo command rejected | Gogs | 2015-02-19 |
|/ | |||
* | fix #801 | Unknwon | 2014-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 address | Peter | 2014-12-19 |
| | | |||
| * | Remove unused "User" member of Message Struct and fix bounce address | Peter | 2014-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 #765 | Peter | 2014-12-19 |
| | | |||
* | | Remove standard mailer port lines | Peter | 2014-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 format | Unknwon | 2014-12-19 |
| | |||
* | Prefer CRAM-MD5 over PLAIN authentication | Peter | 2014-12-18 |
| | |||
* | Add option to use CRAM-MD5 as authentication method in the mailer | Peter | 2014-12-18 |
| | |||
* | Rewrite of SendMail function | Peter | 2014-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 this | Alukardd | 2014-12-07 |
| | |||
* | check for smtp AUTH extension | mcheng89 | 2014-10-31 |
| | |||
* | Allow mail with self-signed certificates | Unknwon | 2014-10-09 |
| | |||
* | Fix malformed address | Michel Roux | 2014-10-08 |
| | |||
* | New UI merge in progress | Unknwon | 2014-07-26 |
| | |||
* | Fixed #209 | Unknown | 2014-05-25 |
| | |||
* | Make gmail auth work | Unknown | 2014-05-15 |
| | |||
* | Add mail notify for creating issue | Unknown | 2014-03-25 |
| | |||
* | All configuration reload-able | Unknown | 2014-03-21 |
| | |||
* | Bug fix | Unknown | 2014-03-20 |
| | |||
* | Pools limit concurrent nums | Unknown | 2014-03-19 |
| | |||
* | Add send register confirm mail | Unknown | 2014-03-19 |