Skip to content

Commit aa18836

Browse files
committed
New release crafted & Readme layout fixed
1 parent b5416f5 commit aa18836

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ All notable changes to `webklex/laravel-imap` will be documented in this file.
55
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
66

77
## [UNRELEASED]
8+
9+
10+
## [1.0.2.3] - 2017-03-09
11+
### Added
812
-Code commented
913
-A whole bunch of functions and features added. To many to mention all of them ;)
1014
-Readme file extened
1115

16+
### Changes
17+
\Webklex\IMAP\Client
18+
\Webklex\IMAP\Message
19+
\Webklex\IMAP\Folder
20+
1221
## 0.0.1 - 2017-03-04
1322
### Added
1423
- new laravel-imap package

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ You can define your accounts inside the `config/imap.php` file:
140140
## Documentation
141141
### \Webklex\IMAP\Client
142142
| Method | Arguments | Return | Description |
143-
| --------------------- | :---------------------------------------------------: | :---------------: | ----------------------------------------------------------------------------------------------------------------------------: |
143+
| --------------------- | ----------------------------------------------------- | :---------------: | ---------------------------------------------------------------------------------------------------------------------------- |
144144
| setConfig | array $config | self | Set the Client configuration. Take a look at `config/imap.php` for more inspiration. |
145145
| setReadOnly | bool $readOnly | self | Set read only property and reconnect if it's necessary. |
146146
| isReadOnly | | bool | Determine if connection is in read only mode. |
@@ -163,21 +163,21 @@ You can define your accounts inside the `config/imap.php` file:
163163
| checkCurrentMailbox | | object | Check current mailbox |
164164

165165
### \Webklex\IMAP\Message
166-
| Method | Arguments | Return | Description |
167-
| --------------------- | :---------------------------------------------------: | :---------------: | ---------------------------------------: |
168-
| delete | | | Delete the current Message |
169-
| restore | | | Restore a deleted Message |
170-
| copy | string $mailbox, int $options | | Copy the current Messages to a mailbox |
171-
| move | string $mailbox, int $options | | Move the current Messages to a mailbox |
172-
| moveToFolder | string $mailbox | | Move the Message into an other Folder |
173-
| hasTextBody | | | Check if the Message has a text body |
174-
| hasHTMLBody | | | Check if the Message has a html body |
175-
| getTextBody | | | Get the Message text body |
176-
| getHTMLBody | | | Get the Message html body |
166+
| Method | Arguments | Return | Description |
167+
| --------------------- | ----------------------------- | :-----: | ---------------------------------------- |
168+
| delete | | | Delete the current Message |
169+
| restore | | | Restore a deleted Message |
170+
| copy | string $mailbox, int $options | | Copy the current Messages to a mailbox |
171+
| move | string $mailbox, int $options | | Move the current Messages to a mailbox |
172+
| moveToFolder | string $mailbox | | Move the Message into an other Folder |
173+
| hasTextBody | | | Check if the Message has a text body |
174+
| hasHTMLBody | | | Check if the Message has a html body |
175+
| getTextBody | | string | Get the Message text body |
176+
| getHTMLBody | | string | Get the Message html body |
177177

178178
### \Webklex\IMAP\Folder
179179
| Method | Arguments | Return | Description |
180-
| --------------------- | :-------------------------------------------------------: | :---------------: | ------------------------------------------------: |
180+
| --------------------- | --------------------------------------------------------- | :---------------: | ------------------------------------------------- |
181181
| hasChildren | | bool | Determine if folder has children. |
182182
| setChildren | array $children | self | Set children. |
183183
| getMessages | string $criteria | array | Get messages. |

0 commit comments

Comments
 (0)