aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-email-notifications-plugin/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2740 Email notifications: add prefix to the sender's nameEvgeny Mandrikov2011-10-101-1/+1
|
* SONAR-2779 Explicitly specify UTF-8 for outgoing emailsEvgeny Mandrikov2011-09-301-2/+14
|
* Disable the unit test EmailNotificationChannelTest on Mac OSSimon Brandhof2011-08-021-0/+3
|
* SONAR-2600,SONAR-2601 Replace STARTTLS by SSL and describe all SMTP settingsEvgeny Mandrikov2011-07-281-1/+1
|
* SONAR-2607 Show in notification: project, resource and title of reviewEvgeny Mandrikov2011-07-271-3/+134
|
* SONAR-2607 Should be only one dispatcher - ↵Evgeny Mandrikov2011-07-272-91/+13
| | | | ChangesInReviewAssignedToMeOrCreatedByMe
* SONAR-2607 Fix permalink in ReviewEmailTemplateEvgeny Mandrikov2011-07-271-10/+60
|
* SONAR-2596,SONAR-2601 UI for email notificationsEvgeny Mandrikov2011-07-266-0/+751
* Add email configuration to sidebar menu * I18n for email and notifications settings * Email configuration properties must be secured * Rename sonar-email-plugin to sonar-email-notifications-plugin