Skip to content

Releases: ONLYOFFICE-QA/onlyoffice_iredmail_helper

v1.0.0

27 Jan 13:28
17fc39e
Compare
Choose a tag to compare

1.0.0 (2022-01-27)

New Features

  • Add all supported version to CI

Fixes

  • Fix dependencies problem with net/smpt on ruby-3.1

v0.3.0

27 Nov 18:57
5a51e1c
Compare
Choose a tag to compare

0.3.0 (2021-11-27)

New Features

  • Add include_read: true option to all mail getters to include even read mail
  • Add CodeQL check in CI

Changes

  • Freeze dependencies version in Gemfile.lock
  • Use new uploader for codecov instead of deprecated one
  • Require mfa for releasing gem
  • Reduce rubocop Metrics/ClassLength metric
  • Increase test coverage

v0.2.1

17 Sep 18:35
66214a6
Compare
Choose a tag to compare

0.2.1 (2020-09-17)

Fixes

  • Do not try to login more than once
  • Fix missing markdownlint config

v0.2.0

17 Sep 16:39
353e022
Compare
Choose a tag to compare

0.2.0 (2020-09-17)

New Features

  • Add IredMailHelper#get_email_by_subject method
  • Add support of rubocop-performance,
    rubocop-rake and rubocop-rspec
  • New method email_by_date_and_title
  • Add markdownlint checks in CI
  • Add dependabot config
  • Add rubocop checks in CI
  • Add missing yard documentation
  • Add task checking for 100% documentation
  • Add rake task for release gem on rubygems
    and GitHub Packages
  • New method to work with mailboxes IredMailHelper#mailboxes,
    IredMailHelper#create_mailbox, IredMailHelper#delete_mailbox
  • Create archive folder while move_out: true

Fixes

  • Fix using delete_email_by_subject for frozen strings
  • Fix coverage reports on non-ci environments

Changes

  • Minor refactor in private method
  • Use mail_by_subject insetead of get_email_by_subject
  • email_by_date_and_title perform start_with? match for subject
  • Add range param to email_by_date_and_title to specify day
    range in which to search for emails
  • Use GitHub Actions instead of TravisCI
  • Move source to ONLYOFFICE-QA organization
  • Cleanup gemspec file
  • Drop support of ruby <= 2.4 since they're EOLed
  • Freeze all development dependencies
  • Extract IredMailHelper#mark_message_as_seen to method