Skip to content

Releases: wheelercj/email-linter

v0.0.7

04 Nov 05:56
78f93ba
Compare
Choose a tag to compare

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

  • d8a0f5b Add a specific description near the top
  • 4b52dcc Add privacy section
  • a15182e Capitalize section titles
  • 74edb58 Remove unnecessary whitespace
  • 78f93ba Remove whitespace around token from file

v0.0.6

10 May 07:27
767893e
Compare
Choose a tag to compare

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

12 Jan 00:25
Compare
Choose a tag to compare

Changelog

  • e93f161 Fix import
  • 708095f Prepare for publishing to the Go package index

v0.0.4

11 Jan 23:50
Compare
Choose a tag to compare

Changelog

  • 3b293d3 Add an option for keeping the JMAP API token in a file
  • 5161944 Follow suggestions made by go-staticcheck
  • 92df85c Rename env var API_TOKEN to JMAP_TOKEN

v0.0.3

11 Jan 20:56
Compare
Choose a tag to compare

Changelog

  • 60d4512 Add download instructions
  • 53d6077 Set up a GoReleaser action

v0.0.2

09 Dec 08:10
Compare
Choose a tag to compare

Changelog

  • 74cb4d3 Add a flag for printing the output as JSON

v0.0.1

09 Dec 03:09
Compare
Choose a tag to compare

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