Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.07 KB

File metadata and controls

32 lines (23 loc) · 1.07 KB

TUI - Complete Feature Guide

smtp4dev includes a comprehensive Terminal User Interface with all advanced features including editable settings, user/mailbox management, search/filter, HTML rendering, split-screen views, and real-time auto-refresh.

Quick Start

smtp4dev --tui --smtpport=2525 --imapport=1143

All 10 Advanced Features

  1. ✅ Editable Options - Full CRUD with persistence
  2. ✅ Enhanced MIME Parts - Tree view with sizes
  3. ✅ Mailbox/Folder Switching - Navigate structure
  4. ✅ Search and Filter - Messages and sessions
  5. ✅ HTML Rendering - Terminal-friendly display
  6. ✅ Keyboard Shortcuts - F1-F10 mapping
  7. ✅ Split-Screen Views - Live dual-panels
  8. ✅ Real-Time Auto-Refresh - Updates every 2-3 seconds
  9. ✅ User Management - Add/remove users
  10. ✅ Mailbox Management - Add/remove mailboxes

Keyboard Shortcuts

F1=Help | F2=Messages | F3=Sessions | F4=Logs | F5=Refresh | F10=Exit

Documentation

For complete documentation, examples, and troubleshooting, see: https://github.com/rnwood/smtp4dev/docs

Built with Spectre.Console