Imapd Versions Save

IMAP server (library) to serve emails to an email client, written in pure PHP.

v0.3.0

6 years ago
  • Coveralls removed.
  • PHP 7 ready.
  • Clean up.

v0.4.0

6 years ago
  • 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.5.0

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

v0.2.3

9 years ago
  • Code style fix.

v0.2.2

9 years ago
  • Long line fix.

v0.2.1

9 years ago
  • Release script.
  • Tests.

v0.2.0

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

v0.1.2

9 years ago
  • Append command bugfixes.

v0.1.1

9 years ago
  • Version numbers.

v0.1.0

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

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