Back to Changelog
Panel Backend
v1.0.115
Critical fix: Mail queue UI now correctly displays all queue entries
Bug Fix
1- Mail queue UI was always showing empty — parseQueueOutput() had a scanner bug that skipped the first data line after the header, causing ALL queue entries to be missed. Fixed by replacing bufio.Scanner with a simple string split loop.