Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspiss authored Mar 9, 2019
1 parent 3d0ab71 commit bc6fab2
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 @@ -29,7 +29,8 @@ most return an enum `ImapTaggedResponse`, which can be either:
* OK: success
* NO: command was unsuccessful
* BAD: command not accepted by the server
Some other return data that has been requested, like `fetch` or `list`.

Sometimes, there are commands which have other return data, like `fetch` or `list`.

To select a folder, a simple call to `getFolder()` is sufficient:
```dart
Expand Down

0 comments on commit bc6fab2

Please sign in to comment.