This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git
from b866e15 Format tweak
new 7cff388 Add DataSourcePathResolver
new b07637d Better local variable names
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 2 +
.../commons/mail/activation/PathDataSource.java | 129 +++++++++++++++++++++
...leResolver.java => DataSourcePathResolver.java} | 37 +++---
.../apache/commons/mail/util/MimeMessageUtils.java | 14 +--
...erTest.java => DataSourcePathResolverTest.java} | 9 +-
5 files changed, 163 insertions(+), 28 deletions(-)
create mode 100644
src/main/java/org/apache/commons/mail/activation/PathDataSource.java
copy
src/main/java/org/apache/commons/mail/resolver/{DataSourceFileResolver.java =>
DataSourcePathResolver.java} (73%)
copy
src/test/java/org/apache/commons/mail/resolver/{DataSourceFileResolverTest.java
=> DataSourcePathResolverTest.java} (92%)