index
:
vmime
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: resolve a -Wunused-function compiler warning (#308)
Jan Engelhardt
2024-06-11
1
-2
/
+8
*
asciiPercent computation: another potential multiplication overflow (#307)
Jan Engelhardt
2024-05-21
2
-7
/
+5
*
vmime: prevent loss of a space during text::createFromString (#306)
Jan Engelhardt
2024-05-21
2
-61
/
+33
*
Fixes/comments for guessBestEncoding (#304)
Jan Engelhardt
2024-05-21
1
-4
/
+6
*
vmime: avoid changing SEVEN_BIT when encoding::decideImpl sees U+007F (#303)
Jan Engelhardt
2024-05-21
1
-1
/
+1
*
Resolve compiler warnings (#302)
Jan Engelhardt
2024-05-21
4
-23
/
+7
*
Fix OpenSSL initialization #299 (#300)
Ján Osuský
2024-03-04
1
-3
/
+11
*
url: strip leading slash from url-path (#298)
Jan Engelhardt
2024-03-04
1
-5
/
+12
*
url: repair off-by-one bug in extractHost (#297)
Jan Engelhardt
2024-03-04
1
-1
/
+1
*
url: add remark to documentation about hardcoded // substring (#293)
Jan Engelhardt
2024-01-30
1
-1
/
+4
*
url: support IPv6 literals (RFC 2732) (#292)
Jan Engelhardt
2024-01-30
4
-13
/
+75
*
Fixed use of old API (#287).
vincent-richard
2024-01-01
1
-1
/
+2
*
Add parsing feedback via parsingContext (#280)
bmagistro
2023-12-31
54
-77
/
+112
*
Configurable email add domain (#287)
bmagistro
2023-12-31
4
-12
/
+69
*
Avoid generating illegal Envelope-From with sendmail:// transport (#285)
Jan Engelhardt
2023-12-31
1
-1
/
+1
*
Build: add FreeBSD & libc++ compilation support (#288)
Jan Engelhardt
2023-12-31
2
-1
/
+8
*
Make default context thread_local (#286)
bmagistro
2023-12-31
2
-3
/
+10
*
Build: add Solaris compilation support (#282)
Jan Engelhardt
2023-11-09
1
-0
/
+5
*
Added utility function to convert byteArray to HEX string. Useful for printin...
Frode Roxrud Gill
2022-03-13
1
-0
/
+15
*
Added support for digest algorithm SHA256
Frode Roxrud Gill
2022-03-13
3
-3
/
+14
*
Fixed possible recursion crash when parsing mailbox groups.
vincent-richard
2022-01-25
6
-20
/
+39
*
Fixed Cppcheck issues.
Vincent Richard
2021-11-25
2
-5
/
+13
*
#268 Code style fixes + moved specific bits to IMAP namespace
Vincent Richard
2021-11-25
16
-684
/
+787
*
Implemented IMAP SEARCH
Jacek Piszczek
2021-10-29
13
-10
/
+803
*
fixed coding style
ibanic
2021-05-16
1
-2
/
+4
*
Prevent accessing empty buffer
ibanic
2021-05-15
1
-0
/
+4
*
#261 Workaround for bad SEARCH response with AOL IMAP server
vincent-richard
2021-05-11
1
-2
/
+12
*
SMTP/DSN refactoring.
vincent-richard
2021-04-03
13
-66
/
+265
*
Merge pull request #256 from jacadcaps/IMAP.PEEK
Vincent Richard
2021-03-31
3
-2
/
+8
|
\
|
*
IMAP PEEK support
Jacek Piszczek
2021-03-24
3
-2
/
+8
*
|
Merge pull request #258 from jacadcaps/processFetchResponse
Vincent Richard
2021-03-31
1
-0
/
+15
|
\
\
|
*
|
Fixed build
Jacek Piszczek
2021-03-25
1
-1
/
+4
|
*
|
Added missing includes
Jacek Piszczek
2021-03-24
1
-0
/
+2
|
*
|
Process Message-ID and In-Reply-To in EVELOPE
Jacek Piszczek
2021-03-24
1
-0
/
+10
|
|
/
*
|
Fixed parsing of IMAP astring.
vincent-richard
2021-03-24
1
-88
/
+49
*
|
Merge pull request #257 from jacadcaps/defaultCertificateVerifier
Vincent Richard
2021-03-24
4
-0
/
+118
|
\
\
|
*
|
Improved certificate verification
Jacek Piszczek
2021-03-24
4
-0
/
+118
|
|
/
*
|
Merge pull request #255 from jacadcaps/weak_ptr-checks
Vincent Richard
2021-03-24
7
-23
/
+95
|
\
\
|
*
|
Cosmetics
Jacek Piszczek
2021-03-24
1
-1
/
+1
|
*
|
Ensure disconnect() method always disconnect the underlying sockets.
Jacek Piszczek
2021-03-24
7
-24
/
+96
|
|
/
*
|
Merge pull request #253 from jacadcaps/MessageParser
Vincent Richard
2021-03-16
1
-1
/
+10
|
\
\
|
*
|
Default missing Content-Type to Text/Plain as per https://tools.ietf.org/html...
Jacek Piszczek
2021-03-16
1
-1
/
+10
|
|
/
*
|
Merge pull request #254 from jacadcaps/MessageParserDate
Vincent Richard
2021-03-16
1
-1
/
+7
|
\
\
|
*
|
Workaround a RECEIVED message field missing actual date info.
Jacek Piszczek
2021-03-16
1
-1
/
+7
|
|
/
*
|
Merge pull request #252 from jacadcaps/replyTo
Vincent Richard
2021-03-15
1
-1
/
+1
|
\
\
|
*
|
Fixed an ENVELOPE ReplyTo handling regression
Jacek Piszczek
2021-03-15
1
-1
/
+1
|
|
/
*
/
net/tls: Refactored re-throwing exceptions so that the original exception cla...
Jacek Piszczek
2021-02-24
6
-19
/
+21
|
/
*
#250 Fixed unquoted mailbox name
vincent-richard
2021-02-05
1
-3
/
+88
*
Fixed build with ICU 68.2-1
Your Name
2021-01-23
1
-1
/
+1
*
Fixed build with ICU 68.2-1
Your Name
2021-01-23
1
-1
/
+1
[next]