class MailHandler::Receiving::Notification::NoDelay

there was no delay

Public Instance Methods

notify(search) click to toggle source
# File lib/mailhandler/receiving/notification/email/states.rb, line 43
def notify(search)
  return unless Time.now - search.started_at >= context.min_time_to_notify

  change_notification_state(search, Delay.new(context))
end