Lin Zhan
4175a4ebaf
Update mailimap.c
7 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);`
7 years ago
Lin Zhan
1ea3f883cd
Update mailimap.c
7 years ago
Lin Zhan
382bccb740
Update mailimap.c
7 years ago
Lin Zhan
f0f5b4a64d
Update mailimap.c
7 years ago
Lin Zhan
0d2e1b28f3
Update mailimap.c
163 mail server will reject the command which with a number tag.
7 years ago
Hoa V. DINH
d03bc62ce1
Fixed warnings. Fixed 32/64 conversions
8 years ago
Hoa V. DINH
6ea5ecb9c3
Ability to SEARCH using LITERAL+ (part of the fix for https://github.com/MailCore/mailcore2/issues/421 )
8 years ago
Hoa V. DINH
fb889b032d
Fixed crash in loggers.
9 years ago
Hoa V. DINH
3fff4d5f09
Support for logging on IMAP
9 years ago
Hoa V. DINH
9c8a0a5f3f
Moved OAuth code to mailimap_oauth2.[ch]
9 years ago
Juan V. Guerrero
a24b1efe06
Adding OAuth2 authentication support
Implements two functions:
mailimap_oauth2_authenticate: Use to to send the authentication token
to the server and actually authenticate with it.
mailimap_oauth2_authenticate_send Builds and sends the authentication
string in the form of base64("user=" {User} "^Aauth=Bearer " {Access
Token} "^A^A")`
This has been tested against Gmail.
9 years ago
Pitiphong Phongpattranont
7b2f3b6c20
Refactor IMAP SORT command support to use the extension API.
9 years ago
Pitiphong Phongpattranont
706e831ad5
Add support for SORT command defined in IMAP RFC 5256
http://tools.ietf.org/html/rfc5256
9 years ago
DINH Viet Hoa
6069b7bb97
Cleanup. Implemented QRESYNC.
9 years ago
DINH Viet Hoa
fbc88c1386
Make Xcode project easier to use. Implemented CONDSTORE.
9 years ago
DINH Viet Hoa
e4bec41000
specific timeout for each connection
10 years ago
DINH Viet Hoa
571f868124
progressive msg_att results
10 years ago
David Sachitano
7499e28e49
in mailimap_uid_fetch, when mailimap_fetch_list_free is called in an error case, also null the pointer given back to caller
10 years ago
patrick84
858408bafc
Added sel_has_exists and sel_has_recent on mailimap_selection_info to indicate if we had an EXISTS or RECENT response
10 years ago
DINH Viet Hoa
9155727e0b
import from CVS
11 years ago