aboutsummaryrefslogtreecommitdiff
path: root/modules/mailer/mail.go
Commit message (Collapse)AuthorAge
* Refactoring: rename modules -> pkgUnknwon2017-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
* modules: rename markdown -> markupUnknwon2017-03-31
| | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support.
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
| | | | To use interface to replace *models.User in avoiding cycle import.
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
|
* Minor fix for #2660Unknwon2016-02-24
|
* Test mailer button. Addresses #1531Josh Frye2016-02-24
|
* Make markdown as an independent moduleUnknwon2016-02-20
|
* Fix issue email formatting. Addresses #2331Josh Frye2016-02-18
|
* fix #1829 and fix #890Unknwon2015-12-04
|
* fix import path, fix #1782Unknwon2015-10-15
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-25
|
* finish all new template for current onesUnknwon2015-09-17
|
* finish new auth e-mailsUnknwon2015-09-17
|
* user gomail and new activate account email tplUnknwon2015-09-17
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* Fix missing space in issue emails subjectLouis Matthijssen2015-08-24
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
| | | | - fix delete user but repository watches are not decreased
* Merge pull request #766 from phsmit/correct_from无闻2014-12-21
|\ | | | | Correct usage of FROM in email creation
| * 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
* | Method for activating email addresses through verification emailPeter2014-12-17
|/
* 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
|
* 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
|
* 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