scanner / asimap

Pure python based IMAP server with a MH based file store
BSD 3-Clause "New" or "Revised" License
43 stars 7 forks source link

Pretty print the IMAPClientCommand struct __str__ in to a nice expression of the command #238

Closed scanner closed 4 months ago

scanner commented 4 months ago

In the logged output it would probably be easier to read the parsed client commands if they printed out nicely.

Also do some cleanups in the parse module while at it.