Krista Bennett
7d1c362d1d
Removed static from function impacting windows build
6 years ago
Krista Grothoff
3274c7b373
Merged patch to fix CVE-2017-8825
6 years ago
Krista Grothoff
b434c97804
Manual merge of shuhaodo:master 0413d6dedb
to work with iOS 11
6 years ago
Krista Grothoff
268c806127
Added Dirk's patch for iOS compilation
7 years ago
Krista Grothoff
27bab78968
modifications for memoryhole and main texts in attachments
7 years ago
Krista Grothoff
a6038fd284
Added detection and mitigation for CRCR pattern appearing in empty strings and foiling parses for some headers which had empty values (e.g. SpamAssassin).
7 years ago
Edouard Tisserant
c762e2ec11
Merge https://github.com/dinhviethoa/libetpan
8 years ago
Hoa V. DINH
fd95586c41
Revert "Fixed build issue"
...
This reverts commit 8fdcbd41cb
.
8 years ago
Hoa V. DINH
8fdcbd41cb
Fixed build issue
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
a04fadba22
Fixed potential crasher
8 years ago
Hoa V. DINH
2bbd57231f
Fixed crash in email generation
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
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
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
Volker Birk
9a2ace2814
renaming functions on request
8 years ago
Volker Birk
6ab1b1473e
I'm learning how to write the name ;-)
8 years ago
Volker Birk
13a73bfa2f
adding quoted-printable support to data-types
8 years ago
Volker Birk
31c157fcf3
declaration of libetpan_cancel_read_write for signal handlers
8 years ago
Volker Birk
afadb055d8
having this variable is enough
8 years ago
Volker Birk
54145d5bc5
why not
8 years ago
Volker Birk
def5def9c5
declaring global config flag
8 years ago
Volker Birk
962fdab12c
flag for cancelling pending syscalls and functions
8 years ago
Volker Birk
c41d9cbf92
on request
8 years ago
Volker Birk
ad259e956c
replacing files
8 years ago