citadel.git
20 years ago* citadel.h: changed internal version number to 6.07
Art Cancro [Mon, 26 May 2003 05:36:25 +0000 (05:36 +0000)]
* citadel.h: changed internal version number to 6.07
* file_ops.c: #include <ctype.h>
* migratenet.c: #include <ctype.h>

20 years ago* serv_calendar.c: fixed a bug in the "ICAL freebusy" subcommand which
Art Cancro [Mon, 26 May 2003 05:30:18 +0000 (05:30 +0000)]
* serv_calendar.c: fixed a bug in the "ICAL freebusy" subcommand which
  caused it to always fetch the logged in user's freebusy times instead
  of the user specified.

20 years ago* serv_func.c: added utility function read_server_text()
Art Cancro [Mon, 26 May 2003 05:28:13 +0000 (05:28 +0000)]
* serv_func.c: added utility function read_server_text()
* availability.c: banged out more of this code -- still not complete

20 years ago* Getting closer to doing the availability check. Created new source
Art Cancro [Mon, 26 May 2003 03:28:02 +0000 (03:28 +0000)]
* Getting closer to doing the availability check.  Created new source
  module 'availability.c' for this purpose.  Stub function is in place.

20 years ago* siteconfig.c: fixed a spelling error
Art Cancro [Sun, 25 May 2003 04:25:20 +0000 (04:25 +0000)]
* siteconfig.c: fixed a spelling error
* event.c: add a "Check attendee availability" button, and the code to
  bypass saving the event to the server, do something with it, and then
  feed the twiddled data structure back to the form display function for
  further editing.  What's still missing is the code to do the actual
  availability check.

20 years ago* cosmetics
Art Cancro [Sun, 25 May 2003 02:43:25 +0000 (02:43 +0000)]
* cosmetics

20 years ago* Small stylesheet hack to make it work with b0rken IE
Art Cancro [Sat, 24 May 2003 22:22:37 +0000 (22:22 +0000)]
* Small stylesheet hack to make it work with b0rken IE

20 years ago* Changed the login banner a bit
Art Cancro [Sat, 24 May 2003 22:13:10 +0000 (22:13 +0000)]
* Changed the login banner a bit

21 years ago* warning fix
Art Cancro [Fri, 23 May 2003 03:03:31 +0000 (03:03 +0000)]
* warning fix

21 years ago* database_sleepycat.c: added a couple of diagnostic messages to help
Art Cancro [Thu, 22 May 2003 13:34:31 +0000 (13:34 +0000)]
* database_sleepycat.c: added a couple of diagnostic messages to help
  troubleshoot problems with db-4.1.25 on Red Hat Linux 9
* room_ops.c: call mkdir() instead of system() to create a directory

21 years ago* Separate event invitees with newlines instead of commas.
Art Cancro [Tue, 20 May 2003 03:25:41 +0000 (03:25 +0000)]
* Separate event invitees with newlines instead of commas.

21 years ago* citadel.c: don't truncate roomname when user is idle, in long who list;
Michael Hampton [Tue, 20 May 2003 01:28:50 +0000 (01:28 +0000)]
* citadel.c: don't truncate roomname when user is idle, in long who list;
  display idle time in short who list

21 years ago*** empty log message ***
Art Cancro [Mon, 19 May 2003 19:55:31 +0000 (19:55 +0000)]
*** empty log message ***

21 years ago* summary.c: eliminate compiler warnings about unused variables when
Art Cancro [Mon, 19 May 2003 19:55:09 +0000 (19:55 +0000)]
* summary.c: eliminate compiler warnings about unused variables when
  compiling a WebCit service without calendar support

21 years ago* More conversion of screens to the new look-and-feel.
Art Cancro [Sun, 18 May 2003 02:05:38 +0000 (02:05 +0000)]
* More conversion of screens to the new look-and-feel.

21 years ago* THIS IS 6.06
Art Cancro [Fri, 16 May 2003 15:17:16 +0000 (15:17 +0000)]
* THIS IS 6.06

21 years ago* logging.h: removed.
Art Cancro [Fri, 16 May 2003 15:00:15 +0000 (15:00 +0000)]
* logging.h: removed.

21 years ago* Removed the old rec_log() facility because the utilities which read its
Art Cancro [Fri, 16 May 2003 14:59:08 +0000 (14:59 +0000)]
* Removed the old rec_log() facility because the utilities which read its
  data are crufty, disused, and produce incorrect output.
* Updated the documentation for the forthcoming 6.06 release.
* public_clients: removed hostnames which crept in from development servers

21 years ago* We don't need no steenking workaround. Problem fixed. MIME parser not
Art Cancro [Fri, 16 May 2003 04:11:32 +0000 (04:11 +0000)]
* We don't need no steenking workaround.  Problem fixed.  MIME parser not
  broken.  Web server was calling it with bad parameters.  All fixed now.
* Slightly tweaked the look of the tabs in the room edit screen.  Still looks
  like crap.

21 years agomake configure.ac automagically do the right thing on redhat 9
Nathan Bryant [Fri, 16 May 2003 04:07:37 +0000 (04:07 +0000)]
make configure.ac automagically do the right thing on redhat 9
remove crappy tolower() hack that was breaking the build on redhat 9
(because the kerberized openssl includes ctype.h)

before anyone yells at me, i did a little cvs archaeology on the tolower
thing, and it appears to have been in the Citadel source base since,
roughly, the Epoch. I doubt that the hack is needed any longer, and using
the OS's tolower() will handle extended charsets.

Anyone who is stupid enough to be using an OS with such a horribly broken
tolower() can just scratch their head and figure things out for
themselves. Citadel needs higher barriers to entry, there are too many
weirdos on the IGnet lately. :-)

21 years ago* Minor workaround in web forms to handle mime parser problem in uploads
Art Cancro [Thu, 15 May 2003 04:52:26 +0000 (04:52 +0000)]
* Minor workaround in web forms to handle mime parser problem in uploads

21 years ago* look and feel overhaul -- almost done!
Art Cancro [Thu, 15 May 2003 03:36:02 +0000 (03:36 +0000)]
* look and feel overhaul -- almost done!

21 years ago* doc mod
Art Cancro [Thu, 15 May 2003 03:25:12 +0000 (03:25 +0000)]
* doc mod

21 years ago* go gadget go
Art Cancro [Wed, 14 May 2003 03:49:30 +0000 (03:49 +0000)]
* go gadget go

21 years ago* More background cleanup
Art Cancro [Wed, 14 May 2003 03:46:35 +0000 (03:46 +0000)]
* More background cleanup

21 years ago* beginbox_nt (no titlebar)
Art Cancro [Tue, 13 May 2003 04:38:26 +0000 (04:38 +0000)]
* beginbox_nt (no titlebar)

21 years ago* Begin migration to the new "rounded boxes" look
Art Cancro [Tue, 13 May 2003 04:37:36 +0000 (04:37 +0000)]
* Begin migration to the new "rounded boxes" look

21 years ago* add corners
Art Cancro [Tue, 13 May 2003 03:59:40 +0000 (03:59 +0000)]
* add corners

21 years ago* Implemented the IMAP STARTTLS command as specified in RFC 2595.
Art Cancro [Tue, 13 May 2003 03:22:04 +0000 (03:22 +0000)]
* Implemented the IMAP STARTTLS command as specified in RFC 2595.

21 years ago* IMAP folder create and rename commands -- don't allow backslashes in
Art Cancro [Tue, 6 May 2003 03:38:59 +0000 (03:38 +0000)]
* IMAP folder create and rename commands -- don't allow backslashes in
  folder names.

21 years ago* Cleanups to summary page when running on a non ical enabled system
Art Cancro [Mon, 5 May 2003 17:19:46 +0000 (17:19 +0000)]
* Cleanups to summary page when running on a non ical enabled system
* Use non breaking spaces in summary page box titles

21 years ago* Non breaking spaces in summary page box titles
Art Cancro [Mon, 5 May 2003 17:05:27 +0000 (17:05 +0000)]
* Non breaking spaces in summary page box titles

21 years ago* Stretch the corners a bit
Art Cancro [Mon, 5 May 2003 17:01:03 +0000 (17:01 +0000)]
* Stretch the corners a bit

21 years ago* Display body of messages on a white background. I am doing this in order
Art Cancro [Sun, 4 May 2003 04:22:41 +0000 (04:22 +0000)]
* Display body of messages on a white background.  I am doing this in order
  to prepare for making the general background of the screen a darker color.

21 years ago* Summary page now uses our cutesy new rounded window boxes
Art Cancro [Sun, 4 May 2003 02:54:56 +0000 (02:54 +0000)]
* Summary page now uses our cutesy new rounded window boxes

21 years ago* oops, here are the files
Art Cancro [Sun, 4 May 2003 02:40:53 +0000 (02:40 +0000)]
* oops, here are the files

21 years ago* Added in a slick new box style and put the room lists in it
Art Cancro [Sat, 3 May 2003 21:28:43 +0000 (21:28 +0000)]
* Added in a slick new box style and put the room lists in it

21 years ago* In the 'folders' and 'portal' views, change the folder delimiter
Art Cancro [Sat, 3 May 2003 16:57:04 +0000 (16:57 +0000)]
* In the 'folders' and 'portal' views, change the folder delimiter
  from / to \ to avoid conflict with room names that have slashes

21 years ago* Change folder delimiter in room names from / to \
Art Cancro [Sat, 3 May 2003 16:50:52 +0000 (16:50 +0000)]
* Change folder delimiter in room names from / to \

21 years ago* Enforce three columns in portal view of room list
Art Cancro [Sat, 3 May 2003 16:23:30 +0000 (16:23 +0000)]
* Enforce three columns in portal view of room list

21 years ago* Added an experimental new "portal view" to the room list options
Art Cancro [Sat, 3 May 2003 04:52:32 +0000 (04:52 +0000)]
* Added an experimental new "portal view" to the room list options

21 years ago* setup.c: allow specification of the Citadel system account by either
Art Cancro [Fri, 2 May 2003 04:02:47 +0000 (04:02 +0000)]
* setup.c: allow specification of the Citadel system account by either
           username or uid
* setup.c: tell init to re-read /etc/inittab by sending a SIGHUP to pid 1
           instead of hunting around for the correct init or telinit command
* docs/citadel.html: documented the above change, and also rewrote some
                     other stuff to be less BBS-specific

21 years ago* Minor change to room list algorithm
Art Cancro [Fri, 2 May 2003 03:23:41 +0000 (03:23 +0000)]
* Minor change to room list algorithm

21 years ago* Fixed a potential memory leak in enumeration of MIME parts
Art Cancro [Thu, 1 May 2003 15:33:05 +0000 (15:33 +0000)]
* Fixed a potential memory leak in enumeration of MIME parts

21 years ago* When static content is requested, fetch it without trying to connect
Art Cancro [Thu, 1 May 2003 03:11:35 +0000 (03:11 +0000)]
* When static content is requested, fetch it without trying to connect
  to Citadel first.

21 years ago* Minor fix to ESMTP greeting (missing '-' screwed up pipelining)
Art Cancro [Wed, 30 Apr 2003 16:16:13 +0000 (16:16 +0000)]
* Minor fix to ESMTP greeting (missing '-' screwed up pipelining)

21 years ago* Added the ENHANCEDSTATUSCODES extention to ESMTP.
Art Cancro [Wed, 30 Apr 2003 15:46:27 +0000 (15:46 +0000)]
* Added the ENHANCEDSTATUSCODES extention to ESMTP.

21 years ago* Added the ability to compose messages with file attachments uploaded from
Art Cancro [Wed, 30 Apr 2003 05:00:00 +0000 (05:00 +0000)]
* Added the ability to compose messages with file attachments uploaded from
  the browser

21 years ago* Fix an off-by-one error in the mime parser
Art Cancro [Tue, 29 Apr 2003 04:41:22 +0000 (04:41 +0000)]
* Fix an off-by-one error in the mime parser

21 years ago* mime parser: look for the "name=" subfield tacked onto either
Art Cancro [Tue, 29 Apr 2003 04:13:58 +0000 (04:13 +0000)]
* mime parser: look for the "name=" subfield tacked onto either
  Content-type or Content-disposition, wherever it finds it.

21 years ago* doco for above
Art Cancro [Mon, 28 Apr 2003 17:08:10 +0000 (17:08 +0000)]
* doco for above

21 years ago* Added a site-configurable setting to suppress the automatic correction of
Art Cancro [Mon, 28 Apr 2003 16:56:51 +0000 (16:56 +0000)]
* Added a site-configurable setting to suppress the automatic correction of
  forged From: lines from authenticated SMTP users, for those who prefer
  strict RFC compliance instead of common sense.

21 years ago* Replace LKRN/LKRO in "folders view" room list with a single LKRA that
Art Cancro [Sun, 27 Apr 2003 04:46:02 +0000 (04:46 +0000)]
* Replace LKRN/LKRO in "folders view" room list with a single LKRA that
  observes the flag designating the presence of new messages.  (The "rooms
  view" uses an LKRN/LKRO pair *per floor* and has the same inefficiency,
  but that view may get axed soon.)

21 years ago* tcp_sockets.c: when an outgoing socket connection fails, close the socket
Art Cancro [Sat, 26 Apr 2003 21:57:53 +0000 (21:57 +0000)]
* tcp_sockets.c: when an outgoing socket connection fails, close the socket
  before returning an error code to avoid a file descriptor leak

21 years ago* Anytime a socket connect() fails, CLOSE THE SOCKET before erroring out.
Art Cancro [Sat, 26 Apr 2003 21:55:15 +0000 (21:55 +0000)]
* Anytime a socket connect() fails, CLOSE THE SOCKET before erroring out.
  Not doing so causes a file descriptor leak.

21 years ago* remove extraneous break statements
Art Cancro [Sat, 26 Apr 2003 05:21:47 +0000 (05:21 +0000)]
* remove extraneous break statements

21 years ago* When composing an anonymous message, show the header as [anonymous]
Art Cancro [Sat, 26 Apr 2003 04:49:49 +0000 (04:49 +0000)]
* When composing an anonymous message, show the header as [anonymous]

21 years ago* Removal of individual "remote" lines from message delivery instruction sets
Art Cancro [Sat, 26 Apr 2003 04:22:51 +0000 (04:22 +0000)]
* Removal of individual "remote" lines from message delivery instruction sets
  was corrupting the end of the set, rendering the "bounceto" line unusable
  and preventing bounces from being delivered.  Fixed this by explicitly
  adding a trailing newline when remove_token() strips it.

21 years ago* same thing
Art Cancro [Fri, 25 Apr 2003 18:29:58 +0000 (18:29 +0000)]
* same thing

21 years ago* When rejecting spam, use SMTP error code 550, not 552
Art Cancro [Fri, 25 Apr 2003 18:28:47 +0000 (18:28 +0000)]
* When rejecting spam, use SMTP error code 550, not 552

21 years ago* Allow IMAP STORE of more than one flag at a time (Mail.app from MacOS
Art Cancro [Wed, 23 Apr 2003 03:18:44 +0000 (03:18 +0000)]
* Allow IMAP STORE of more than one flag at a time (Mail.app from MacOS
  does this).

21 years ago* Repaired all my b0rken COLOR tags
Art Cancro [Sat, 19 Apr 2003 21:42:36 +0000 (21:42 +0000)]
* Repaired all my b0rken COLOR tags
* Replaced most FONT tags with SPAN tags
* Added new styles

21 years ago* Lots of great changes from Nick to make the site CSS-enabled.
Art Cancro [Sat, 19 Apr 2003 19:58:10 +0000 (19:58 +0000)]
* Lots of great changes from Nick to make the site CSS-enabled.

21 years ago* Do not allow incoming network polls while an outbound network processing
Art Cancro [Tue, 15 Apr 2003 02:44:03 +0000 (02:44 +0000)]
* Do not allow incoming network polls while an outbound network processing
  session is in progress.
* tools.c: removed collapsed_strcmp() as it is no longer used anywhere

21 years ago* First cut of CSS-izing WebCit. Probably b0rken.
Art Cancro [Mon, 14 Apr 2003 04:04:40 +0000 (04:04 +0000)]
* First cut of CSS-izing WebCit.  Probably b0rken.

21 years ago* Added color picker (still more work left to get it working)
Art Cancro [Mon, 14 Apr 2003 03:28:42 +0000 (03:28 +0000)]
* Added color picker (still more work left to get it working)

21 years ago* Remove the defaulthost/defaultport vs. c_host/c_port stuff -- we haven't
Art Cancro [Wed, 9 Apr 2003 04:02:32 +0000 (04:02 +0000)]
* Remove the defaulthost/defaultport vs. c_host/c_port stuff -- we haven't
  supported the idea of one WebCit connecting to multiple Citadels for a
  long time.  Now it's just one set of variables, called ctdlhost/ctdlport.
* When connecting to Citadel through a Unix domain socket, don't try to make
  the Java chat applet available.

21 years ago* Implemented the ".SILENT" protocol option in IMAP STORE. Certain apps seem
Art Cancro [Tue, 8 Apr 2003 04:03:37 +0000 (04:03 +0000)]
* Implemented the ".SILENT" protocol option in IMAP STORE.  Certain apps seem
  to want to use it.
* Optimized the IMAP operations which scan for expunged and added messages.
  These loops no longer make multiple traversals through the message list.

21 years ago* Reworked all the "list rooms" operations so that they only require one
Art Cancro [Mon, 7 Apr 2003 05:02:24 +0000 (05:02 +0000)]
* Reworked all the "list rooms" operations so that they only require one
  pass through the database.
* Repaired the "create floor" operation which was broken by the switch
  to the new IPC libray

21 years ago* Fixed output of "-0500" vs. "+0500" type of timezone stamps in RFC822.
Art Cancro [Wed, 2 Apr 2003 13:33:28 +0000 (13:33 +0000)]
* Fixed output of "-0500" vs. "+0500" type of timezone stamps in RFC822.
  (I think they were reversed.)

21 years ago* sysdep.c: optimized MyContext() a bit, and inlined it. A little profiling
Art Cancro [Tue, 1 Apr 2003 05:01:08 +0000 (05:01 +0000)]
* sysdep.c: optimized MyContext() a bit, and inlined it.  A little profiling
  revealed that this function was getting used super heavily.
* tools.c: removed the older, slower string tokenizer functions that
  weren't getting used anymore.

21 years ago* Repaired the formatting of text/plain messages with blank lines.
Art Cancro [Mon, 31 Mar 2003 04:55:58 +0000 (04:55 +0000)]
* Repaired the formatting of text/plain messages with blank lines.

21 years ago* messages.c: check for 000 terminator while parsing RFC822 headers to
Art Cancro [Mon, 31 Mar 2003 03:32:19 +0000 (03:32 +0000)]
* messages.c: check for 000 terminator while parsing RFC822 headers to
  prevent getting hung up while displaying certain badly formatted messages.

21 years ago* Optimized CtdlReadMessageBody() and also gave it an option to store
Art Cancro [Sun, 30 Mar 2003 06:16:52 +0000 (06:16 +0000)]
* Optimized CtdlReadMessageBody() and also gave it an option to store
  messages with CRLF newlines instead of LF.  This option is used when
  reading SMTP in order to keep Pine from barfing on LF-terminated newlines
  while decoding quoted-printable.  Once again, Mark Crispin is an idiot.

21 years ago* When reading from the server, do not treat CR as end-of-line because
Art Cancro [Sun, 30 Mar 2003 06:13:19 +0000 (06:13 +0000)]
* When reading from the server, do not treat CR as end-of-line because
  there's probably an LF coming after it.  Instead, keep reading to the LF
  and then strip both.
* No not underline links in the icon bars

21 years ago* Downloading of attachments was completely broken by the change to the new
Art Cancro [Wed, 26 Mar 2003 05:17:12 +0000 (05:17 +0000)]
* Downloading of attachments was completely broken by the change to the new
  protocol library.  Located and fixed bugs.
* html.c: increased the conversion buffer size

21 years ago*** empty log message ***
Art Cancro [Wed, 26 Mar 2003 03:28:53 +0000 (03:28 +0000)]
*** empty log message ***

21 years ago* Add the ability to quit out while validating users. Also added a help
Art Cancro [Mon, 24 Mar 2003 03:42:15 +0000 (03:42 +0000)]
* Add the ability to quit out while validating users.  Also added a help
  option listing available access levels.  This closes Bugzilla #37.

21 years ago* During startup, display the version string from the Berkeley DB library.
Art Cancro [Sat, 22 Mar 2003 05:38:23 +0000 (05:38 +0000)]
* During startup, display the version string from the Berkeley DB library.
* When deleting a mailbox, don't reveal the namespace prefix to the user.

21 years ago* connection_died(): Don't crash before printing message, crash afterward.
Michael Hampton [Thu, 20 Mar 2003 08:37:04 +0000 (08:37 +0000)]
* connection_died(): Don't crash before printing message, crash afterward.
  (Bugzilla id 111)

21 years ago* entmsg(): Don't corrupt the msg_arr[] when replying to a message in a room
Michael Hampton [Wed, 19 Mar 2003 11:48:06 +0000 (11:48 +0000)]
* entmsg(): Don't corrupt the msg_arr[] when replying to a message in a room

21 years ago* mini tweaks to calendar
Art Cancro [Wed, 19 Mar 2003 04:45:15 +0000 (04:45 +0000)]
* mini tweaks to calendar

21 years ago* Dropped support for GDBM and for versions of Berkeley DB prior to 4.1
Art Cancro [Wed, 19 Mar 2003 04:04:56 +0000 (04:04 +0000)]
* Dropped support for GDBM and for versions of Berkeley DB prior to 4.1

21 years ago* Applied a patch sent in by Clint Adams <schizo@debian.org> to handle
Art Cancro [Tue, 18 Mar 2003 05:15:05 +0000 (05:15 +0000)]
* Applied a patch sent in by Clint Adams <schizo@debian.org> to handle
  building on Debian's unstable with Berkeley DB 4.1, compiled with
  the --with-db-uniquename when errno is a macro (as in glibc 2.3.1).

21 years ago* Fix <G>oto in alternate_semantics - it actually marks messages read now.
Michael Hampton [Mon, 17 Mar 2003 11:56:35 +0000 (11:56 +0000)]
* Fix <G>oto in alternate_semantics - it actually marks messages read now.

21 years ago* Call to accept() was being made with an uninitialized variable for the
Art Cancro [Mon, 17 Mar 2003 04:17:41 +0000 (04:17 +0000)]
* Call to accept() was being made with an uninitialized variable for the
  third argument.  Changed the second and third argument to NULL and 0 because
  we don't really need accept() to fill up a buffer full of information that
  we'll never use.  (Thanks to SteveV for reporting the bug and helping to
  troubleshoot it.)
* Removed the mutex wrapper around select() because we don't need it.  All
  idle worker threads now block on select() and one of them will wake up when
  a connection arrives.

21 years ago* Supply a NULL argument as the second argument to accept() instead of an
Art Cancro [Mon, 17 Mar 2003 04:03:14 +0000 (04:03 +0000)]
* Supply a NULL argument as the second argument to accept() instead of an
  empty buffer whose contents we never even look at.

21 years ago* Fixed the bug that caused freebusy publishes to crash.
Art Cancro [Sun, 16 Mar 2003 05:07:12 +0000 (05:07 +0000)]
* Fixed the bug that caused freebusy publishes to crash.

21 years ago* Still trying to fix bug in freebusy publish
Art Cancro [Sun, 16 Mar 2003 05:01:32 +0000 (05:01 +0000)]
* Still trying to fix bug in freebusy publish

21 years ago* Rewrite of calendar-to-freebusy conversion functions. This one creates
Art Cancro [Sat, 15 Mar 2003 23:05:08 +0000 (23:05 +0000)]
* Rewrite of calendar-to-freebusy conversion functions.  This one creates
  freebusy in the correct format, instead of what I mistakenly assumed it
  was supposed to look like.  :(

21 years ago* When scanning a user's Calendar> room for calendar events, search for
Art Cancro [Sat, 15 Mar 2003 22:31:06 +0000 (22:31 +0000)]
* When scanning a user's Calendar> room for calendar events, search for
  MIME parts of type text/calendar instead of assuming that the event will
  always appear as part "1"

21 years ago* When a requested image is not available on the Citadel server, send a
Art Cancro [Sat, 15 Mar 2003 20:55:03 +0000 (20:55 +0000)]
* When a requested image is not available on the Citadel server, send a
  1x1 transparent GIF instead of 404 error.

21 years ago* Clone calendar subcomponents before encapsulating in case they already
Art Cancro [Fri, 14 Mar 2003 05:08:25 +0000 (05:08 +0000)]
* Clone calendar subcomponents before encapsulating in case they already
  happen to have a parent.

21 years ago* clone events to be encapsulated before saving, because the original
Art Cancro [Fri, 14 Mar 2003 04:21:57 +0000 (04:21 +0000)]
* clone events to be encapsulated before saving, because the original
  instance may already have a parent, and that makes crashy crashy

21 years ago* test
Art Cancro [Fri, 14 Mar 2003 04:09:30 +0000 (04:09 +0000)]
* test

21 years ago* More encapsulation. Warning: there are bugs in this!!
Art Cancro [Thu, 13 Mar 2003 05:57:17 +0000 (05:57 +0000)]
* More encapsulation.  Warning: there are bugs in this!!

21 years ago* Move towards storing calendar objects as fully encapsulated VCALENDAR
Art Cancro [Thu, 13 Mar 2003 05:48:33 +0000 (05:48 +0000)]
* Move towards storing calendar objects as fully encapsulated VCALENDAR
  components instead of just VEVENT subcomponents.

21 years ago* Various changes to the calendar service to handle messages containing
Art Cancro [Thu, 13 Mar 2003 05:20:23 +0000 (05:20 +0000)]
* Various changes to the calendar service to handle messages containing
  fully encapsulated VCALENDAR components instead of only unencapsulated
  VEVENT subcomponents.  We have to move in this direction for compatibility
  with other products.

21 years ago* More changes to the handling of RFC822 headers with regard to
Art Cancro [Wed, 12 Mar 2003 03:33:54 +0000 (03:33 +0000)]
* More changes to the handling of RFC822 headers with regard to
  splitting up the headers and body.  (Blank lines and such.)

21 years ago* More accurate handling of IMAP FETCH xx BODYSTRUCTURE command. This should
Art Cancro [Tue, 11 Mar 2003 06:23:50 +0000 (06:23 +0000)]
* More accurate handling of IMAP FETCH xx BODYSTRUCTURE command.  This should
  make Pine happier with multipart messages.