7fe9fb7ef0remove useless define and more verbose error message.
Oswald Buddenhagen
2004-01-15 02:23:23 +0000
e1d0ea8a18Use a more sophisticated test for the existence of libdb that works for berk_db 4.0.
Theodore Ts'o
2004-01-13 03:56:52 +0000
b239e7b814bah, forgot to remove debian/Makefile.in from AC_OUTPUT. :} kde's overly sophisticated build system does that automatically ...
Oswald Buddenhagen
2004-01-12 01:49:34 +0000
0121220339Optimized isync by not fetching the sizes of messages if they are unneeded (i.e., if MaxSize is not specified in the config file).
Theodore Ts'o
2004-01-12 01:24:47 +0000
180f5fa201sync uid database after every message. this is accompanied by a dbm -> db4 migration. patch by theodore, with some final polishing by me.
Oswald Buddenhagen
2004-01-12 00:52:14 +0000
052195c982use ../CVSROOT/accounts for UID mapping in ChangeLog.
Oswald Buddenhagen
2004-01-12 00:38:04 +0000
0b1f1bcd4dbe more explicit about contact address
Oswald Buddenhagen
2004-01-12 00:36:06 +0000
c96163a74bgetting rid of Makefile.am in debian/ - it seems to be non-standard and is a pita to maintain anyway. instead, make distdir and distclean depend on a partial debian-clean.
Oswald Buddenhagen
2004-01-11 12:35:48 +0000
75b6b9c715Document CVS bugfix which ignores non-maildir mailbox when doing OneToOne.
Theodore Ts'o
2004-01-11 07:45:26 +0000
4d5a957e20Add uploaders field so that Theodore Ts'o can be added as a co-maintainer.
Theodore Ts'o
2004-01-11 07:41:48 +0000
016d6d64e6Add code patches that were present in isync-0.9.1-3 via the dpatch mechanism.
Theodore Ts'o
2004-01-11 07:27:27 +0000
0dc9106dfaUpdate Debian files to the debian directory from isync 0.9.1-3.
Theodore Ts'o
2004-01-11 06:35:10 +0000
3de16206e7ignore anything that does not look remotely like a maildir when collecting mailboxes for OneToOne.
Oswald Buddenhagen
2004-01-09 20:43:36 +0000
24c57a244emore to do
Oswald Buddenhagen
2004-01-09 20:10:19 +0000
b10718cf20- took over maintenance - moved to sourceforge - reorganized cvs structure
Oswald Buddenhagen
2002-12-28 03:05:43 +0000
d228fae394Updated the copyright notice to allow an exception for linking with OpenSSL, which has a non-GPL compatible license.
Michael Elkins
2002-10-30 02:31:20 +0000
7cd74a1179Bunch 'o patches from Oswald Buddenhagen:
Michael Elkins
2002-10-30 02:23:05 +0000
52a721187fexplicitly set global.pass to NULL when getpass() returns an empty string.
Michael Elkins
2002-06-27 03:55:01 +0000
0162c9f5b8Oswald Buddenhagen <ossi@kde.org> * fix imap_open() brokeness with PREAUTH (missed hunk from previous patch)
Michael Elkins
2002-06-27 03:51:51 +0000
d6fd1939bafixed errors introduced by ME when hand-applying Oswald Nuddenhagen's patch.
Michael Elkins
2002-06-22 17:06:24 +0000
eb5f92821cPatch from Oswald Buddenhagen <ossi@kde.org> - move prompt for password to imap_open() - don't ask for global password in PREAUTH state - use socketpair() to create one full-duplex fd in tunnel mode instead of two half-duplex pipes - don't set lck.l_pid in fcntl() call (its read-only) - use F_SETLK instead of F_SETLKW to avoid infinite waiting - use "$@" in autogen.sh to get proper word expansion
Michael Elkins
2002-06-22 01:21:43 +0000
1a1d2af012Fixed to compile under FreeBSD 4.6-RELEASE. Must include ndbm.h rather than db.h.
Michael Elkins
2002-06-21 00:26:26 +0000
85b5c5b8c9remove debian/files
Michael Elkins
2002-06-20 23:33:13 +0000
dd1b19a99aDon't bother uploaded messages marked deleted when we are going to expunge.
Michael Elkins
2002-06-19 02:31:07 +0000
54d8140f6efixed unused var warning in imap_open()
Michael Elkins
2002-06-19 01:11:36 +0000
418b5e9a7aDebian package cleanups from Oswald Buddenhagen <ossi@kde.org>
Michael Elkins
2002-06-19 00:44:40 +0000
f6c037c854updated URL for project
Michael Elkins
2002-06-18 06:37:55 +0000
7741548ff8changed debian/rules to set DESTDIR instead of `prefix' when doing a make install.
Michael Elkins
2002-04-19 21:38:11 +0000
fe438026b0PREAUTH support from Oswald Buddenhagen <ossi@kde.org>
Michael Elkins
2002-04-19 19:43:00 +0000
6267139b71post 0.8 release commit
v0.8
Michael Elkins
2002-01-28 19:39:57 +0000
44d360d184check for dbm_open() in libc and libdb
Michael Elkins
2002-01-28 19:34:22 +0000
d00a65bebddon't bother renaming the message file if we are about to unlink() it
Michael Elkins
2002-01-17 19:33:25 +0000
dd22bd3f22remove tilde backup files for distclean
Michael Elkins
2002-01-16 22:23:26 +0000
2f2b123d71sync_mailbox() did not update the msg struct when flags were changed, causing the expunge command to fail
Michael Elkins
2002-01-16 22:13:19 +0000
8c8f6916c6added debian build files dist target so that people can use them to build their own .deb packages without having to use CVS
Michael Elkins
2002-01-16 21:51:06 +0000
d6fe5a92bdadded debian build files
Michael Elkins
2002-01-16 21:43:58 +0000
cb0d4b54b3remove the uid from the db when a message is deleted from the maildir
Michael Elkins
2002-01-16 21:22:43 +0000
c121ec912fupdated year in copyright notice
Michael Elkins
2002-01-16 19:47:28 +0000
2c648da5cfpost 0.7-release commit
v0.7
Michael Elkins
2001-11-20 18:28:18 +0000
3fe6f3f086added --create/-C command line option to force creation of the local maildir-style mailbox if nonexistent
Michael Elkins
2001-11-20 18:06:09 +0000
f0c7fdf008added memory debugging code
Michael Elkins
2001-11-19 19:41:14 +0000
de1f9e1941remove c++ style comments
Michael Elkins
2001-11-16 21:23:14 +0000
e02975e888Added MaxMessages patch from Eivind Eklund <eivind@FreeBSD.org>.
Michael Elkins
2001-11-15 23:59:27 +0000
06a5edb452move strndup() code into config.c for less complexity
Michael Elkins
2001-11-14 17:40:10 +0000
2881d173b5strndup() could return a non-NULL terminated string
Michael Elkins
2001-11-13 00:36:44 +0000
bb62e2c18dmerge maildir_sync() and maildir_close(). the maxuid in a maildir still needs to be updated in --fast mode, and the sync code already checks to see if any changes were made to the mailbox.
Michael Elkins
2001-11-12 23:03:33 +0000
49b36e7869add FreeBSD to the list of tested platforms
Michael Elkins
2001-11-09 00:35:07 +0000
087fb470e7update version to 0.7
Michael Elkins
2001-11-09 00:23:50 +0000
c84a888a7dset compiler warnings for gcc-3.0 as well
Michael Elkins
2001-10-31 19:50:01 +0000
9647c79504post 0.6 commit
v0.6
Michael Elkins
2001-10-31 06:06:06 +0000
e3797d65daadd strndup replacement function for systems which lack it
Michael Elkins
2001-10-30 22:57:03 +0000
8ca8c2b289fixed broken code in maildir_clean_tmp()
Michael Elkins
2001-10-03 17:10:40 +0000
c4050700c0added code to clean the tmp directory in a maildir to comply with maildir(5)
Michael Elkins
2001-10-03 16:48:17 +0000
608386f918forgot to add code to parse the `Delete' option
Michael Elkins
2001-10-03 06:32:16 +0000
cb2f6e3ee6forgot conditional #if HAVE_LIBSSL around setting of .use_imaps in main() from command line arguments
Michael Elkins
2001-10-03 06:18:45 +0000
bfffeffff6update Copyright printed by --help
Michael Elkins
2001-10-03 06:15:01 +0000
e015398ff2added `Delete' configuration option to force -d option
Michael Elkins
2001-10-03 05:42:22 +0000