You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a basic example, which will echo out all Mails within all imap folders
39
55
and will move every message into INBOX.read. Please be aware that this should not be
@@ -80,32 +96,37 @@ foreach($folders as $folder){
80
96
| Kerberos error: No credentials cache file found (try running kinit) (...) | Uncomment "DISABLE_AUTHENTICATOR" inside and use the `legacy-imap` protocol `config/imap.php`|
81
97
82
98
83
-
## Support
84
-
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).
85
-
However please be aware that it might take some time to get an answer.
86
-
87
-
Off topic, rude or abusive issues will be deleted without any notice.
88
-
89
-
##### A little notice
99
+
## Support
100
+
If you encounter any problems or if you find a bug, please don't hesitate to create a new
However please be aware that it might take some time to get an answer.
103
+
104
+
Off topic, rude or abusive issues will be deleted without any notice.
105
+
106
+
If you need **immediate** or **commercial** support, feel free to send me a mail at [email protected].
107
+
108
+
##### A little notice
90
109
If you write source code in your issue, please consider to format it correctly. This makes it so much nicer to read
91
-
and people are more likely to comment and help :)
92
-
93
-
```php
94
-
95
-
echo 'your php code...';
96
-
97
-
```
98
-
99
-
will turn into:
110
+
and people are more likely to comment and help :)
111
+
112
+
```php
113
+
114
+
echo 'your php code...';
115
+
116
+
```
117
+
118
+
will turn into:
100
119
```php
101
-
echo 'some comment...';
120
+
echo 'your php code...';
102
121
```
103
-
104
-
### Features & pull requests
122
+
123
+
### Features & pull requests
105
124
Everyone can contribute to this project. Every pull request will be considered but it can also happen to be declined.
106
-
To prevent unnecessary work, please consider to create a [feature issue](https://github.com/Webklex/laravel-imap/issues/new?template=feature_request.md)
107
-
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)
108
-
if you're just wishing a feature ;)
125
+
To prevent unnecessary work, please consider to create a
0 commit comments