Releases: wheelercj/email-linter
Releases · wheelercj/email-linter
v0.0.7
The main change in this release is a bug fix. Some environments automatically add whitespace characters around JMAP tokens in files, which would make the tokens invalid and made email-linter panic. Now, email-linter trims any whitespace characters.
Changelog
v0.0.6
This release includes:
- optional request limits so people with massive numbers of emails in their inbox can still use email-linter
- support for emails received via CC or BCC
- a slightly improved output format
- bug fixes
- better instructions
Changelog
- 5075cdc Add a customizable limit to senders
- 1ba9c26 Add limits and totals to response sizes
- c5e50c0 Add missing newline characters to outputs
- 17544b4 Add more disposable email domains
- c79e8d3 Add support for emails received by CC or BCC
- bc9bd35 Add to readme the sections "why" and "caveat"
- 767893e Bump version to v0.0.6
- 5c54384 Clarify command option description
- 2c24672 Describe the email addresses as disposable instead of single-use
- 18a6e4c Filter inbox-forwarded multi-recipient duck addrs
- bfa7a3e Fix bug that listed others' addrs as the user's
- 7211dc6 Fix crash from certain kinds of emails in inbox
- 85233ad Fix download instructions
- e22fb9e Handle possibility of no single-use addresses being found
- da55441 Improve appendIfDisposable's documentation
- 088ab3a Improve instructions
- 2b6a6ae Improve instructions
- ff0c545 Improve instructions
- bdeda22 Improve wording
- ef219e8 Improve wording
- 45fee35 Link to Fastmail's Masked Email and fix typo
- a9daf9d Link to a page about Proton's hide-my-email aliases
- 5f9f8af Link to an article about JMAP
- 06f35b2 Link to services that use JMAP
- d17d379 Prepend v to version number
- 001cfbe Print message of no addresses being found to stderr
- 5725b2f Shorten many var & func names
- 3038af7 Show specific error message on requests too large
- e12835d Update link
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
Changelog
- 6be6ffd Add .goreleaser.yaml
- 0d409e6 Add implementation and update README.md
- d3aef48 Add sample-data to .gitignore
- f2fd7c0 Combine web requests for the inbox and spam folder IDs
- b058ebf Fix a few small bugs
- 7527677 Improve README.md
- f4034ef Initial commit
- bc40212 Move general JMAP functions from main.go to new file client.go
- afdda05 Set up Cobra and link to 1Password's Masked Email site
- 4384a42 Split the main function into multiple functions