|
5208 | 5208 | 'imap_close' => ['bool', 'stream_id'=>'resource', 'options='=>'int'], |
5209 | 5209 | 'imap_create' => ['bool', 'stream_id'=>'resource', 'mailbox'=>'string'], |
5210 | 5210 | 'imap_createmailbox' => ['bool', 'stream_id'=>'resource', 'mailbox'=>'string'], |
5211 | | -'imap_delete' => ['bool', 'stream_id'=>'resource', 'msg_no'=>'int', 'options='=>'int'], |
| 5211 | +'imap_delete' => ['bool', 'stream_id'=>'resource', 'msg_no'=>'string', 'options='=>'int'], |
5212 | 5212 | 'imap_deletemailbox' => ['bool', 'stream_id'=>'resource', 'mailbox'=>'string'], |
5213 | 5213 | 'imap_errors' => ['array|false'], |
5214 | 5214 | 'imap_expunge' => ['bool', 'stream_id'=>'resource'], |
|
5265 | 5265 | 'imap_thread' => ['array|false', 'stream_id'=>'resource', 'options='=>'int'], |
5266 | 5266 | 'imap_timeout' => ['mixed', 'timeout_type'=>'int', 'timeout='=>'int'], |
5267 | 5267 | 'imap_uid' => ['int|false', 'stream_id'=>'resource', 'msg_no'=>'int'], |
5268 | | -'imap_undelete' => ['bool', 'stream_id'=>'resource', 'msg_no'=>'int', 'flags='=>'int'], |
| 5268 | +'imap_undelete' => ['bool', 'stream_id'=>'resource', 'msg_no'=>'string', 'flags='=>'int'], |
5269 | 5269 | 'imap_unsubscribe' => ['bool', 'stream_id'=>'resource', 'mailbox'=>'string'], |
5270 | 5270 | 'imap_utf7_decode' => ['string|false', 'buf'=>'string'], |
5271 | 5271 | 'imap_utf7_encode' => ['string', 'buf'=>'string'], |
|
0 commit comments