FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for modules - Prem-coder-stack/simple-java-mail · GitHub
Prem-coder-stack
/
simple-java-mail
Public
forked from
bbottema/simple-java-mail
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
simple-java-mail
modules
on
develop
User selector
Datepicker
Commit history
Commits on Feb 5, 2020
Preparing 6.0.3
bbottema
committed
beb28bd
View commit details
Copy full SHA for beb28bd
View code at this point
Browse repository at this point
Commits on Feb 2, 2020
Add automatic module names (fixes #245)
triceo
committed
90ddf0d
View commit details
Copy full SHA for 90ddf0d
View code at this point
Browse repository at this point
Commits on Feb 1, 2020
Merge branch 'develop' of https://github.com/bbottema/simple-java-mail into develop
bbottema
committed
1e70513
View commit details
Copy full SHA for 1e70513
View code at this point
Browse repository at this point
#245: Switched to new parent POM which defines all versions in dependenyManagement, updated Jakarta dependencies for JDK9+. Disabled notnull Maven plugin, which doesn't work with JDK11+
bbottema
committed
6031bff
View commit details
Copy full SHA for 6031bff
View code at this point
Browse repository at this point
released 6.0.2 [skip ci]
bbottema
committed
3625f7f
View commit details
Copy full SHA for 3625f7f
View code at this point
Browse repository at this point
Switch to newer SMTP Connection Pool which now depends on Jakarta Mail
bbottema
committed
2ec2162
View commit details
Copy full SHA for 2ec2162
View code at this point
Browse repository at this point
Don't depend on both Sun's JavaMail and Jakarta Mail
bbottema
committed
660e36c
View commit details
Copy full SHA for 660e36c
View code at this point
Browse repository at this point
Commits on Jan 31, 2020
Merge remote-tracking branch 'origin/#246-fix-lingering-threads-bug' into develop
bbottema
committed
9117606
View commit details
Copy full SHA for 9117606
View code at this point
Browse repository at this point
Merge branch 'develop' of https://github.com/bbottema/simple-java-mail into develop
bbottema
committed
061c271
View commit details
Copy full SHA for 061c271
View code at this point
Browse repository at this point
Streamline code a little bit
bbottema
committed
8e3f4ae
View commit details
Copy full SHA for 8e3f4ae
View code at this point
Browse repository at this point
Better enforcement of disabled modules and cleaned up some static imports
bbottema
committed
d98f41c
View commit details
Copy full SHA for d98f41c
View code at this point
Browse repository at this point
Make sure claimed resources are always released, so the connection pool can keep managing their life cycle (even if they are poisoned) [skip ci]
bbottema
committed
6a28882
View commit details
Copy full SHA for 6a28882
View code at this point
Browse repository at this point
Preparing release 6.0.2
bbottema
committed
7e0a89b
View commit details
Copy full SHA for 7e0a89b
View code at this point
Browse repository at this point
#246: Fixed junit test
bbottema
committed
74719ba
View commit details
Copy full SHA for 74719ba
View code at this point
Browse repository at this point
#246: Keep track of whether the user manually provided an executor service and if not, shut it down together with the connection pool to prevent a JVM shutdown from being blocked.
bbottema
committed
a53ce99
View commit details
Copy full SHA for a53ce99
View code at this point
Browse repository at this point
#246: Switch to the newer fixed smtp-connection-pool which now properly implements the aggregate shutdown loop and shuts down default executor services
bbottema
committed
9d61a9e
View commit details
Copy full SHA for 9d61a9e
View code at this point
Browse repository at this point
#246: Provide a more user-friendly message when send async emails when the executor service has already been shut down (which is possible if it was provided by the user)
bbottema
committed
7fad14e
View commit details
Copy full SHA for 7fad14e
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
Fix shutdown exception when no email was sent yet and replace it with a warning instead
bbottema
committed
79d2b9e
View commit details
Copy full SHA for 79d2b9e
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
released 6.0.1 [skip ci]
bbottema
committed
731b3ef
View commit details
Copy full SHA for 731b3ef
View code at this point
Browse repository at this point
Preparing for release 6.0.1
bbottema
committed
6728395
View commit details
Copy full SHA for 6728395
View code at this point
Browse repository at this point
Updated outlook dependency which fixes issue with garbage from sender if the email was not sent and mishandled to name/address if the address was supplied as the name
bbottema
committed
1e5bea9
View commit details
Copy full SHA for 1e5bea9
View code at this point
Browse repository at this point
Preparing final release 6.0.0
bbottema
committed
fcfb94d
View commit details
Copy full SHA for fcfb94d
View code at this point
Browse repository at this point
#243 updated outlook dependency which fixes for clientSubmit NPE and invalid/garbled HTML body if only RTF is present
bbottema
committed
49e7d31
View commit details
Copy full SHA for 49e7d31
View code at this point
Browse repository at this point
Commits on Jan 9, 2020
Preparing 6.0.0-rc4
bbottema
committed
b3b967a
View commit details
Copy full SHA for b3b967a
View code at this point
Browse repository at this point
Updated outlook-message-parser dependency, which now uses Apache POI 4.x but has minimum requirement of Java 8 so we need to manage that dependency back to the old version (which is forward compati…
Show description for f4d5120
bbottema
committed
f4d5120
View commit details
Copy full SHA for f4d5120
View code at this point
Browse repository at this point
#242: Include log4j2 sample XML, rather than an actual config as it may conflict with a project-provided config
bbottema
committed
afba532
View commit details
Copy full SHA for afba532
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
Preparing release v6.0.0-rc3
bbottema
committed
0825851
View commit details
Copy full SHA for 0825851
View code at this point
Browse repository at this point
#241: Fixed how Outlook TO, CC and BCC are handled [skip ci]
bbottema
committed
f10508e
View commit details
Copy full SHA for f10508e
View code at this point
Browse repository at this point
Commits on Jan 7, 2020
#241: distinguish properly between TO, CC and BCC recipients when converting from Outlook messages
bbottema
committed
9e739cd
View commit details
Copy full SHA for 9e739cd
View code at this point
Browse repository at this point
Commits on Dec 21, 2019
#239: Change recipients list from Set to List to maintain insertion order [skip ci]
bbottema
committed
bb857f8
View commit details
Copy full SHA for bb857f8
View code at this point
Browse repository at this point
Commits on Dec 19, 2019
Preparing 6.0.0-rc2, which contains a bug fix for Spring
bbottema
committed
298dbc8
View commit details
Copy full SHA for 298dbc8
View code at this point
Browse repository at this point
Fixed nullability issue with Spring support
bbottema
committed
7704af6
View commit details
Copy full SHA for 7704af6
View code at this point
Browse repository at this point
switched to provided Spring dependencies
bbottema
committed
0d39eb4
View commit details
Copy full SHA for 0d39eb4
View code at this point
Browse repository at this point
Added junit test for Spring support
bbottema
committed
ea65e06
View commit details
Copy full SHA for ea65e06
View code at this point
Browse repository at this point
unused import
bbottema
committed
fc850e6
View commit details
Copy full SHA for fc850e6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL