Hoa V. DINH
9761f2e382
Fixed warning
9 years ago
Hoa V. DINH
4ccec06771
Fixed travis build
9 years ago
Hoa V. DINH
c7cb162903
Use autogen during travis build instead of configure.
9 years ago
Hoa V. DINH
ffcc6cca3c
run apt-get as root on travis
9 years ago
Hoa V. DINH
8691c9b8f6
Travis build for libetpan
9 years ago
Hoà V. DINH
3c99ce26d7
Merge pull request #77 from CodaFi/mailimap-has-oauth2
Added mailimap_has_xoauth2() to detect whether XOAUTH2 is available.
9 years ago
CodaFi
d9fdcfaac4
Removed unnecessary case check
9 years ago
CodaFi
50206f9702
Implement mailimap_has_authentication
9 years ago
CodaFi
b2c5de0ad8
Implement has oauth2
9 years ago
CodaFi
f47672d491
Merge remote-tracking branch 'upstream/master'
9 years ago
Hoa V. DINH
20aa2b2b15
Implemented SMTP OAuth 2.0
9 years ago
Hoa V. DINH
b4edf1bac7
Improved error handling of IMAP OAuth 2.0
9 years ago
Hoa V. DINH
517a7fb7c4
Fixed logging
9 years ago
Hoa V. DINH
78427a0506
Don't show error
9 years ago
Hoa V. DINH
02d9326d91
Clarified API
9 years ago
Hoa V. DINH
1eee95d3b1
Fixed #75 : Handle updates of autogen-result.tar.gz properly.
9 years ago
Hoa V. DINH
f6a2448621
Fixed build of dependency - libsasl
9 years ago
DINH Viêt Hoà
c98a2f519b
Merge pull request #76 from coredumped/master
Improving OAuth2 documentation a little bit
9 years ago
Juan V. Guerrero
9d30b102d8
Improving OAuth2 documentation
Adding some additional info on how to retrieve a user's e-mail address
using Google's UserInfo API
9 years ago
Hoa V. DINH
fb889b032d
Fixed crash in loggers.
9 years ago
Hoa V. DINH
7f6b8051eb
Fixed crash. Added some comments.
9 years ago
Hoa V. DINH
830d3775db
Documented functions in IMAP API.
9 years ago
Hoa V. DINH
91e392eae9
Don't fail if there's no MIME closing bounary. Fixed https://github.com/MailCore/mailcore2/issues/122
9 years ago
Hoa V. DINH
6a5298f747
Support of logging for NNTP
9 years ago
Hoa V. DINH
0c0ab4d7fa
Support of logging for SMTP
9 years ago
Hoa V. DINH
96b066335b
Support of logging for POP3
9 years ago
Hoa V. DINH
3fff4d5f09
Support for logging on IMAP
9 years ago
Hoa V. DINH
7e51aed056
Implemented logger callback on mailstream to provide a better logging system.
9 years ago
Hoa V. DINH
a3ad843292
Fixed doc of mailimap_oauth2_authenticate()
9 years ago
Hoa V. DINH
32e9f9037a
Updated windows header
9 years ago
Hoa V. DINH
9c8a0a5f3f
Moved OAuth code to mailimap_oauth2.[ch]
9 years ago
Hoa V. DINH
2d8c31e0b2
Cleanup OAuth2 code
9 years ago
DINH Viêt Hoà
b8caa18877
Merge pull request #74 from coredumped/oauth2implementation
Adding OAuth2 authentication support
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
Hoa V. DINH
bbd772a907
Fixed condstore STATUS parser.
9 years ago
Hoa V. DINH
349d184dcf
Updated version
9 years ago
Hoa V. DINH
6f5d2c9a99
Fixed build on Unix
9 years ago
Hoa V. DINH
1fa8e2ac8d
Fixed include
9 years ago
DINH Viêt Hoà
2836675ee0
Merge pull request #71 from cuisinart/master
Fixed MSVC build
9 years ago
Cuisinart
84bca62aa6
added note for future users
9 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)
9 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
9 years ago
Hoa V. DINH
ee24f79981
Fixed crash when searching
9 years ago
Hoa V. DINH
46bd0063ca
Added readme
9 years ago
Hoa V. DINH
4ec5a188bb
Fixed memory leak
9 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
9 years ago
Hoa V. DINH
f1cf0375d3
Fixed build on Apple platforms
9 years ago
DINH Viêt Hoà
433d97bb40
Merge pull request #67 from ysz/master
NULL declaration is missing on Ubuntu
9 years ago
Yakov Zaytsev
80fa87547b
missing NULL declaration
9 years ago
Hoa V. DINH
a111cdc771
armv6 is deprecated
9 years ago