Skip to content

Fix processing of attachments encoded as Latin 1 #2596

Fix processing of attachments encoded as Latin 1

Fix processing of attachments encoded as Latin 1 #2596

Triggered via pull request September 25, 2023 11:42
Status Success
Total duration 1m 39s
Artifacts

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build: lib/mail_handler/backends/mail_backend.rb#L407
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstArgumentIndentation: Indent the first argument one step more than Mail::Utilities.binary_unsafe_to_lf(. Raw Output: lib/mail_handler/backends/mail_backend.rb:407:13: C: [Correctable] Layout/FirstArgumentIndentation: Indent the first argument one step more than Mail::Utilities.binary_unsafe_to_lf(. convert_string_to_utf8(body.rstrip).string ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/