Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: barbushin/php-imap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.0
Choose a base ref
...
head repository: barbushin/php-imap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on May 23, 2022

  1. Prevent TypeError while constructing ConnectionException.

    Now handles \imap_errors() returning false.
    Addresses/avoids #671
    Andrew-Staves-Activ committed May 23, 2022
    Configuration menu
    Copy the full SHA
    01328a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Issue #680: Fix ValueError for imap_ping(), when the connection is …

    …already closed
    
    * Issue #680: Fix ValueError for `imap_ping()`, when the connection is already closed
    underdpt authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    9857a1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #674 from Andrew-Staves-Activ/master

    Prevent TypeError while constructing ConnectionException.
    Sebbo94BY authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    94107fd View commit details
    Browse the repository at this point in the history
Loading