[root]/src/testcases/org/apache/tools/ant/taskdefs/email
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 173 (100.0%) | 12.3 |
antoine | 8 (57.1%) | 161 (93.1%) | 20.1 |
bodewig | 2 (14.3%) | 12 (6.9%) | 6.0 |
peterreilly | 2 (14.3%) | 0 (0.0%) | 0.0 |
mbenson | 2 (14.3%) | 0 (0.0%) | 0.0 |
committing the 'D' portion from svn move src/testcases src/tests/junit
0 lines of code changed in:
copy2license.pl
12 lines of code changed in:
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
0 lines of code changed in:
Copyright owner is The Apache Software Foundation
2 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
28 lines of code changed in:
Switch to Apache Software License 2.0
24 lines of code changed in:
Changes to the constructor of EmailAddress(String address) to make it support
addresses containing also the name such as name <address> or (name) address.
This allows these syntaxes to be used in the attributes from, tolist, cclist, replyto
of the email task.
PR: 22474
Submitted by: Michael Davey ( michael dot davey at coderage dot org)
58 lines of code changed in:
Support for SMTP over TLS/SSL in the mail task
PR: 19180
49 lines of code changed in: