index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
net
/
imap
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
#261 Workaround for bad SEARCH response with AOL IMAP server
vincent-richard
2021-05-11
1
-0
/
+60
|
*
Fixed parsing of IMAP astring.
vincent-richard
2021-03-24
1
-0
/
+56
|
*
#250 Fixed unquoted mailbox name
vincent-richard
2021-02-05
1
-0
/
+56
|
*
Fixed false positives in tests.
vincent-richard
2020-04-06
1
-72
/
+94
|
*
Map '*' to '\*' in non-strict mode.
vincent-richard
2020-04-06
1
-0
/
+45
|
*
Added support for pipelined and out-of-order replies.
vincent-richard
2020-04-05
1
-17
/
+88
|
*
#213 Add support for invalid empty () in FETCH body structure (non-strict)
Vincent Richard
2019-04-18
1
-0
/
+31
|
*
Code style and clarity.
Vincent Richard
2018-09-05
4
-114
/
+130
|
*
Fixed #159: parsing error on invalid FETCH BODYSTRUCTURE response.
Vincent Richard
2017-01-18
1
-0
/
+34
|
*
Clarified object construction where 'enabled_shared_from_this' is used. Use ↵
Vincent Richard
2016-04-05
1
-2
/
+1
|
|
|
|
it only where it is needed.
*
Fixed 'body_fld_lang' optional in IMAP response.
Vincent Richard
2014-09-19
1
-0
/
+24
|
*
Fixed issue #86: workaround for invalid response from Exchange server.
Vincent Richard
2014-06-08
1
-0
/
+35
|
*
Fixed unit test.
Vincent Richard
2014-04-21
1
-1
/
+1
|
*
Unit tests for IMAP utils.
Vincent Richard
2014-03-17
1
-0
/
+283
|
*
Modified IMAP parser constructor to make testing easier.
Vincent Richard
2014-03-16
1
-4
/
+10
|
*
IMAP commands.
Vincent Richard
2014-03-15
1
-0
/
+484
|
*
Added test for "+" not followed by space in continue_req.
Vincent Richard
2014-01-16
1
-0
/
+37
|
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
2
-14
/
+15
|
*
Allow SPACEs at end of response line (Apple iCloud IMAP server).
Vincent Richard
2013-04-26
1
-0
/
+66
|
*
Added unit tests for IMAPTag. Initialize sequence number at 1.
Vincent Richard
2013-04-26
1
-0
/
+88