Releases: levz0r/gmail-tester
Releases · levz0r/gmail-tester
Ability to fetch attachments
Labels are here!
- Added a new option for searching by label. The default label is INBOX. Full list of labels can be found here: https://developers.google.com/gmail/api/guides/labels?hl=en (FR #65).
- Output a message when not enough arguments were provided to
init.js
. - Bump
googleapis
version to v85.0.0.
Refresh access token
- Exposed
refresh_access_token
which refreshes the access token on demand (See issue #50). - Using latest version of googleapis (66.0.0).
Minor update
- Using latest version of googleapis (59.0.0).
- Using latest version of cypress (5.1.0) in https://github.com/levz0r/gmail-tester/tree/master/examples/cypress.
- Minor security fixes in 3rd parties libraries.
- Organized https://github.com/levz0r/gmail-tester/tree/master/examples/cypress.
Version 1.3.0 is here!
- Fixed #33: API functions will return an array of matching messages.
- Use latest
googleapis
(v52.1.0). - Cypress example is now a standalone repo.
Breaking changes to check_inbox
Added option to include email bodies in check_email function
Added more search filters
- Messages can be filtered by sender, receiver, subject and epoch dates #4.
- Updated README.MD.