Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message headers: skip records with unsupported characters #546

Merged
merged 6 commits into from
Aug 26, 2022
Merged

Message headers: skip records with unsupported characters #546

merged 6 commits into from
Aug 26, 2022

Conversation

ivanghisleni
Copy link
Contributor

@ivanghisleni ivanghisleni commented Aug 24, 2022

Fixes: #545

@Slamdunk
Copy link
Collaborator

Hi, can you also add tests please?

@ivanghisleni
Copy link
Contributor Author

@Slamdunk I'm generating test 😅

@Slamdunk
Copy link
Collaborator

Nice. You can also run the build locally, so the development feedback loop gets much faster, see https://github.com/ddeboer/imap#contributing-run-the-build-locally

src/Message/Headers.php Outdated Show resolved Hide resolved
@ivanghisleni ivanghisleni marked this pull request as ready for review August 24, 2022 10:25
@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #546 (7b43a68) into master (c2e4d72) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master     #546   +/-   ##
=========================================
  Coverage     95.57%   95.58%           
- Complexity      356      357    +1     
=========================================
  Files            45       45           
  Lines           837      838    +1     
=========================================
+ Hits            800      801    +1     
  Misses           37       37           
Impacted Files Coverage Δ
src/Message/Headers.php 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ivanghisleni
Copy link
Contributor Author

@Slamdunk I didn't change anything in AbstractPart.php where pipeline fails.... 😅

@Slamdunk Slamdunk changed the title solve issue 545 Message headers: skip records with unsupported characters Aug 26, 2022
@Slamdunk Slamdunk merged commit c8e26a0 into ddeboer:master Aug 26, 2022
@Slamdunk Slamdunk added the bug label Aug 26, 2022
saintsloth pushed a commit to saintsloth/imap that referenced this pull request Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mb_convert_encoding(): Illegal character encoding specified
2 participants