Use php functions instead of imap functions#1072
Merged
michield merged 1 commit intophpList:release-3.7.0from May 26, 2025
Merged
Use php functions instead of imap functions#1072michield merged 1 commit intophpList:release-3.7.0from
michield merged 1 commit intophpList:release-3.7.0from
Conversation
Member
|
sorry, there's an annoying conflict due to me editing the /PULL_REQUEST_TEMPLATE.md I've set the target branch to the release-1.7.0 If you update the conflict we can mark this ready to merge. |
91398ab to
e8b911b
Compare
e8b911b to
d2aee37
Compare
Contributor
Author
|
I have rebased my changes onto the release-3.7.0 branch locally and force-pushed my change. That seems to have removed the conflict with PULL_REQUEST_TEMPLATE. |
michield
approved these changes
Mar 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The php-imap2 package used by the IMAP2 plugin doesn't replace the
imap_qprintandimap_base64functions correctly. To avoid any problems with using those functions the equivalent php functionsquoted_printable_decodeandbase64_decodecan be used instead.Related Issue
#1063
Screenshots (if appropriate):