Hoa V. DINH
1fa8e2ac8d
Fixed include
10 years ago
DINH Viêt Hoà
2836675ee0
Merge pull request #71 from cuisinart/master
...
Fixed MSVC build
10 years ago
Cuisinart
84bca62aa6
added note for future users
10 years ago
Cuisinart
e3e1211e39
Updated for MSVC build
...
Added some conditionals, fixed vcprojects to include added source files,
updated build_headers.bat to hopefully make it less fragile,
changed a few declarations from middle of function to beginning (c
standard)
10 years ago
Hoa V. DINH
6f5b57bc46
Added a patch for Cyrus SASL to fix the regression on iOS. See https://bugzilla.cyrusimap.org/show_bug.cgi?id=3796
10 years ago
Hoa V. DINH
ee24f79981
Fixed crash when searching
10 years ago
Hoa V. DINH
46bd0063ca
Added readme
10 years ago
Hoa V. DINH
4ec5a188bb
Fixed memory leak
10 years ago
Hoa V. DINH
530532456e
In case mod-seq-value is not returned by SEARCH, fetch result through imap_response_info->rsp_search_result
10 years ago
Hoa V. DINH
f1cf0375d3
Fixed build on Apple platforms
10 years ago
DINH Viêt Hoà
433d97bb40
Merge pull request #67 from ysz/master
...
NULL declaration is missing on Ubuntu
10 years ago
Yakov Zaytsev
80fa87547b
missing NULL declaration
10 years ago
Hoa V. DINH
a111cdc771
armv6 is deprecated
10 years ago
Hoa V. DINH
7073686eec
Fixed mailimap_date_time_send(): send DQUOTEs properly
10 years ago
Hoa V. DINH
46b4f798f2
Merged 695f3af0e6882efe80ba0542c59d67fc77a229b8 to upstream: implement of IMAP COMPRESS (RFC 4978). Thanks to Ian Ragsdale.
10 years ago
DINH Viêt Hoà
0f3d74685b
Merge pull request #31 from dsachitano/7499e28e4963d11c6ccd785d0a1029b2685a6923
...
do not pass freed pointer to caller
10 years ago
DINH Viêt Hoà
1afc2e41a5
Merge pull request #65 from Dwarfartisan/master
...
Fix a code bug
10 years ago
jnriver
7ea76cefbc
Fix bug in xgmthrid.c: MAILIMAP_EXTENDED_PARSER_MAILBOX_DATA should be MAILIMAP_EXTENDED_PARSER_FETCH_DATA
10 years ago
Hoa V. DINH
2f33651dff
Moved _Bool to int because C89/C99 has no bool type. Step 2.
10 years ago
Hoa V. DINH
a2dbcfbe8c
Moved _Bool to int because C89/C99 has no bool type.
10 years ago
Hoa V. DINH
b58fb0c1c4
Fixed README accordingly to the changes in the build system.
10 years ago
Hoa V. DINH
858da1e003
updated autogen result with new files
10 years ago
DINH Viêt Hoà
aa74cb36be
Merge pull request #62 from pitiphong-p/imap_sort
...
Add support for SORT command defined in IMAP RFC 5256
10 years ago
Pitiphong Phongpattranont
98e6c0a3c8
Fixed: Cyclic include.
10 years ago
Pitiphong Phongpattranont
1a48616bac
Added free sort result list function.
10 years ago
Pitiphong Phongpattranont
7b2f3b6c20
Refactor IMAP SORT command support to use the extension API.
10 years ago
Hoa V. DINH
20fba57153
fixed build with script
10 years ago
Hoa V. DINH
1f43770548
Fixed prepared autogen results
10 years ago
Hoa V. DINH
0324d5886e
Added X-GM-THRID to public API
10 years ago
Pitiphong Phongpattranont
706e831ad5
Add support for SORT command defined in IMAP RFC 5256
...
http://tools.ietf.org/html/rfc5256
10 years ago
Hoa V. DINH
bf88ae46ed
Fixed date sending.
10 years ago
Hoa V. DINH
c50271d846
Added properly "extern" keyword for extension declaration.
10 years ago
DINH Viêt Hoà
0b2b59d029
Merge pull request #60 from iljaiwas/master
...
Found a possible typo, could you please check.
10 years ago
Ilja Iwas
7128d50686
Fixed typo in function name
...
mailimap_fetch_att_new_xgmmsgid should be mailimap_fetch_att_new_xgmthrid in this file.
10 years ago
Hoa V. DINH
d4e1a304c9
Fixed build for Xcode.
10 years ago
Hoa V. DINH
5c1e277066
Fixed X-GM-THRID and X-GM-MSGID.
10 years ago
Hoa V. DINH
43ea88e137
Merge remote-tracking branch 'alltom/master'
10 years ago
Hoa V. DINH
f5bce5c54b
Improved X-GM-MSGID support
10 years ago
Hoa V. DINH
de3e8855de
Fixed memory leak
10 years ago
Hoa V. DINH
53c5f0bfe3
Fixed parsing of Message-ID.
10 years ago
Tom Lieber
eb170ca96f
fixed memory leaks
10 years ago
DINH Viet Hoa
c21e0f180f
Added mailimap_has_id().
10 years ago
DINH Viet Hoa
f0d73dce26
made extension subtype public
10 years ago
DINH Viet Hoa
e70b70df8b
Fixed build from command line
10 years ago
DINH Viet Hoa
d489e1ae23
Made it easier to build when autoconf and automake are not available
10 years ago
DINH Viet Hoa
c0d01c21ab
Added private headers to Makefile
10 years ago
DINH Viet Hoa
6069b7bb97
Cleanup. Implemented QRESYNC.
10 years ago
DINH Viet Hoa
4fed119b52
Added missing files to static library build
10 years ago
DINH Viet Hoa
6da5b644ff
fixed project
10 years ago
DINH Viet Hoa
8be60ba275
fixed warning
10 years ago