Oswald Buddenhagen
|
262999d092
make ssl certificate handling much more useful:
|
17 年之前 |
Oswald Buddenhagen
|
06521da30d
- accept unset CertificateFile
|
17 年之前 |
Oswald Buddenhagen
|
89519e343c
ignore system flag extensions (\X-...)
|
17 年之前 |
Oswald Buddenhagen
|
2b37288e8d
don't use #ifdef inside htons() arguments - it can be a macro.
|
18 年之前 |
Oswald Buddenhagen
|
625f592fb7
fix crash due to uninited var when parsing IMAPServer. Thanks to
|
18 年之前 |
Oswald Buddenhagen
|
023d3ee577
fix error paths wrt sync drivers
|
18 年之前 |
Oswald Buddenhagen
|
617d1a6e49
memmove for overlapping mem copies.
|
19 年之前 |
Oswald Buddenhagen
|
4bf58c3e97
don't crash in imap driver when Host is not specified.
|
19 年之前 |
Oswald Buddenhagen
|
dbbab78881
un-document "Host imaps:[...]" syntax and introduce new option UseIMAPS
|
19 年之前 |
Oswald Buddenhagen
|
67b714ee0e
move assigning default port to the place of use
|
19 年之前 |
Oswald Buddenhagen
|
168e5f3282
make the driver model, sync_chans() and sync_boxes() fully async.
|
19 年之前 |
Oswald Buddenhagen
|
b7389cb36f
do not repeatedly get namespace from server.
|
19 年之前 |
Oswald Buddenhagen
|
340bfcc4a8
handle socket() failure and correctly report gethostbyname() failure.
|
19 年之前 |
Oswald Buddenhagen
|
3e3cf3ac9a
update copyrights
|
19 年之前 |
Oswald Buddenhagen
|
7f9ece8e7e
move whole responsibility for recycling open stores/server connections
|
19 年之前 |
Oswald Buddenhagen
|
47e592b603
keep the result of driver->list() and a flag whether it is valid in the store.
|
19 年之前 |
Oswald Buddenhagen
|
492ca8d332
whitespace and code verbosity
|
19 年之前 |
Oswald Buddenhagen
|
31fc41a32c
merge imap_t into imap_store_t - there is really no point in having them
|
19 年之前 |
Oswald Buddenhagen
|
d7126dca5e
"fprintf( stderr," => "error(". new functions debugn() and infon()
|
19 年之前 |
Oswald Buddenhagen
|
bb7bbcf5b1
make config parsing more robust against bogus input and report errors
|
19 年之前 |
Oswald Buddenhagen
|
1453e61840
update fsf's postal address. i think it's sort of useless nowadays
|
19 年之前 |
Oswald Buddenhagen
|
850addecd5
wrap message storing into transactions. nice side effect: drivers don't
|
19 年之前 |
Oswald Buddenhagen
|
a1a5a817bb
merge Quiet, Verbose & Debug into DFlags
|
19 年之前 |
Oswald Buddenhagen
|
a1c402678c
split driver->prepare into ->prepare_opts and ->prepare_paths
|
19 年之前 |
Oswald Buddenhagen
|
4e983506d3
#include limits.h (for INT_MAX)
|
19 年之前 |
Oswald Buddenhagen
|
d414d0aae2
solaris 10 fix: use sys/filio.h for FIONREAD. untested.
|
19 年之前 |
Oswald Buddenhagen
|
25db6a3c31
revert 1.8 - what was i smoking?! the CREATE argument is already quoted;
|
19 年之前 |
Oswald Buddenhagen
|
d2753c4188
64-bit cleanness
|
20 年之前 |
Oswald Buddenhagen
|
bf4266eadc
quote CREATE argument
|
20 年之前 |
Oswald Buddenhagen
|
e8c769ea76
ignore user-defined flags (for now).
|
21 年之前 |