index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Fixed estimation of generated size when no re-encoding is needed.
Vincent Richard
2015-05-08
1
-3
/
+11
|
*
Fixed issue #110: wrong number of bytes returned.
Vincent Richard
2015-05-05
1
-1
/
+1
|
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2015-05-03
1
-1
/
+2
|
\
|
*
Fixed uninitialized variable.
vincent-richard
2015-04-23
1
-1
/
+2
|
|
*
|
Fixed parsing of UTF8 email addresses (RFC-2047 local part + IDNA domain name).
Vincent Richard
2015-05-03
2
-30
/
+192
|
/
*
Fixed compilation issue on VS13.
Vincent Richard
2015-03-26
1
-2
/
+7
|
*
Fixed issue #106: exception class name is wrong.
Vincent Richard
2015-03-16
1
-2
/
+2
|
*
Inlined function to avoid issues with dllimport on MSVC/Windows.
Vincent Richard
2015-03-09
1
-116
/
+111
|
*
Issue #105: workaround for i2v() taking either a const or a non-const method.
Vincent Richard
2015-03-03
1
-1
/
+10
|
*
Fixed type.
Vincent Richard
2015-03-03
1
-7
/
+7
|
*
Display folder flags and use.
Vincent Richard
2015-03-03
1
-1
/
+31
|
*
Fixed unit test so that is does not depend on the current locale charset.
Vincent Richard
2015-02-19
2
-2
/
+22
|
*
Made word/parameter constructor with 'string' explicit to avoid implicit use ↵
Vincent Richard
2015-02-17
5
-7
/
+47
|
|
|
|
of default charset.
*
Skip word on unexpected error when fixing broken words.
Vincent Richard
2015-02-16
0
-0
/
+0
|
\
|
*
Skip word on unexpected error when fixing broken words.
Vincent Richard
2015-02-16
1
-1
/
+11
|
|
*
|
Skip word on unexpected error when fixing broken words.
Vincent Richard
2015-02-16
1
-1
/
+11
|
/
*
Issue #103: fix badly encoded words.
Vincent Richard
2015-02-16
21
-96
/
+640
|
*
Issue #99: replaced C99 VLAs with dynamic array using std::vector.
Vincent Richard
2015-02-01
1
-30
/
+30
|
*
Issue #101: 'x-uuencode' is an alias for 'uuencode'.
Vincent Richard
2015-02-01
1
-0
/
+1
|
*
Fixed issue #98: support for wrongly padded B64 words.
Vincent Richard
2015-01-14
3
-18
/
+89
|
*
Stop decoding when there are no more input bytes.
Vincent Richard
2015-01-14
1
-0
/
+3
|
*
Fixed possible memory leak.
Vincent Richard
2015-01-13
2
-4
/
+10
|
*
Fixed build issues when disabling messaging features.
Vincent Richard
2015-01-01
4
-2
/
+32
|
*
Fixed build issues when disabling filesystem features.
Vincent Richard
2015-01-01
3
-0
/
+23
|
*
Fixed buffer pointer offset when copying data.
Vincent Richard
2014-12-03
1
-1
/
+1
|
*
Don't throw in destructor.
Vincent Richard
2014-11-02
15
-81
/
+106
|
*
Fixed 'body_fld_lang' optional in IMAP response.
Vincent Richard
2014-09-19
2
-8
/
+35
|
*
Fixed hostname matching for OpenSSL (thanks to ElmüSoft).
Vincent Richard
2014-08-19
1
-4
/
+4
|
*
Build intermediate library for test runner and utils to speed up build.
Vincent Richard
2014-07-24
1
-4
/
+9
|
*
Use appropriate type for index.
Vincent Richard
2014-07-24
3
-9
/
+9
|
*
Certificate exception differentiation for easier error handling.
Vincent Richard
2014-07-24
24
-125
/
+991
|
*
Fixed example build command.
Vincent Richard
2014-07-24
1
-4
/
+5
|
*
Added support for language specification in RFC-2047 encoded words and ↵
Vincent Richard
2014-06-30
9
-18
/
+139
|
|
|
|
RFC-2231 parameter values.
*
Allow choosing between encoding modes for parameter values.
Vincent Richard
2014-06-17
4
-43
/
+182
|
*
Check for NULL pointer in 'ai_canonname'.
Vincent Richard
2014-06-08
1
-1
/
+1
|
*
Fixed decoding of '&-' in IMAP modified UTF-7 encoding.
Vincent Richard
2014-06-08
1
-2
/
+15
|
*
Fixed issue #86: workaround for invalid response from Exchange server.
Vincent Richard
2014-06-08
2
-9
/
+90
|
*
Removed useless 'virtual' inheritance (fixed issue #84).
Vincent Richard
2014-06-06
4
-4
/
+4
|
*
Fixed parsing of empty lines in header field value.
Vincent Richard
2014-06-01
3
-67
/
+66
|
*
Fixed segfault in POP3 test.
Vincent Richard
2014-06-01
1
-1
/
+13
|
*
Fixed auto_ptr<> not to be used with new[].
Vincent Richard
2014-05-27
1
-20
/
+12
|
*
Use string option instead of mutually exclusive bool options for charset and ↵
Vincent Richard
2014-05-27
3
-58
/
+57
|
|
|
|
TLS library.
*
Merge branch 'master' of https://github.com/kisli/vmime
--global
2014-05-27
0
-0
/
+0
|
\
|
*
Merge branch 'master' of https://github.com/kisli/vmime
--global
2014-05-27
0
-0
/
+0
|
|
\
*
|
\
Merge branch 'master' of https://github.com/kisli/vmime
--global
2014-05-27
0
-0
/
+0
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fixed ICU status code checking.
--global
2014-05-27
1
-8
/
+8
|
|
*
|
Fixed ICU status code checking.
Vincent Richard
2014-05-27
1
-8
/
+8
|
/
*
Merge branch 'master' of https://github.com/kisli/vmime
Vincent Richard
2014-04-21
2
-1
/
+2
|
\
|
*
Merge pull request #83 from NPU/master
Vincent Richard
2014-04-18
1
-0
/
+1
|
|
\
|
|
|
|
|
|
add charset ‘GBK’
|
|
*
add charset ‘GBK’
di3online
2014-04-18
1
-0
/
+1
|
|
|
|
|
|
|
|
|
|
|
|
GB18030 contains GBK, GBK contains gb2312.
[prev]
[next]