Skip to content

Commit 8934eac

Browse files
committed
Fix SMTP text flowed issue
1 parent 9536f48 commit 8934eac

File tree

7 files changed

+229
-325
lines changed

7 files changed

+229
-325
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ReadyMail",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"keywords": "communication, email, imap, smtp, esp32, esp8266, samd, arduino",
55
"description": "The fast and lightweight async Email client library for Arduino.",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=ReadyMail
22

3-
version=0.2.4
3+
version=0.2.5
44

55
author=Mobizt
66

src/ReadyMail.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include "./core/ReadyCodec.h"
1515
#include "./core/Utils.h"
1616

17-
#define READYMAIL_VERSION "0.2.4"
18-
#define READYMAIL_TIMESTAMP 1747385603
17+
#define READYMAIL_VERSION "0.2.5"
18+
#define READYMAIL_TIMESTAMP 1747493242
1919
#define READYMAIL_LOOPBACK_IPV4 "127.0.0.1"
2020

2121
#if defined(READYMAIL_DEBUG_PORT)

0 commit comments

Comments
 (0)