Closed uiri closed 7 years ago
I'm a little bit unsure on the removal of CommandType
because we'll probably need it once we start adding support for other commands. Do we want to take it out just to put it back in later? Then again, I guess since we're not actually using it now there's no need to have that functionality as it just complicates the code right now. I assume that was your reasoning?
Other than that, PR looks good.
Reviewed 19 of 19 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.
Comments from Reviewable
I decided to just go ahead and merge this. We're not using CommandType
functionality right now, and if necessary we can just add it back in later.
user
module as part of theserver
module. Separated outuser::session
.session
toimap
andSession
toImapSession
main
Command
toFetchCommand
and remove theCommandType
because only one type -Fetch
- exists.command
submodulesThis change is