Skip to content

Commit ae91edc

Browse files
committed
Update Readme
1 parent 046afbc commit ae91edc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,3 +683,18 @@ For Gmail usage, setting 1024 bytes for both buffers i.e. `ESP_SSLClient::setBuf
683683
In addition, please don't forget to set the network client with `ESP_SSLClient::setClient()` and also `ESP_SSLClient::setInsecure()` when the server SSL certificate was not assigned for verification.
684684

685685
Anyway, for IMAP usage, the memory allocation may fail and get stuck when fetching the message body that requires more memory in the process, the core SSL client i.e. `WiFiSSLClient` is recommeneded for those devices in this case.
686+
687+
# License #
688+
689+
The code samples in this repository are licensed under the MIT License.
690+
691+
Copyright (c) 2025, Suwatchai K. All rights reserved.
692+
693+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
694+
695+
The above copyright notice and this permission notice shall be included in all
696+
copies or substantial portions of the Software.
697+
698+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
699+
700+
Last updated 2025-05-25 UTC.

0 commit comments

Comments
 (0)