bincimap

Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2023-04-23 14:55Import only string from std, avoid overriding std::byteDominik Schmidt1+1-1
2021-01-25 20:32Release 1.2.15Dominik Schmidt2+6-2
2021-01-25 20:09Use a more standard approach at SSL handlingDominik Schmidt1+1-1
2020-10-25 12:37Release 1.2.14Dominik Schmidt2+7-2
2020-10-25 12:33Add the gentoo gcc4.3-patchDominik Schmidt3+8-0
2020-10-25 12:33Apply the gentoo glibc 2.10 patchDominik Schmidt1+1-1
2020-10-25 12:29Release 1.2.13/finalDominik Schmidt107+2005-1182
2004-04-18 09:18- 1.2.7finalandreaha4+13-2
2004-04-12 20:05- Compile on certain 64bit archtectures.andreaha2+12-0
2004-04-06 20:17- No longer wastes time in configure step checking for features that we don't check defines for in the sources. - No longer checks for sstream/ostream - we don't use them anyway. - Updated man pages to be slightly more accurate. - From now of, Binc IMAP's tarballs by default install under /usr/local, and setting --prefix will change this path. All Binc IMAP files will be contained inside this directory. The RPM packages are completely unchanged from before, and still use /opt/bincimap, and so on. - Updated README to reflect this new packaging style. - Binc now generates maildir message names that conform to DjB's suggestions for modern delivery agents.andreaha25+242-2090
2004-03-07 21:37- 1.2.7beta5-1andreaha2+7-0
2004-03-07 21:36- Fixed a mistake with handling the new command line parser. The precedence of global config, command line arguments and local config are now identical to that in 1.2.6.andreaha6+24-9
2004-03-04 21:25- Fixed typo in beta3.andreaha4+6-2
2004-03-04 20:18- Updated changelogs.andreaha2+31-3
2004-03-04 20:18- Refined the algorithm for moving messages from new/ a tad; messages created by Binc IMAP now get the string BincIMAP in their name. Messages with BincIMAP in their name are always moved from new/ immediately, otherwise the timestamp is checked.andreaha2+4-4
2004-03-04 20:11- Added option to force scanning when doing a pendingUpdates(). This will also force all messages in new/ to be moved to cur/ regardless of how the messages were stored there.andreaha7+13-12
2004-03-04 20:10- Removed down files from distro.andreaha2+2-6
2004-03-04 20:09- Update info on default locations for service files.andreaha1+23-10
2004-03-04 20:08- configure.in now also searches correctly for the OpenSSL include path.andreaha1+15-2
2004-03-02 20:10- LIBS and LDFLAGS fixes allow proper detection of OpenSSL.andreaha1+19-16
2004-03-02 20:09- COPY now uses the canonical form of the destination mailbox, so copying to "Inbox/go" is interpreted as "INBOX/go".andreaha3+33-4
2004-02-21 10:52- Removed debug output.andreaha4+1-34
2004-02-21 10:51- Fixed errors in README and README.SSL.andreaha2+12-20
2004-02-21 10:48- Fixed date typo in change log.andreaha1+1-1
2004-02-21 10:46- Default values of --localstatedir, --sysconfdir and --datadir fixed.andreaha2+8-7
2004-02-21 10:26- Added configure.in autocheck for -lsocketandreaha2+9-2
2004-02-21 10:16- The magic "." mailbox with IMAPdir is now skipped.andreaha2+5-0
2004-02-21 10:10- Added a note on the recent update to configure.in, although the actual change got submitted in the former revision.andreaha1+2-0
2004-02-21 10:09- Bumped version number to 1.2.7beta1.andreaha1+3-3
2004-02-21 10:08- Updated the Change Log in this file.andreaha1+4-0
2004-02-21 10:08- Fixes to the prioritization of default args over command line options.andreaha5+123-28
2004-02-21 10:07- SELECT also reports RECENT and EXISTS on empty mailboxes.andreaha3+5-5
2004-02-10 22:18- Updated change log with the command line argument changes.andreaha1+5-0
2004-02-10 22:16- Removed template based command line parser. - Added a much smaller and simpler command line parser.andreaha14+496-1017
2004-02-05 20:17- Updated changelog.andreaha1+4-1
2004-02-05 20:16- 1.2.6-1andreaha1+1-1
2004-02-05 20:15- 1.2.6-1andreaha1+3-0
2004-02-05 20:15- Added John Starks to the list of contributors.andreaha1+1-0
2004-02-03 20:01- Updated change logs.andreaha2+87-1
2004-02-03 18:34- Only select on stdin if the SSL buffer is empty.andreaha1+11-9
2004-02-03 15:42- Added support for CA path and CA file loading. CA file loading didn't work earlier.andreaha1+8-4
2004-02-03 06:39- Increased internal buffer size to 8192 bytes.andreaha1+3-3
2004-02-03 06:38- Increased the internal transfer buffer size to 8192 bytes.andreaha1+1-1
2004-02-02 20:39- Added the ca path setting in the conf file.andreaha1+3-0
2004-02-02 20:21- Include the flags in the update after APPEND.andreaha1+2-1
2004-02-02 20:15- Added --ca-path and "ca path" options. The verify locations are now loaded from these settings.andreaha3+18-4
2004-02-02 20:14- Contains info about the new options to configure.andreaha1+2-1
2004-02-02 20:04- Add the --depot= command line option.andreaha1+1-0
2004-02-02 19:57- Service scripts are now placed under localstatedir instead of sysconfdir. This defaults to /var/opt/bincimap.andreaha2+20-20
2004-02-02 19:55- Fixed bug where --enable-static or --disable-static both enabled static compiling. - Fixed so that the SSL library check links instead of just compiling the source.andreaha1+52-11
2004-02-02 19:49- Added the Mailbox::depot command line option.andreaha1+5-0
2004-01-29 20:18- Fix a problem with determining the size of bodyparts with no content.andreaha1+7-6
2004-01-28 23:08- Added doxygen comments.andreaha1+12-207
2004-01-28 23:08- Added doxygen docs.andreaha1+15-255
2004-01-28 22:48- Ignore any errors in the final pendingUpdates call.andreaha1+2-5
2004-01-27 22:15- Bumped beta version number.andreaha1+1-1
2004-01-27 20:59- Added doxygen docs.andreaha1+255-15
2004-01-27 20:09- More doxygen documentation for this class.andreaha1+207-12
2004-01-27 12:41- Changed Gary's mail address.andreaha1+1-1
2004-01-26 20:36- Added Gary Gordon (thanks for the help Gary!)andreaha1+1-0
2004-01-26 20:19- Handle correctly the case where the cache file is missing, and when it's empty.andreaha1+15-11
2004-01-26 19:51- Updated comments.andreaha1+28-13
2004-01-26 19:09- Bump the cache file version and uidvalfileversion, forcing clients to resync their messages and the servers to recalculate the messages sizes. This is necessary because of a former error with determining the size of a message.andreaha1+2-2
2004-01-26 18:39- Handle the case where the pending updates check in the APPEND operator fails.andreaha1+7-3
2004-01-26 18:06- Initial commit to Subversion depository.andreaha182+87969-0