HaskellNet icon indicating copy to clipboard operation
HaskellNet copied to clipboard

Fixed typo

Open mpscholten opened this issue 2 years ago • 0 comments

Fixes a typo in the pListLine parser. IMAP uses Noinferiors instead of Noinferior. That causes lines in the output of IMAP.list that contain Noinferiors to not show up.

E.g. an output like this:

* LIST (\\Noinferiors \\Sent) \"/\" \"Sent\"\r\n

Cannot be parsed with the current parser.

mpscholten avatar Oct 07 '23 15:10 mpscholten