Skip to content

Commit

Permalink
Merge pull request #114 from mahmoudhossam/patch-1
Browse files Browse the repository at this point in the history
Correct RFC number for STATUS command
  • Loading branch information
emersion authored Apr 22, 2017
2 parents d5f783b + 24a735f commit 840b16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cmd_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (c *Client) Lsub(ref, name string, ch chan *imap.MailboxInfo) error {
// currently selected mailbox, nor does it affect the state of any messages in
// the queried mailbox.
//
// See RFC 2501 section 6.3.10 for a list of items that can be requested.
// See RFC 3501 section 6.3.10 for a list of items that can be requested.
func (c *Client) Status(name string, items []string) (*imap.MailboxStatus, error) {
if c.State != imap.AuthenticatedState && c.State != imap.SelectedState {
return nil, ErrNotLoggedIn
Expand Down

0 comments on commit 840b16b

Please sign in to comment.