Skip to content

Commit 6590c07

Browse files
committed
Support section added
1 parent 6d021d9 commit 6590c07

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Laravel IMAP is an easy way to integrate the native php imap library into your *
2525
- [Attachments](#attachments)
2626
- [Advanced fetching](#advanced-fetching)
2727
- [Specials](#specials)
28+
- [Support](#support)
2829
- [Documentation](#documentation)
2930
- [Client::class](#clientclass)
3031
- [Message::class](#messageclass)
@@ -351,6 +352,35 @@ Find the folder containing a message:
351352
$oFolder = $aMessage->getContainingFolder();
352353
```
353354

355+
## Support
356+
If you encounter any problems or if you find a bug, please don't hesitate to create a new [issue](https://github.com/Webklex/laravel-imap/issues).
357+
However please be aware that it might take some time to get an answer :)
358+
359+
If you need **immediate** or **commercial** support, feel free to send me a mail at [email protected].
360+
361+
##### A little notice
362+
If you write source code in your issue, please consider to format it correctly. This makes it so much nicer to read
363+
and people are more likely to comment and help :)
364+
365+
``` php
366+
367+
echo 'your php code...';
368+
369+
```
370+
371+
will turn into:
372+
``` php
373+
echo 'your php code...';
374+
```
375+
376+
### Features & pull requests
377+
Everyone can contribute to this project. Every pull request will be considered but it can also happen to be declined.
378+
To prevent unnecessary work, please consider to create a [feature issue](https://github.com/Webklex/laravel-imap/issues/new?template=feature_request.md)
379+
first, if you're planning to do bigger changes. Of course you can also create a new [feature issue](https://github.com/Webklex/laravel-imap/issues/new?template=feature_request.md)
380+
if you're just wishing a feature ;)
381+
382+
>Off topic, rude or abusive issues will be deleted without any notice.
383+
354384
## Documentation
355385
### [Client::class](src/IMAP/Client.php)
356386
| Method | Arguments | Return | Description |

0 commit comments

Comments
 (0)