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: Webklex/php-imap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.2.0
Choose a base ref
...
head repository: Webklex/php-imap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 25, 2025

  1. List of alternatives updated

    Webklex committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    15d0142 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Reading whole lines from stream (#576)

    Replaced char-by-char retrieval from stream via fread() with fgets() to get full line from stream until EOF or newline. This speeds up data transfer by factor 10.
    wurst-hans authored May 7, 2025
    Configuration menu
    Copy the full SHA
    56f3b6b View commit details
    Browse the repository at this point in the history
  2. Changelog updated

    Webklex committed May 7, 2025
    Configuration menu
    Copy the full SHA
    5656386 View commit details
    Browse the repository at this point in the history
Loading