Skip to content

Commit 48d8e93

Browse files
committed
Missing method added
1 parent 6afea8b commit 48d8e93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ You can define your accounts inside the `config/imap.php` file:
139139
| --------------------- | ------------------------------------------------- | :-----: | ---------------------------------------------------------------------------------------------------------------------------- |
140140
| setConfig | array $config | self | Set the Client configuration. Take a look at `config/imap.php` for more inspiration. |
141141
| setReadOnly | bool $readOnly | self | Set read only property and reconnect if it's necessary. |
142+
| setFetchOption | integer $option | self | Fail proof setter for $fetch_option |
142143
| isReadOnly | | bool | Determine if connection is in read only mode. |
143144
| isConnected | | bool | Determine if connection was established. |
144145
| checkConnection | | | Determine if connection was established and connect if not. |

0 commit comments

Comments
 (0)