Edouard Tisserant
9e697848c2
Fixed build settings for nboxcube.
7 years ago
Edouard Tisserant
c762e2ec11
Merge https://github.com/dinhviethoa/libetpan
7 years ago
Hoa V. DINH
fd95586c41
Revert "Fixed build issue"
...
This reverts commit 8fdcbd41cb
.
7 years ago
Hoa V. DINH
5d3f7023cb
Revert "inherited CFLAGS"
...
This reverts commit c2c2d0df4c
.
7 years ago
Hoa V. DINH
c2c2d0df4c
inherited CFLAGS
7 years ago
Hoa V. DINH
8fdcbd41cb
Fixed build issue
7 years ago
Hoa V. Dinh
84b22f9aa6
Fixed archive action
7 years ago
Hoa V. Dinh
6d6e470679
Automatically choose SDK on Travis
7 years ago
Hoa V. Dinh
cfe913b5b0
Use Xcode7 on Travis
7 years ago
Hoa V. Dinh
787146dbcf
Enable bitcode build
7 years ago
Edouard Tisserant
24a2420ac2
Fixes for android build
8 years ago
Hoà V. DINH
58a2a829aa
Merge pull request #210 from tipbit/fix-xcode7-beta5-build
...
Fix build for Xcode 7.0 beta 5.
8 years ago
Ewan Mellor
9dc45796c9
Fix build for Xcode 7.0 beta 5.
...
This beta has added (or at least rearranged) the SDKs to include
WatchOS. This results in SDK_IOS_VERSION finding the WatchOS version
number (2.0) instead of the iOS SDK version number.
Fix this by rewriting the lines that handle xcodebuild to use
different logic that is more robust.
Tested on Xcode 6.4 and Xcode 7.0 beta 5.
8 years ago
Hoa V. Dinh
f58b1d7581
Fixed issue with space in names ( #207 )
8 years ago
Hoà V. DINH
e15fdb4afb
Merge pull request #206 from cuisinart/master
...
Fixed IMAP Idle for Windows Build
8 years ago
cuisinart
936bde4fcc
Fixed IMAP Idle for Windows Build
...
select in windows cannot be used with non-sockets, use
WaitForMultipleObjects instead.
8 years ago
Hoa V. Dinh
754e815e98
iOS 8.4
8 years ago
Hoa V. DINH
9406a001e7
Xcode 6.4
8 years ago
Hoa V. DINH
a04fadba22
Fixed potential crasher
8 years ago
Edouard Tisserant
de3dd54759
Small fixes in iOS build
8 years ago
Hoa V. DINH
2bbd57231f
Fixed crash in email generation
8 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 *
8 years ago
Yuk Lai Suen
1f970d7a3e
Update parameter for mailimap_has_extension and mailimap_has_authentication to use const char *
8 years ago
Hoa V. Dinh
9d88f56dde
Fixes of the workaround for qq.com IMAP server
8 years ago
Hoa V. Dinh
66b3650d87
Implemented workaround for qq mail ( #200 )
8 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
8 years ago
Volker Birk
60a2e73849
fixings for Windoze
8 years ago
Hoà V. DINH
2dd94c732b
Merge pull request #194 from zhanleewo/patch-2
...
Update mailimap.c
8 years ago
Lin Zhan
a52aef4819
Update mailimap.c
...
#190 parse response
8 years ago
Hoà V. DINH
13de63f249
Merge pull request #193 from zhanleewo/patch-1
...
Added macro LIBETPAN_HAS_MAILIMAP_163_WORKAROUND
8 years ago
Volker Birk
30f532803a
Merge branch 'master' of https://github.com/fdik/libetpan
8 years ago
Volker Birk
0e84e761ee
Windoze patches
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