Skip to content

Commit

Permalink
Added better explainer
Browse files Browse the repository at this point in the history
  • Loading branch information
itisNathaniel committed Aug 15, 2019
1 parent 1610ffe commit d10e564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ func GenerateSince(info MailboxInfo, since time.Time, markAsRead, delete bool) (
##### ... or all mail matching an IMAP search

```go
// GetCommand will pull all emails that have an internal date after the given time.
// GetCommand will pull all emails that match the provided IMAP Command.
// Examples of IMAP Commands include TO/FROM/BCC, some examples are here http://www.marshallsoft.com/ImapSearch.htm
func GetCommand(info MailboxInfo, IMAPCommand string, markAsRead, delete bool)
```

Expand Down

0 comments on commit d10e564

Please sign in to comment.