Jakub Vrana 693dc5b8a7 IMAP: Delete message
Also support mailboxes with spaces
2025-03-18 12:35:36 +01:00
2025-03-17 17:37:29 +01:00
2025-03-17 19:58:20 +01:00
2025-03-18 12:35:36 +01:00
2025-03-17 14:29:07 +01:00
2014-11-11 08:41:58 -08:00
2025-03-15 09:38:06 +01:00
2025-02-19 11:16:44 +01:00
2025-03-16 21:49:39 +01:00
2025-03-10 09:09:09 +01:00
2025-02-19 11:16:46 +01:00
2021-02-06 10:45:48 +01:00
2025-03-07 19:42:21 +01:00
2025-03-17 19:58:21 +01:00

Adminer

Adminer is a full-featured database management tool written in PHP. It consists of a single file ready to deploy to the target server. Adminer Editor offers data manipulation for end-users.

https://www.adminer.org/

  • Supports: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle
  • Plugins for: Elasticsearch, SimpleDB, MongoDB, Firebird, ClickHouse, IMAP
  • Requirements: PHP 5.3+

Screenshot

screenshot

Installation

If downloaded from Git then run: git submodule update --init

  • adminer/index.php - Run development version of Adminer
  • editor/index.php - Run development version of Adminer Editor
  • editor/example.php - Example customization
  • plugins/readme.txt - Plugins for Adminer and Adminer Editor
  • adminer/plugin.php - Plugin demo
  • adminer/sqlite.php - Development version of Adminer with SQLite allowed
  • editor/sqlite.php - Development version of Editor with SQLite allowed
  • adminer/designs.php - Development version of Adminer with adminer.css switcher
  • compile.php - Create a single file version
  • lang.php - Update translations
  • tests/*.html - Katalon Recorder test suites
Description
Database management in a single PHP file
Readme 33 MiB
Languages
PHP 67.9%
CSS 22.2%
HTML 7.7%
JavaScript 2.2%