Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
QuentinDevJava
/
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
spring-module
src
on
master
User selector
All users
All time
Commit history
Commits on Apr 17, 2024
Migrating to Junit5
bbottema
committed
1b0f28f
View commit details
Copy full SHA for 1b0f28f
View code at this point
Browse repository at this point
Commits on Apr 5, 2024
#499: Added missing config properties to Spring Boot property discovery
bbottema
committed
80aa86f
View commit details
Copy full SHA for 80aa86f
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
#499: Expose finer-grained DKIM configuration through the builder api and disable 'l-param' by default
bbottema
committed
dabc518
View commit details
Copy full SHA for dabc518
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
#498: Finally implement builder API to configure S/MIME signing and/or encryption algorithms, and actually use it. Added tests to test some variations, including both RSA (already present) and DSA …
Show description for 0c681f2
bbottema
committed
0c681f2
View commit details
Copy full SHA for 0c681f2
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
#498: Start by adding support for the relevant properties for configurable S/MIME algorithms
bbottema
committed
19903d7
View commit details
Copy full SHA for 19903d7
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
#475: Added missing property that was modified (overloaded) to work with Spring Boot property config
bbottema
committed
3e9e971
View commit details
Copy full SHA for 3e9e971
View code at this point
Browse repository at this point
#475: Added Spring Boot support in the sense that we now generate a spring-configuration-metadata.json properly filled with all Simple Java Mail properties, used for hint support in IDE's that supp…
Show description for 539e3f2
bbottema
committed
539e3f2
View commit details
Copy full SHA for 539e3f2
View code at this point
Browse repository at this point
Commits on Feb 26, 2023
#447: Added value-defaulting control for individual properties, to make sure they don't get a default value
Show description for c1b266d
bbottema
committed
c1b266d
View commit details
Copy full SHA for c1b266d
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
Switched from Google OAuth2 to the built-in OAuth2 support
bbottema
committed
9fa0451
View commit details
Copy full SHA for 9fa0451
View code at this point
Browse repository at this point
#421: Added support for OAUTH2 using Google's XOAUTH2 reference implementation. Code double check and junit tests still pending...
bbottema
committed
e60027b
View commit details
Copy full SHA for e60027b
View code at this point
Browse repository at this point
Commits on Jul 28, 2022
#390: added api to disable client sided validations on email addresses and CRLF injection scanning
bbottema
committed
5d7dfd1
View commit details
Copy full SHA for 5d7dfd1
View code at this point
Browse repository at this point
Commits on Jul 12, 2022
#399: Change the builder interface to support other content transfer encoders. Includes property default and Spring property support
bbottema
committed
d1c56a7
View commit details
Copy full SHA for d1c56a7
View code at this point
Browse repository at this point
Commits on Jan 2, 2022
Fixed all URL's to the documentation website https://www.simplejavamail.org [skip ci]
bbottema
committed
c280347
View commit details
Copy full SHA for c280347
View code at this point
Browse repository at this point
Commits on May 31, 2021
#320: added byDefault S/MIME signing on the Mailer level. Also, the smime properties are not set on Email anymore but on Mailer. S/MIME signing can be overridden on a per/Email basis. Consolidated …
Show description for 1b25fbb
bbottema
committed
1b25fbb
View commit details
Copy full SHA for 1b25fbb
View code at this point
Browse repository at this point
Commits on Jul 11, 2020
added missing properties
bbottema
committed
d12e38e
View commit details
Copy full SHA for d12e38e
View code at this point
Browse repository at this point
#277: Added native support for setting SSL socket factory class
bbottema
committed
9828cb4
View commit details
Copy full SHA for 9828cb4
View code at this point
Browse repository at this point
Commits on Jul 9, 2020
clarify awesomeness of this release
bbottema
committed
cc06451
View commit details
Copy full SHA for cc06451
View code at this point
Browse repository at this point
#260: Changed default behavior to not auto-resolve, added api to enable it, added api to force resolving only from basepath or allow outside, added option to enforce resolution or fail with excepti…
Show description for 416399f
bbottema
committed
416399f
View commit details
Copy full SHA for 416399f
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
#260: Added api for setting baseUrl as String and added more junit tests and fixed subsequent bug
bbottema
committed
b8c63ec
View commit details
Copy full SHA for b8c63ec
View code at this point
Browse repository at this point
Commits on Jul 5, 2020
#260: dynamic datasource resolution for html embedded images
bbottema
committed
20c2158
View commit details
Copy full SHA for 20c2158
View code at this point
Browse repository at this point
Commits on Dec 19, 2019
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
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
Commits on Dec 15, 2019
released 6.0.0.beta-SNAPSHOT [skip ci]
bbottema
committed
860a0d5
View commit details
Copy full SHA for 860a0d5
View code at this point
Browse repository at this point
released 6.0.0.beta-SNAPSHOT [skip ci]
bbottema
committed
fcebb83
View commit details
Copy full SHA for fcebb83
View code at this point
Browse repository at this point
Commits on Nov 27, 2019
Clarified Spring support in javadoc
bbottema
committed
7691d1a
View commit details
Copy full SHA for 7691d1a
View code at this point
Browse repository at this point
Documented all modules and some public packages
bbottema
committed
19567e7
View commit details
Copy full SHA for 19567e7
View code at this point
Browse repository at this point
Commits on Oct 12, 2019
#222 Added property support for trusting SSL hosts and verifying server identity
bbottema
committed
1754118
View commit details
Copy full SHA for 1754118
View code at this point
Browse repository at this point
fixed critical typo
bbottema
committed
96709d3
View commit details
Copy full SHA for 96709d3
View code at this point
Browse repository at this point
solve minor warnings
bbottema
committed
36978da
View commit details
Copy full SHA for 36978da
View code at this point
Browse repository at this point
Commits on Oct 11, 2019
Added API and property support for configuring max connection claim timeout
bbottema
committed
9701d77
View commit details
Copy full SHA for 9701d77
View code at this point
Browse repository at this point
Commits on Aug 26, 2019
Started adding added support for custom load balancing strategy
bbottema
committed
6c71348
View commit details
Copy full SHA for 6c71348
View code at this point
Browse repository at this point
Commits on Jul 7, 2019
#214: Integrated connection pool's clustering support in Simple Java Mail's regular configuration facilities
bbottema
committed
bf6db36
View commit details
Copy full SHA for bf6db36
View code at this point
Browse repository at this point
Commits on Jul 3, 2019
#214: expose relevant connection pool properties for Simple Java Mail
bbottema
committed
74c0525
View commit details
Copy full SHA for 74c0525
View code at this point
Browse repository at this point
Commits on May 24, 2019
#211: improved Spring support by allowing users to autowire the email builder instead of the email.
bbottema
committed
7cdbbd5
View commit details
Copy full SHA for 7cdbbd5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.