CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 17:21:58 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"30d70cf10e757063e2c9459fe552c772"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=gWUgOH6%2FKaOCv4XUPn8OLUxYhpuSmHORR0wZtLEcdygE3T%2B5mgiNLAb7kWpkQ7Idjv0AP3mQcwmifGW1UJTiQ9qSTiZ76DwFrAwHNej38jhHFzprK3gNZJ0I%2FvKURShU0nnxXAvL1XqLow3dE%2Fg%2B%2BgidTm6F55CV%2FOBya9qfZmitK%2F8WQB8YzNlA06UKj4ywl%2FGA73tsyeg2UeLt9plipl%2FeQLA4s%2FwXUGGCvkGQjPoajVrLURdrujVq6S6ZePW5AqZs37xS3UtVupCddULmIQ%3D%3D--5j2SReXQPXnmOgY6--eldWxweIbaFsYhbS%2FIa9Qg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.441980454.1753204917; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 17:21:57 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 17:21:57 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AD2A:2FB2AB:2044FB:25D67E:687FC8B5
Releases · barbushin/php-imap · GitHub
05 Dec 15:49
Loading
12 Mar 14:43
Loading
12 Mar 01:56
Loading
17 Feb 10:42
Loading
10 Jan 21:12
Loading
08 Jan 17:23
Loading
07 Jan 18:35
Loading
27 Dec 23:38
Loading
20 Nov 21:09
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 461
Releases: barbushin/php-imap
Releases · barbushin/php-imap
5.0.1
94107fd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
What's Changed
- Fix for
IMAP\Connection is already closed
#680 by @underdpt in #690 - Prevent TypeError while constructing ConnectionException. by @Andrew-Staves-Activ in #674
New Contributors
- @Andrew-Staves-Activ made their first contribution in #674
Full Changelog: 5.0.0...5.0.1
Assets 2
1 person reacted
5.0.0: Drop support for EoL PHP versions
13bdfa9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
What's Changed
- Drop support for EoL PHP versions by @Sebi94nbg in #667
Starting with this release, the PHP versions 7.2
and 7.3
are not supported anymore by this project. Only PHP 7.4
, 8.0
and 8.1
are supported.
Full Changelog: 4.5.3...5.0.0
Assets 2
1 person reacted
4.5.3: Fix encoding issues
d4f62bf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
What's Changed
- Issue #657: Fix encoding issues by @christianasche / @Sebi94nbg in #666
Full Changelog: 4.5.2...4.5.3
Assets 2
4.5.2: Bugfixes and code style improvements
f1e316b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
What's Changed
- Fix php-cs-fixer formatting issue by @Sebi94nbg in #661
- Bugfix: An argument $reverse of method \PhpImap\Imap::sort() has type boolean from PHP version 8 only by @alebedev80 in #659
New Contributors
- @alebedev80 made their first contribution in #659
Full Changelog: 4.5.1...4.5.2
Assets 2
4.5.1: Fix slowness on PHP 8.1
e630d64
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
What's Changed
- #655: Add missing PHP 8.1 support by @christianasche / @Sebi94nbg in #656
Full Changelog: 4.5.0...4.5.1
Assets 2
4.5.0: Add email flag properties and improve attachment handling
a572a21
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
What's Changed
- #529: Add email flags as properties by @Sebi94nbg in #653
- #585: Avoid fetching attachments when they are already downloaded by @yrccondor / @Sebi94nbg in #654
Full Changelog: 4.4.0...4.5.0
Assets 2
4.4.0: Improve ConnectionException handling
6332a9c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
Assets 2
4.3.0: Bug fixes, improvements and PHP 8.1 support
110add7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
- Fix various de-/encoding issues
- #604: Add
X-Original-To
header property - #582: Make
Cc
-list equivalent toTo
-list - #603: Add support for IMAP paths with leading/ending whitespaces
- Add support for original filename for attachments
- Add support for PHP 8.1
- Deduplication of code for collecting the header properties
- General code style improvements
- Fix various pipeline issues
Assets 2
2 people reacted
4.2.1: Fix syntax error
4.2.0: Bug fixes, improvements and PHP 8.x support
fb8be23
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
- Fix various encoding issues
- Fix broken inline images
- Fix incorrect MIME decoding
- Fix deprecated methods
- Avoid
TypeError
due to$lastError
beingboolean
(false) instead of astring
(strict types) - Add support for PHP 8.x
- Added new automated test cases, improved and removed some existing ones
- Fixed and improved Travis CI integration
- General code optimizations
Assets 2
Previous Next
You can’t perform that action at this time.