Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Releases: forwardemail/free-email-forwarding

v2.1.3

28 Jun 17:36
v2.1.3
5b459d3
Compare
Choose a tag to compare
  • feat: added support for domain alias forwarding (closes #12) 8c20e2a

v2.1.2...v2.1.3

v2.1.2

27 Jun 15:05
v2.1.2
a325df4
Compare
Choose a tag to compare
  • fix: fixed formatting of error messages so they are more easily parsed (per #145) fe2aaab

v2.1.1...v2.1.2

v2.1.1

25 Jun 17:26
v2.1.1
2276365
Compare
Choose a tag to compare
  • fix: bumped deps 5b4e352
  • fix: fixed [Object object] output issue 7acaee7
  • fix: ava 1.x -> 2.x, parse From for setting of Reply-To, added human friendly messages 347d6a4
  • fix: fixed double quote issue a01cff0

v2.1.0...v2.1.1

v2.1.0

10 Jun 06:17
v2.1.0
5e6845a
Compare
Choose a tag to compare

v2.0.1...v2.1.0

v2.0.1

08 May 22:47
v2.0.1
055e73b
Compare
Choose a tag to compare
  • feat: added ability for multiple recipients, global catch-alls, and recursive lookups, and fixed DNS, FQDN, and custom error handling (closes #87, closes #112, closes #32, closes #8, closes #24, closes #82, closes #12) bf3ef55
  • fix: fixed return early per @andris9, fixed quotes on no-reply 560ccd7

v2.0.0...v2.0.1

v2.0.0

06 May 22:48
v2.0.0
7657222
Compare
Choose a tag to compare
  • fix: fixed API usage in README (closes #130) e705903
  • feat: version 2 released thanks to @andris9 672316c
  • docs: fixed note about MX records db0df5e
  • fix: fixed reply-to issue and rcptTo mapping f88c68f
  • docs: fixed a > an adc46ce
  • docs: fixed remark typos 917a257
  • docs: added note for GoDaddy 1848f88
  • fix: switch Promise.all to Promise.each cb72738
  • docs: updated docs for FQDN (per #83, #109) d8eeab4
  • fix: added softfail to list df26bd9
  • feat: rewrote DKIM implementation with python-dkim-verify c709c13
  • fix: fixed SPF validation issue (none was missing) d22e0db
  • fix: removed test file e8b141a
  • feat: added support for reverse SPF (closes #101) 27dbd81
  • fix: fixed SPF and DKIM check validation (closes #108 #106 #105) cb3c0ed
  • fix: re-enable spam checking 0e06609
  • fix: fixed SPF issues (closes #101 and possibly #96) 203bea4
  • fix: fixed tests 2c77331
  • fix: fixed tests af9e16b
  • fix: allow SPF neutral and none, allow DKIM to pass if none passed e3a2928
  • fix: fixed sending FROM Gmail address being forwarded to (closes #73) 4411b06
  • fix: undo content-type and mime deletion 41d5122
  • fix: removed mime-version and content-type stripping (closes #85) 558d32e
  • fix: attempt to run 10.15.0 vs. 10.15.1 for travis tests bcc6208
  • docs: added note about PTR record for self-hosted (closes #81) 7452501
  • fix: updated disposable-email-domains (closes #93) 56d6ee6
  • docs: added dnsbl to docs 9276d3f
  • fix: fixed #80 fe6ef2f
  • docs: fixed #78 e1e844c
  • fix: fixed CI tests 4816d32
  • fix: pick lowest priority server, add no-reply auto-response 5e69b6b
  • fix: bump deps fe4e095
  • fix: removed package-lock.json per #67 71e0ccf
  • Allow to configure everything (#67) 42b9926
  • docs: fix per #61 6a53576
  • docs: fixed remark 33d028b
  • docs: fixed typo in README 4e1bf3d
  • docs: fix ecosystem.json link (#55) 11263cb
  • Added missing step to config (#56) 2bb123e
  • fix: use the FROM instead of client hostname 3bf0d4a
  • docs: fixed table fence 8cc3e19
  • clarify example (#54) d2e05d5
  • fix: fixed dnsbl support 4cd5565
  • feat: added support for multi-line TXT records (closes #33, closes #5) 2408fda
  • docs: updated note because some people did not see it 6c321af
  • docs: added note about DMARC policy friendly-from solution 0584f27
  • fix: fixed SPF parsing of address (closes #53) 0e23dcc
  • docs: updated docs with friendly-from notes 18e29bb
  • docs: fixed typo e3c01e7
  • fix: fixed obj.from issue e42640c
  • fix: do not overwrite existing reply-to (closes #52) 0d8ce8c
  • fix: fixed issue with missing DKIM TXT record 6aa476c
  • fix: dnsbl causing timeout 4e7bbc7
  • feat: rework with new features and bug fixes e8f62c1
  • feat: enables catch-all if specific redirects fail (fixes #8, per #46) eccfd38
  • docs: fixed outdated information (thanks @ZachSaucier) f2c83f6
  • docs: explain how to make send-as work with Google Apps (#43) 1bbdd4f
  • fix: fixed travis tests using is-ci for CI detection 373634b
  • docs: fixed typo 8161692
  • docs: fixed line break issue d4f26df
  • feat: added Gmail "Send Mail As" support (closes #2) d278ce1
  • fix: added redis to travis config a06b700
  • chore: upgraded deps, fixed tests, fixed linting 20fe370
  • add support for IDN usernames (#36) 62fde30
  • Added Driftbot 0ecbe39
  • Fixed IDN support (closes #26) c9a48c2
  • Fixed script tag rendering 7a5008f
  • Added docute-emojify d780c11
  • Added badge to repo for donations 9c510fb
  • Fixed tests f9a75db
  • Added more verbose error for DKIM/spf records not matching 24efa45
  • Allow alexa to go through f54796a
  • Fixed eslint version 2adf354
  • Fixed hostname for SMTP connection ac6b99c
  • Fixed broken test by downgrading smtp-server and nodemailer versions 0f45ab7
  • Ignore subdomains on parsing of sender domains 0b9194e
  • Resolved well-known provider issue, Resolved spamc error catching (closes #16, closes #13) 5cb8139
  • Added python dep 9f0e9b3
  • Updated gitignore 82e9e9f
  • Added blacklist 4b0e639
  • Revert "Disable spamc checking for now until #13 resolved" 1b6183a
  • Disable spamc checking for now until #13 resolved 329d9c6
  • Create CNAME cbf58fc
  • Delete CNAME 37a9e3c
  • Fixed env only log output to console and flushed logs d3b907c
  • Fixed section header d480648
  • Merge pull request #11 from PotatoCurry/patch-1 5c8d358
  • Rephrased header c4f43fc
  • Updated SEO tags 977a2eb
  • Fixed typo 660c85a
  • Fixed hr c381941
  • Fixed formatting 79f3119
  • Added config.js to ignores fc439db
  • More docs, CNAME setup, Fixed lodash deps b7e1898
  • Temp disable of tests for rate limiting 1bb8852
  • Added DKIM to test environment 43fa3f4
  • Updated README with SPF/DMARC instructions 672803f

0769047...v2.0.0