gmailgem/gmail

View on GitHub
lib/gmail/message.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Message has 31 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Message
    PREFETCH_ATTRS = ["UID", "ENVELOPE", "BODY.PEEK[]", "FLAGS", "X-GM-LABELS", "X-GM-MSGID", "X-GM-THRID"].freeze

    # Raised when given label doesn't exists.
    class NoLabelError < RuntimeError; end
Severity: Minor
Found in lib/gmail/message.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status