Tidy CLI migration dependencies

This commit is contained in:
DonVoo 2026-07-05 20:55:34 +02:00
parent 27206930f0
commit b1f3df679f
4 changed files with 65 additions and 8 deletions

View file

@ -71,7 +71,7 @@ type MboxEntry struct {
// ReadMboxList parst die Kopfzeilen aller Mails einer mbox-Datei (fuer die
// Nachrichtenliste). ReadMboxMessage liefert eine einzelne Mail als Rohtext.
func ReadMboxList(path string) ([]MboxEntry, error) { return nil, nil } // TODO Codex
func ReadMboxList(path string) ([]MboxEntry, error) { return nil, nil } // TODO Codex
func ReadMboxMessage(path string, index int) ([]byte, error) { return nil, nil } // TODO Codex
func safeMboxName(folder string) string {