Sijmen Mulder
|
675da2419d
|
Add Xcode project for tests
|
10 years ago |
DINH Viet Hoa
|
77fa37dd39
|
progress callback on pop3
|
10 years ago |
DINH Viet Hoa
|
9b26ecc3a8
|
fixed xcode project
|
10 years ago |
DINH Viet Hoa
|
e8360099e6
|
obsolete m4 macro
|
10 years ago |
DINH Viet Hoa
|
785bd92d7b
|
default timeout
|
10 years ago |
DINH Viet Hoa
|
e4bec41000
|
specific timeout for each connection
|
10 years ago |
DINH Viet Hoa
|
527aa19a45
|
fixed clang warning
|
10 years ago |
Hoà Dinh
|
7c510c7818
|
Fixed build on Linux
|
10 years ago |
DINH Viet Hoa
|
3d625c6d7c
|
fixed build errors. Thanks Scott Herscher.
|
10 years ago |
Hoà Dinh
|
813ac0e4dc
|
mailimap_id included by default
|
10 years ago |
Hoà Dinh
|
9136c98463
|
added missing files
|
10 years ago |
Hoà Dinh
|
e844611e69
|
support for IMAP ID (RFC 2971)
|
10 years ago |
Hoà Dinh
|
99516d50b0
|
support for Hurd (is it even used?)
|
10 years ago |
DINH Viêt Hoà
|
77963aa793
|
Merge pull request #47 from colinleroy/master
A few fixes
|
10 years ago |
Colin Leroy
|
739cbb7b5d
|
* More fixes!
|
10 years ago |
Colin Leroy
|
31344fffa8
|
Windows fix again
|
10 years ago |
Colin Leroy
|
282798cc50
|
More build fixes
|
10 years ago |
Colin Leroy
|
8577c5e40d
|
Merge remote-tracking branch 'dinhviethoa/master'
|
10 years ago |
Colin Leroy
|
958402b21f
|
Fix Windows (Mingw32) build.
|
10 years ago |
Colin Leroy
|
f8a078548a
|
Fix "make dist" leaving out two headers, mailstream_ssl_private.h
and mmapstring_private.h
|
10 years ago |
DINH Viêt Hoà
|
f9f76a76b7
|
Merge pull request #44 from welp/master
Release resources when closing gnutls session
|
10 years ago |
DINH Viêt Hoà
|
9f3e97531f
|
Merge pull request #46 from coredumped/master
Fixes SASL dependency compilation under Xcode 4.5
|
10 years ago |
Juan V. Guerrero
|
0e3b8e4858
|
Fixes SASL compilation under Xcode 4.5
* Adds support for armv7s
* Correctly identifies when to use gcc instead of clang
|
10 years ago |
Peter F Weller
|
f0dca9b79f
|
check gnutls_init_not_required before calling gnutls_global_deinit()
|
10 years ago |
Peter F Weller
|
8ec13ee194
|
call gnutls_global_init() each time we make a new ssl connection so we can ensure resources are correctly released when connections are closed
|
10 years ago |
Peter F Weller
|
39f7ec30d4
|
release resources when closing gnutls session
|
10 years ago |
DINH Viêt Hoà
|
aff935754d
|
Merge pull request #39 from mtilchen/master
Add GMail X-MSG-ID Support
|
10 years ago |
Matthew P. Tilchen
|
e1a2145c18
|
Added support for fetching gmail X-MSG-ID
|
10 years ago |
DINH Viet Hoa
|
00c7589350
|
cfstream enabled by default on ios
|
10 years ago |
DINH Viet Hoa
|
47966324a1
|
build for iOS
|
10 years ago |
DINH Viet Hoa
|
e35910de86
|
fixed POP fd leak (fixed #18)
|
10 years ago |
DINH Viet Hoa
|
efd91fa251
|
build pop sample
|
10 years ago |
DINH Viet Hoa
|
0eb2ffd733
|
fixed build
|
10 years ago |
DINH Viet Hoa
|
fbfeb588c6
|
fixed error string mapping
|
10 years ago |
DINH Viet Hoa
|
4a7daf9f4e
|
various fixes (fd leaks, mem leaks). Thanks to Manfred Weichel
|
10 years ago |
DINH Viêt Hoà
|
fe86a2cef8
|
Merge pull request #37 from coredumped/master
A fix for linux compilation
|
10 years ago |
DINH Viêt Hoà
|
4c9a020dae
|
Merge pull request #36 from mronge/threadsafe_ssl
openssl is configured to be thread safe if libetpan is compiled to be reentrant
|
10 years ago |
DINH Viet Hoa
|
afc30346ca
|
workaround negative numbers sent by some servers
|
10 years ago |
Juan V. Guerrero
|
3c24b8d8be
|
Fixing linux compilation (missing sa_len)
Linux's sockaddr struct does not have the sa_len member.
|
10 years ago |
Matt Ronge
|
d9f98c5fb7
|
openssl is configured to be thread safe if libetpan is compiled to be reentrant
|
10 years ago |
DINH Viet Hoa
|
2f35a14a6e
|
fixed parsing of body-fld-lang (imap)
|
10 years ago |
DINH Viet Hoa
|
8936c5c44e
|
fixed progressive parser
|
10 years ago |
DINH Viet Hoa
|
571f868124
|
progressive msg_att results
|
10 years ago |
DINH Viet Hoa
|
84c12cd3e9
|
curl and expat can be disabled
|
10 years ago |
DINH Viet Hoa
|
247437a9b2
|
improved smtp sample
|
10 years ago |
DINH Viet Hoa
|
eb85a82480
|
fixed build on non-mac os x
|
10 years ago |
DINH Viet Hoa
|
039372e374
|
connect to SSL using SSLv3
|
10 years ago |
DINH Viet Hoa
|
0149dd569e
|
fixed SSL constants
|
10 years ago |
DINH Viet Hoa
|
73cbb3c468
|
integrate 3ccbe1c2ad (thanks normalcode)
|
10 years ago |
DINH Viet Hoa
|
eab6f83e10
|
don't check certificates on starttls
|
10 years ago |