Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
barbushin
/
php-imap
Public
Notifications
You must be signed in to change notification settings
Fork
456
Star
1.7k
Code
Issues
49
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Update master branch to current 6.x code base
- #757
#757
Merged
Sebbo94BY
merged 31 commits into
master
barbushin/php-imap:master
from
6.x
barbushin/php-imap:6.x
Copy head branch name to clipboard
May 10, 2026
Conversation
Commits
31
(31)
Checks
Files changed
Merged
Update master branch to current 6.x code base
#757
Sebbo94BY
merged 31 commits into
master
barbushin/php-imap:master
from
6.x
barbushin/php-imap:6.x
Copy head branch name to clipboard
Commits
Commits on May 10, 2026
Extend unit tests and fix decoding bug
Sebbo94BY
committed
a085b42
View commit details
Copy full SHA for a085b42
Browse repository at this point
Merge pull request #742 from barbushin/Extend-Unit-Tests
Show description for 31cfdf0
Sebbo94BY
authored
31cfdf0
View commit details
Copy full SHA for 31cfdf0
Browse repository at this point
Add note regarding unbundled ext-imap for PHP 8.4.x and newer
Sebbo94BY
committed
d41b448
View commit details
Copy full SHA for d41b448
Browse repository at this point
Merge pull request #743 from barbushin/Issue-727-Add-note-regarding-ext-imap-on-PHP-8.4.x
Show description for 9345d9c
Sebbo94BY
authored
9345d9c
View commit details
Copy full SHA for 9345d9c
Browse repository at this point
Fix implicit nullability deprecation
Show description for 4800cb6
Sebbo94BY
committed
4800cb6
View commit details
Copy full SHA for 4800cb6
Browse repository at this point
Merge pull request #744 from barbushin/Fix-implicit-nullability-deprecation
Show description for db7b829
Sebbo94BY
authored
db7b829
View commit details
Copy full SHA for db7b829
Browse repository at this point
Fix wrong German Umlauts conversion
Sebbo94BY
committed
fc8047f
View commit details
Copy full SHA for fc8047f
Browse repository at this point
Merge pull request #745 from barbushin/Issue-730-Fix-wrong-German-Umlauts
Show description for 3f82c2b
Sebbo94BY
authored
3f82c2b
View commit details
Copy full SHA for 3f82c2b
Browse repository at this point
Add fallback for SEEN SINCE searches and document IMAP behavior
Sebbo94BY
committed
b35711f
View commit details
Copy full SHA for b35711f
Browse repository at this point
Merge pull request #746 from barbushin/Issue-720-Fix-incorrect-SEEN-handling
Show description for 0e9b28b
Sebbo94BY
authored
0e9b28b
View commit details
Copy full SHA for 0e9b28b
Browse repository at this point
Issue 691: Expose missing Message-ID reference headers
Show description for 753f357
Sebbo94BY
committed
753f357
View commit details
Copy full SHA for 753f357
Browse repository at this point
Merge pull request #747 from barbushin/Issue-691-Add-missing-messageId-reference-headers
Show description for 4d62abb
Sebbo94BY
authored
4d62abb
View commit details
Copy full SHA for 4d62abb
Browse repository at this point
Fix broken decodeStringFromUtf7ImapToUtf8() function
Show description for 90396e6
Sebbo94BY
committed
90396e6
View commit details
Copy full SHA for 90396e6
Browse repository at this point
Merge pull request #748 from barbushin/Fix-broken-decodeStringFromUtf7ImapToUtf8-function
Show description for 2d790d9
Sebbo94BY
authored
2d790d9
View commit details
Copy full SHA for 2d790d9
Browse repository at this point
Fix flattenParts() for PARTY_TYPE_TWO
Show description for e3f9c9d
Sebbo94BY
committed
e3f9c9d
View commit details
Copy full SHA for e3f9c9d
Browse repository at this point
Merge pull request #749 from barbushin/Fix-flattenParts-for-PARTY_TYPE_TWO
Show description for 5d26eee
Sebbo94BY
authored
5d26eee
View commit details
Copy full SHA for 5d26eee
Browse repository at this point
Deduplicate and fix disposition checks
Show description for e25c160
Sebbo94BY
committed
e25c160
View commit details
Copy full SHA for e25c160
Browse repository at this point
Merge pull request #750 from barbushin/Deduplicate-and-fix-disposition-checks
Show description for 5a1a683
Sebbo94BY
authored
5a1a683
View commit details
Copy full SHA for 5a1a683
Browse repository at this point
Preserve original attachment filenames
Show description for 0ac8c44
Sebbo94BY
committed
0ac8c44
View commit details
Copy full SHA for 0ac8c44
Browse repository at this point
Merge pull request #751 from barbushin/Preserve-original-attachment-filenames
Show description for be7d10a
Sebbo94BY
authored
be7d10a
View commit details
Copy full SHA for be7d10a
Browse repository at this point
Refactor php-cs-fixer config and apply changes
Sebbo94BY
committed
58bfd43
View commit details
Copy full SHA for 58bfd43
Browse repository at this point
Fix failing PHPUnit tests
Sebbo94BY
committed
51bc2f0
View commit details
Copy full SHA for 51bc2f0
Browse repository at this point
Merge pull request #752 from barbushin/Refactor-php-cs-fixer-config
Show description for c139a6e
Sebbo94BY
authored
c139a6e
View commit details
Copy full SHA for c139a6e
Browse repository at this point
Add support for keep original attachment filenames
Show description for 0410683
Sebbo94BY
committed
0410683
View commit details
Copy full SHA for 0410683
Browse repository at this point
Merge pull request #753 from barbushin/Add-support-for-keep-original-attachment-filenames
Show description for 620cd06
Sebbo94BY
authored
620cd06
View commit details
Copy full SHA for 620cd06
Browse repository at this point
Fix incorrect IMAP-style sequence-set element handling
Show description for 329d631
Sebbo94BY
committed
329d631
View commit details
Copy full SHA for 329d631
Browse repository at this point
Merge pull request #754 from barbushin/Fix-incorrect-IMAP-sequence-handling
Show description for ec2f73c
Sebbo94BY
authored
ec2f73c
View commit details
Copy full SHA for ec2f73c
Browse repository at this point
Fix boolean received error in getFileInfo()
Show description for b5a8680
Sebbo94BY
committed
b5a8680
View commit details
Copy full SHA for b5a8680
Browse repository at this point
Merge pull request #755 from barbushin/Fix-boolean-received-error-in-getFileInfo-function
Show description for 3c580e1
Sebbo94BY
authored
3c580e1
View commit details
Copy full SHA for 3c580e1
Browse repository at this point
Issue #700: Automatically expose all custom headers
Show description for c8c57d6
Sebbo94BY
committed
c8c57d6
View commit details
Copy full SHA for c8c57d6
Browse repository at this point
Merge pull request #756 from barbushin/Automatically-expose-all-custom-headers
Show description for f16c7a4
Sebbo94BY
authored
f16c7a4
View commit details
Copy full SHA for f16c7a4
Browse repository at this point
You can’t perform that action at this time.