Hoa V. Dinh
f58b1d7581
Fixed issue with space in names ( #207 )
7 years ago
Hoà V. DINH
e15fdb4afb
Merge pull request #206 from cuisinart/master
Fixed IMAP Idle for Windows Build
7 years ago
cuisinart
936bde4fcc
Fixed IMAP Idle for Windows Build
select in windows cannot be used with non-sockets, use
WaitForMultipleObjects instead.
7 years ago
Hoa V. Dinh
754e815e98
iOS 8.4
7 years ago
Hoa V. DINH
9406a001e7
Xcode 6.4
7 years ago
Hoa V. DINH
a04fadba22
Fixed potential crasher
7 years ago
Hoa V. DINH
2bbd57231f
Fixed crash in email generation
7 years ago
Hoà V. DINH
20456ac332
Merge pull request #204 from yuklai/master
Update parameter for mailimap_has_extension and mailimap_has_authentication to use const char *
7 years ago
Yuk Lai Suen
1f970d7a3e
Update parameter for mailimap_has_extension and mailimap_has_authentication to use const char *
7 years ago
Hoa V. Dinh
9d88f56dde
Fixes of the workaround for qq.com IMAP server
7 years ago
Hoa V. Dinh
66b3650d87
Implemented workaround for qq mail ( #200 )
7 years ago
Hoa V. Dinh
959f87c709
Fixed #198 , #173 : parse missing closing quote if it's not parsed as part of a word with an opening quote in a phrase
7 years ago
Hoà V. DINH
2dd94c732b
Merge pull request #194 from zhanleewo/patch-2
Update mailimap.c
7 years ago
Lin Zhan
a52aef4819
Update mailimap.c
#190 parse response
7 years ago
Hoà V. DINH
13de63f249
Merge pull request #193 from zhanleewo/patch-1
Added macro LIBETPAN_HAS_MAILIMAP_163_WORKAROUND
8 years ago
Lin Zhan
1f8408718f
Update mailimap.h
Changed ENABLE_163_WORKAROUND to LIBETPAN_HAS_MAILIMAP_163_WORKAROUND
8 years ago
Lin Zhan
8aeca42f2a
Update mailimap.h
8 years ago
Lin Zhan
b66b77bafb
Add macro ENABLE_163_WORKAROUND
I have added this feature into the mailcore2, the compiler will ignore this feature if someone compile the new version of mailcore2 without this patch and this macro definition.
8 years ago
Hoà V. DINH
050f15f30c
Merge pull request #190 from zhanleewo/patch-1
Implemented workaround for 163.com servers.
8 years ago
Hoa V. Dinh
36581edc90
Send top-level multiple search without parenthesis
8 years ago
Hoa V. Dinh
19112615db
Use closesocket() on windows
8 years ago
Lin Zhan
d3770a9835
Update mailimap.c
changed parameter name from `imap` to `session`.
8 years ago
Lin Zhan
4175a4ebaf
Update mailimap.c
8 years ago
Lin Zhan
40518e0f5d
Update mailimap.h
8 years ago
Lin Zhan
12f9dd83c3
Update mailimap_types.h
changed mailimap's member `complex_command_tag_enabled` to `is_163_workaround_enabled`.
8 years ago
Lin Zhan
00b201eb31
Update mailimap.h
changed
` int mailimap_is__complex_command_tag_enabled(mailimap * imap); `
` void mailimap_set_complex_command_tag_enabled(mailimap * imap, int enabled);`
to
`int mailimap_is_163_workaround_enabled(mailimap * imap);`
`void mailimap_set_163_workaround_enabled(mailimap * imap, int enabled);`
8 years ago
Lin Zhan
293143a246
Update mailimap.c
changed
` int mailimap_is__complex_command_tag_enabled(mailimap * imap); `
` void mailimap_set_complex_command_tag_enabled(mailimap * imap, int enabled);`
to
`int mailimap_is_163_workaround_enabled(mailimap * imap);`
`void mailimap_set_163_workaround_enabled(mailimap * imap, int enabled);`
8 years ago
Lin Zhan
1ea3f883cd
Update mailimap.c
8 years ago
Lin Zhan
382bccb740
Update mailimap.c
8 years ago
Lin Zhan
dc4410f9c7
Update mailimap.h
8 years ago
Lin Zhan
09c5ad3b39
Update mailimap.h
8 years ago
Lin Zhan
ce9989d749
Update mailimap_types.h
8 years ago
Hoà V. DINH
bb5a93e9a9
Merge pull request #192 from fcoulombegoogle/master
Add some of the headers in the vcproj to help finding code in visual stu...
8 years ago
Francois Coulombe
713323b782
Add some of the headers in the vcproj to help finding code in visual studio.
8 years ago
Hoa V. Dinh
0fdf95e3b3
Fixed generation of build_headers.list ( #185 )
8 years ago
Hoà V. DINH
9b5d5cdf17
Merge pull request #191 from fcoulombegoogle/master
- Reference Readme.md in Visual Studio sln.
- Fixed linker rule against libsasl.lib
- Don't use deprecated __line when possible
8 years ago
Francois Coulombe
0ea3c97cda
The inline keyword is not part of C in visual studio but is part of C++ and it is illegal to re-define a C++ keyword. This change makes it so that we define the inline only when this header file is included in C.
8 years ago
Francois Coulombe
707b0f31f3
The vcproj was accidentally trying to link in a .dll instead of a .lib. This change fixes that.
8 years ago
Francois Coulombe
b87bfd18e0
The readme has been renamed to a .md instead of a .txt. This change fixes the reference from within the .sln.
8 years ago
Francois Coulombe
a12e1dd612
removing the public head "libetpan_version.h" from the public header installation list since it no longer exists.
8 years ago
Lin Zhan
f0f5b4a64d
Update mailimap.c
8 years ago
Lin Zhan
0d2e1b28f3
Update mailimap.c
163 mail server will reject the command which with a number tag.
8 years ago
Francois Coulombe
27948015af
Adding link to the lib sasl in the README so that the user know where to download it from.
8 years ago
Hoa V. Dinh
d071e72664
Added dependency in README for windows
8 years ago
Hoa V. Dinh
dcf4861553
#183 : added comment
8 years ago
Hoà V. DINH
0a0b0ef7b5
Merge pull request #183 from tipbit/fix-imap-id
Fix IMAP ID send.
8 years ago
Ewan Mellor
725716250a
Fix IMAP ID send.
Use mailimap_quoted_send rather than mailimap_astring_send when
sending names and values inside mailimap_id_param_send.
This means skipping the "workaround for buggy Courier-IMAP that
does not accept quoted-strings for fields name but prefer atoms"
and instead always sending quoted strings.
RFC 2971 (with reference to RFC 2060) is clear that these fields
may only be quoted strings or literals, not atoms. Yahoo's server
rejects this command when atoms are sent (and it is correct to do so).
We shouldn't break compat with well-behaving servers as a workaround
for buggy ones, so using quoted strings here is the best choice.
8 years ago
Hoa V. DINH
b2fbdaf28e
Fixed warnings reported by PVS-Studio
8 years ago
Hoa V. Dinh
3310162627
Handle properly stream errors
8 years ago
Hoà V. DINH
4a7593acbb
Merge pull request #182 from foxinushka/master
Added MAILSMTP_ERROR_AUTH_TIMEOUT
8 years ago