Contact Messages (contact_inbox)
================================
An inbox for the messages visitors send through the Form element of the Visual Builder (they are stored in the contact_messages table).

Install:  Plugins -> Browse Plugins -> Install (or Upload Plugin with contact_inbox.zip), then press Active.

Pages:    message-list.php  counters (today / week / month / total, Unread / Read / Replied), chips, search, one card per message
          message-view.php  the full message, reply (saved, optionally e-mailed through Setting -> Mail & Social), mark unread, delete

Data:     the plugin declares no table of its own - it uses contact_messages and creates it (plus replied_by / replied_at) when missing.
          Removing or turning off the plugin therefore never deletes any message.
Needs:    the admin panel icons calendar, trending-up, mail, check, send, arrow-left (admin/includes/icons.php); missing icons fall back to a grid icon.
