lib/imap/backup/account/backup.rb in imap-backup-14.4.4 vs lib/imap/backup/account/backup.rb in imap-backup-14.4.5

- old
+ new

@@ -13,9 +13,11 @@ def initialize(account:, refresh: false) @account = account @refresh = refresh end + # Runs the backup + # @return [void] def run Logger.logger.info "Running backup of account: #{account.username}" # start the connection so we get logging messages in the right order account.client.login