kompiuter

Results 2 issues of kompiuter

Failed on the following tests: - `TestC`: Due to hard coded filepath separators -> now using `filepath.Join` - `TestSelectEach`: Rename not allowed before closing `tempfile` -> now closing tempfile instead...

There's a [StatusResp](https://github.com/emersion/go-imap/blob/1bdc3f86477cd3fb5c7aa2047d40e45d4faa0f09/status.go#L61) defining the status response type and code as defined in [RFC 3501 section 7.1](https://tools.ietf.org/html/rfc3501#section-7.1). I'd like to see the code returned when [client.Select](https://github.com/emersion/go-imap/blob/1bdc3f86477cd3fb5c7aa2047d40e45d4faa0f09/client/cmd_auth.go#L28) fails. Currently the status...

enhancement
client