Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 977 Bytes

CHANGELOG-v0.md

File metadata and controls

62 lines (39 loc) · 977 Bytes

Release Notes for IMAPd v0.x

v0.6.0 [unreleased]

  • MIT License
  • Remove Travis CI support.

v0.5.0

  • Use thefox/network 1.0.
  • Use thefox/logic 1.0.
  • Moved Yaml Storage to thefox/storage.

v0.4.0

  • PSR1/PSR2
  • PHP7 only.
  • Moved Make targets to Bash scripts.
  • Added PHPStan tests.
  • Use PHPUnit 6.2.
  • Moved Logic namespace to separate Repo.
  • Moved Network namespace to separate Repo.
  • Use PSR Logger Interface instead of own logger.
  • Renamed classes and functions.

v0.3.0

  • Coveralls removed.
  • PHP 7 ready.
  • Clean up.

v0.2.3

  • Code style fix.

v0.2.2

  • Long line fix.

v0.2.1

  • Release script.
  • Tests.

v0.2.0

  • Zend\Mail removed because it's buggy as hell. See blog post.

v0.1.2

  • Append command bugfixes.

v0.1.1

  • Version numbers.

v0.1.0

  • Basic functions: read, write, store, delete emails.
  • User events.

Blog post: http://blog.fox21.at/2014/08/07/imapd.html