All Versions
68
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v0.1.9 Changes
April 29, 2019๐ Fixed
- Empty ptr constant
-
v0.1.8 Changes
April 29, 2019โ Added
- Reverse trace, issue details
๐ Fixed
- Behaviour of current host address resolver, issue details
๐ Changed
Truemail::VERSION
- ๐ gem documentation
-
v0.1.7 Changes
April 17, 2019 -
v0.1.6 Changes
April 08, 2019โ Added
- ๐ MX gem logic with RFC 7505, null MX record supporting, issue details
- [Contributing guideline](CONTRIBUTING.md)
๐ Fixed
- ๐ Multihomed MX records supporting, issue details
๐ Changed
Truemail::VERSION
- ๐ gem documentation
-
v0.1.5 Changes
April 05, 2019โ Added
- Retries for
Truemail::Validate::Smtp
for cases when one mx server
๐ Changed
Truemail::Configuration
class, please use.connection_attempts
instead.retry_count
Truemail::VERSION
- ๐ gem documentation
- Retries for
-
v0.1.4 Changes
April 01, 2019โ Added
- ๐ Checking A record presence if
MX
andCNAME
records not exist, issue details - ๐ Handling of
CNAME
records, issue details - ๐ Checking A record if
MX
andCNAME
records not found, issue details - ๐ Supporting of multihomed MX records, conversion host names to ips, issue details
- ๐ง Timeout configuration for DNS resolver, issue details
.valid?
helper
๐ Changed
Truemail::VERSION
- ๐ gem documentation
- ๐ Checking A record presence if
-
v0.1.3 Changes
March 27, 2019โ Added
- Independent domain name extractor to
Truemail::Validate::Mx#run
๐ Fixed
- Default
REGEX_EMAIL_PATTERN
, issue details- local part of address can't start with a dot or special symbol
- local part of address can include
+
symbol
- Default
REGEX_DOMAIN_PATTERN
, issue details- TLD size increased up to 63 characters
- ๐ Case sensitive domain names, issue details
๐ Changed
Truemail::VERSION
- ๐ gem documentation
- Independent domain name extractor to
-
v0.1.0 Changes
March 26, 2019โ Added
- 'SMTP safe check' option for cases when SMTP server does not return an exact answer that the email does not exist.
Truemail.configure do |config| config.verifier_email = '[email protected]' config.smtp_safe_check = true end Truemail.validate('[email protected]')