0

I want to create a folder named "spam" for my local mail server. But it throws this error

After running, telnet localhost imap and logging in

list "" *

 * LIST (\HasNoChildren) "." "INBOX.mu-prop"
 * LIST (\Marked \HasChildren) "." "INBOX"

create spam

NO Invalid mailbox name
swayamraina
  • 101
  • 1

1 Answers1

0

Try:

create INBOX.spam

Your IMAP server is expecting all folders to have the INBOX prefix.

Martin Lee
  • 31
  • 1