Oswald Buddenhagen
e75ebf75f6
fix segfault due to wrong pointer being passed to parse_response_code.
...
inspired by Raimar Döffinger
20 years ago
Oswald Buddenhagen
6741bc94d9
remove spurious crlf during cram auth. not sure that this instance of
...
socket_write should be (re)moved, but as long as the .cont callback is
used only for this ...
investigation & patch by Mike Delaney.
20 years ago
Oswald Buddenhagen
f7406f530b
install supplementary doc files.
...
REF: 38C5E3CF30C73C4984F41AE8786C852AB739@khyron.ads.cs.umass.edu
20 years ago
Oswald Buddenhagen
3f8e820acb
use legacy flock() only on linux. at least on OS X flock aliases to
...
fcntl.
20 years ago
Oswald Buddenhagen
e0cc45044f
stdarg.h at the right places
20 years ago
Oswald Buddenhagen
7e323da056
regen again
20 years ago
Oswald Buddenhagen
ca9f751ebd
update c-client compatibility
20 years ago
Oswald Buddenhagen
16de402c9e
when storing \seen messages, don't set the \recent flag on them. could
...
well be that this is incorrect, but some mailers need it that way.
when trashing messages, preserve their \recent status as well.
20 years ago
Oswald Buddenhagen
efa062ccdb
whoops, wrong define
20 years ago
Oswald Buddenhagen
99b1cbf279
re-gen
20 years ago
Oswald Buddenhagen
f5eeecaf45
don't encode maturity in version number
20 years ago
Oswald Buddenhagen
f34cc9d917
optimize rpms for i686
20 years ago
Oswald Buddenhagen
c37f908d61
update
20 years ago
Oswald Buddenhagen
eb0bbf8b84
sanitize the OpenSSL detection
20 years ago
Oswald Buddenhagen
af0b75a5dc
stddef.h for offsetof
20 years ago
Oswald Buddenhagen
86d9a3140d
first check _both_ bounds, then compare ...
20 years ago
Oswald Buddenhagen
acabdc43b1
print name of mailbox being opened.
20 years ago
Oswald Buddenhagen
1b75236135
fix -C for imap mailboxes:
...
- SELECT does not return [TRYCREATE]
- fix bit field truncation
21 years ago
Oswald Buddenhagen
5f46b66547
A{C,S}_HELP_STRING aliasing tricks.
21 years ago
Oswald Buddenhagen
b8b4628197
store new UIDVALIDITY immediately after initializing it
21 years ago
Oswald Buddenhagen
918e105b0c
old -l is new -l -C
21 years ago
Oswald Buddenhagen
789d5864ca
full support for absolute paths in Mailboxes
21 years ago
Oswald Buddenhagen
7ff8eef06c
strip $HOME and ~ from Mailbox paths
21 years ago
Oswald Buddenhagen
2e8181a8d8
fix return values of asprintf replacement.
21 years ago
Oswald Buddenhagen
af8c4396fe
unscrew --delete by merging it into the config file. merge --expunge as
...
well for symmetry.
21 years ago
Oswald Buddenhagen
130664b622
The Big Rewrite. too many change to list them all.
...
as opposed to earlier threats, BerkDB was not entirely dropped; i
suppose the isync 0.7 -> 0.8 change had a reason, so i added an
alternative UID storage scheme.
note that BDB 4.0 is not sufficient, as the db->open function changed in
an incompatible way ...
i updated the debian packaging except for a changelog entry.
note that i removed the upgrade blurb, as upstream now has a smooth
upgrade path down to at least isync 0.4.
21 years ago
Oswald Buddenhagen
8d1b26aebe
excessively secure temp file creation.
...
more user friendliness.
21 years ago
Oswald Buddenhagen
5bbe51ee46
portability: don't rely on struct flock layout
21 years ago
Nicolas Boullis
851d12411d
The 30-async-imap patch is out of sync; disable it.
21 years ago
Nicolas Boullis
f9eaa549bd
The debian package should be uploaded as a CVS snapshot, and packaged as a
...
Debian-native package, since many changes occured since the last release.
21 years ago
Oswald Buddenhagen
3e8673d71f
shht
21 years ago
Oswald Buddenhagen
e5894bdf04
once again: (slightly) better output.
...
make maildir flag setting failure non-fatal. maildir sucks ...
21 years ago
Oswald Buddenhagen
a52fd7dde0
more sophisticated CAPABILITY handling. also, don't issue the command if
...
the initial response already had it in the status code.
21 years ago
Oswald Buddenhagen
3e392b6aa2
don't ask for NAMESPACE if Folder was specified
21 years ago
Oswald Buddenhagen
c2c4490431
following the "screw murphy" principle and commiting untested patch:
...
obey LOGINDISABLED
21 years ago
Oswald Buddenhagen
0e8455fde1
PREAUTH cannot come out of the blue
21 years ago
Oswald Buddenhagen
a7775798e3
cleanup around parse_fetch
21 years ago
Oswald Buddenhagen
f80f91d98b
make Tag int, move it to imap.c
21 years ago
Nicolas Boullis
9e61cb1d69
Use the new --disable-maintainer-mode option to configure rather than try
...
to touch the proper files in the proper order.
21 years ago
Nicolas Boullis
fc9bd1b874
Add a --disable-maintainer-mode option to configure.
21 years ago
Oswald Buddenhagen
1eb6e35c80
don't use STARTTLS for PREAUTH connections. uw-imap doesn't seem to like
...
it, and it does not make too much sense anyway - i think - state converse
opinions now.
21 years ago
Oswald Buddenhagen
3b91742ead
exclude ChangeLog (do'h), NEWS and TODO when creating ChangeLog. exclude
...
debian/ as well, based on the fact that it already has a detailed log -
is that ok with everybody?
21 years ago
Oswald Buddenhagen
b5307f0e16
another message output cleanup, still not perfect (info messages will be
...
interleaved with progress dots).
support specifying -q twice to suppress warnings as well.
21 years ago
Oswald Buddenhagen
8c5a1d94de
more to do
21 years ago
Oswald Buddenhagen
27ea308bfb
document mua interaction
21 years ago
Oswald Buddenhagen
b92ad46b08
credit where credit is due. are the comments satisfactory for everybody?
21 years ago
Theodore Ts'o
2a9f38f1c1
Checked in changes suggested by Nicolas.
...
Add ability do sign the resultiing .debs if necessary.
21 years ago
Theodore Ts'o
f63dfbd301
Touch Makefile.am and Makefile.in in debia/rules, to avoid timeskew problems.
21 years ago
Theodore Ts'o
3d0d729ea9
Improve IMAP error handling to print the command which caused the error;
...
if the command is a LOGIN command, mask out the username and password.
21 years ago
Theodore Ts'o
9e8e31c1c2
Fix whitespace bug which caused debian build to break.
21 years ago