Tidy CLI migration dependencies
This commit is contained in:
parent
27206930f0
commit
b1f3df679f
4 changed files with 65 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue