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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
php-mail-client
/
Client
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
59
Code
Issues
11
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[WIP] Experimental fixes
- #14
#14
Closed
jkuchar
wants to merge 11 commits into
php-mail-client:master
php-mail-client/Client:master
from
jkuchar:experimental-fixes
jkuchar/MailLibrary:experimental-fixes
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
[WIP] Experimental fixes
#14
jkuchar
wants to merge 11 commits into
php-mail-client:master
php-mail-client/Client:master
from
jkuchar:experimental-fixes
jkuchar/MailLibrary:experimental-fixes
Copy head branch name to clipboard
Commits
Commits on Dec 29, 2015
loader: Fixed to be able to load Contact class (fixed indention back to tabs)
jkuchar
committed
6a4227d
View commit details
Copy full SHA for 6a4227d
Browse repository at this point
Contact: fixed uninitialized properties
jkuchar
committed
efd4f8d
View commit details
Copy full SHA for efd4f8d
Browse repository at this point
Commits on Dec 31, 2015
tests: added how to run tests and introduced tests config files
jkuchar
committed
ae6e560
View commit details
Copy full SHA for ae6e560
Browse repository at this point
composer: added forgotten library dependency
jkuchar
committed
7a88095
View commit details
Copy full SHA for 7a88095
Browse repository at this point
Mail: getHeader now returns NULL when header not available
jkuchar
committed
8ab921d
View commit details
Copy full SHA for 8ab921d
Browse repository at this point
ImapDriver: getHeaders fix headers parser bug, now properly handles whitespaces, normalizes UTF-8 strings and trims headers content
jkuchar
committed
1b615f1
View commit details
Copy full SHA for 1b615f1
Browse repository at this point
composer: added nette/utils as dependency (needed for work with UTF-8 strings)
jkuchar
committed
ae4c5e8
View commit details
Copy full SHA for ae4c5e8
Browse repository at this point
ImapDriver: removed server prefix from directory listings (todo: this should be configurable)
jkuchar
committed
2efd498
View commit details
Copy full SHA for 2efd498
Browse repository at this point
ImapDriver: do not parse contacts into objects (at all) TODO: Write proper bullet proof adrlist parser; PHP one is not realible at all
jkuchar
committed
2ec0552
View commit details
Copy full SHA for 2ec0552
Browse repository at this point
Mail: removed intelligent header name to property name mapping; this was totaly unpredictable and caused a lot of pain
Show description for a169cdf
jkuchar
committed
a169cdf
View commit details
Copy full SHA for a169cdf
Browse repository at this point
Commits on Feb 16, 2017
ImapDriver: bugfix; overrding variable
jkuchar
committed
052cedc
View commit details
Copy full SHA for 052cedc
Browse repository at this point
You can’t perform that action at this time.