Commit Graph

562 Commits (9e697848c20b3962727cfb3dbd9559c98507117f)
 

Author SHA1 Message Date
Francois Coulombe 713323b782 Add some of the headers in the vcproj to help finding code in visual studio. 8 years ago
Hoa V. Dinh 0fdf95e3b3 Fixed generation of build_headers.list (#185) 8 years ago
Hoà V. DINH 9b5d5cdf17 Merge pull request #191 from fcoulombegoogle/master
- Reference Readme.md in Visual Studio sln.
- Fixed linker rule against libsasl.lib
- Don't use deprecated __line when possible
8 years ago
Francois Coulombe 0ea3c97cda The inline keyword is not part of C in visual studio but is part of C++ and it is illegal to re-define a C++ keyword. This change makes it so that we define the inline only when this header file is included in C. 8 years ago
Francois Coulombe 707b0f31f3 The vcproj was accidentally trying to link in a .dll instead of a .lib. This change fixes that. 8 years ago
Francois Coulombe b87bfd18e0 The readme has been renamed to a .md instead of a .txt. This change fixes the reference from within the .sln. 8 years ago
Francois Coulombe a12e1dd612 removing the public head "libetpan_version.h" from the public header installation list since it no longer exists. 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
Francois Coulombe 27948015af Adding link to the lib sasl in the README so that the user know where to download it from. 8 years ago
Hoa V. Dinh d071e72664 Added dependency in README for windows 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
Volker Birk 9ab27818c8 Merge branch 'master' of https://github.com/fdik/libetpan 8 years ago
Volker Birk 39861ad2de syscall wrappers added 8 years ago
Volker Birk 0d32d30e49 renaming wrappers.h to syscall_wrappers.h 8 years ago
Volker Birk 72640f6a10 Merge branch 'master' of https://github.com/fdik/libetpan 8 years ago
Volker Birk eb800fed9c Merge branch 'master' of https://github.com/fdik/libetpan 8 years ago
Volker Birk 0145a29c74 Merge branch 'master' of https://github.com/fdik/libetpan 8 years ago
Volker Birk a321d6680f including errno.h and stdarg.h 8 years ago
Volker Birk de20ee7937 ... 8 years ago
Volker Birk ce8e81d13d including errno.h and stdarg.h 8 years ago
Volker Birk 05163093ff removing headers 8 years ago
Volker Birk 18b7d5b841 compile is not needed 8 years ago
Volker Birk 25cd0df373 wrappers applied 8 years ago
Volker Birk c5b0867368 patches for signals 8 years ago
Hoa V. Dinh dcf4861553 #183: added comment 8 years ago
Hoà V. DINH 0a0b0ef7b5 Merge pull request #183 from tipbit/fix-imap-id
Fix IMAP ID send.
8 years ago
Ewan Mellor 725716250a Fix IMAP ID send.
Use mailimap_quoted_send rather than mailimap_astring_send when
sending names and values inside mailimap_id_param_send.
This means skipping the "workaround for buggy Courier-IMAP that
does not accept quoted-strings for fields name but prefer atoms"
and instead always sending quoted strings.

RFC 2971 (with reference to RFC 2060) is clear that these fields
may only be quoted strings or literals, not atoms.  Yahoo's server
rejects this command when atoms are sent (and it is correct to do so).

We shouldn't break compat with well-behaving servers as a workaround
for buggy ones, so using quoted strings here is the best choice.
8 years ago
Hoa V. DINH b2fbdaf28e Fixed warnings reported by PVS-Studio 8 years ago
Hoa V. Dinh 3310162627 Handle properly stream errors 8 years ago
Hoà V. DINH 4a7593acbb Merge pull request #182 from foxinushka/master
Added MAILSMTP_ERROR_AUTH_TIMEOUT
8 years ago
Viktor Gedzenko 85a39afe95 Added timeout handling while SMTP auth 8 years ago
Hoà V. DINH d3a08c94b3 Merge pull request #179 from tapouillo/master
kCFStreamPropertySSLPeerTrust fail on OS X<=10.8 - infinite loop
8 years ago
Stéphane Queraud 63aeb589eb moving braces to the end of their block
typo fix…
8 years ago
Stéphane Queraud 2aa47763cc removing fprintf
removing fprintf
8 years ago
Stéphane Queraud bbc57ae425 kCFStreamPropertySSLPeerTrust fail on OS X<=10.8
on OS X <= 10.8 (maybe 10.9 too), the kCFStreamPropertySSLPeerTrust
method works the first time, but always returns NULL after, causing an
infinite loop. This change falls back to the old
kCFStreamPropertySSLPeerCertificates method if the first one returns
NULL.
8 years ago
Hoà V. DINH fd79a30791 Added libsasl2 dependency. 8 years ago
Hoa V. DINH ab57331e65 Fixed build on Android 8 years ago
Hoa V. DINH 2a2307c3b7 Added required files to android build 8 years ago
Hoa V. DINH e3cba982c4 third-parties -> third-party 8 years ago
Hoa V. Dinh 37fa581302 Additional instructions 8 years ago