[Citadel Development] Citadel commit log: revision 7698

2009-07-27 Thread dothebart

r7698 | dothebart | 2009-07-27 03:26:29 -0400 (Mon, 27 Jul 2009) | 2 lines
Changed paths:
   M /trunk/webcit/messages.c

* lowercase mimetype before looking it up; fixes mail rendering problem from 
mgigglesworth in citadel support.




[Citadel Development] Re: evolution and namespaces

2009-07-27 Thread IGnatius T Foobar
And it looks like they've already marked it as a dupe.  
   
 Evolution's failure to behave properly with namespaces is a colossal 
failure on their part.  They should either map the namespaces properly or 
not support them at all.  
   
 Of course, this is Ximian (aka Novell) we're talking about here.  Their 
allegiance is to Microsoft; uncoincidentally, their support for Exchange 
is very good.  
  


[Citadel Development] Citadel commit log: revision 7699

2009-07-27 Thread dothebart

r7699 | dothebart | 2009-07-27 14:10:21 -0400 (Mon, 27 Jul 2009) | 2 lines
Changed paths:
   M /trunk/webcit/vcard_edit.c

* add additional bytes to the buffer, so swapping names doesn't buffer overrun. 
Fixes Bug 473




[Citadel Development] Re: evolution and namespaces

2009-07-27 Thread samjam
   
  Mon Jul 27 2009 10:16:50 am EDT EDT from   IGnatius T Foobar @ Uncensored 
Subject: Re: evolution and namespaces

And it looks like they've already marked it as a dupe.   

Evolution's failure to behave properly with namespaces is a colossal 
failure on their part.  They should either map the namespaces properly or 
not support them at all.   

Of course, this is Ximian (aka Novell) we're talking about here.  Their 
allegiance is to Microsoft; uncoincidentally, their support for Exchange  is
very good.   


  


  

  

I think their exchange support is pretty rotten, RPC over HTTP support is
non-existent.  

Looks like a patch came out in February, maybe it will hit Karmic Koala  

Sam

[Citadel Development] Citadel commit log: revision 7700

2009-07-27 Thread ajc

r7700 | ajc | 2009-07-27 23:20:08 -0400 (Mon, 27 Jul 2009) | 1 line
Changed paths:
   M /trunk/webcit/sieve.c

* sieve.c: changed a bstr() to BSTR() which fixes the problem of custom Sieve 
scripts disappearing when the user saves them.



[Citadel Development] Citadel commit log: revision 7701

2009-07-27 Thread ajc

r7701 | ajc | 2009-07-27 23:21:28 -0400 (Mon, 27 Jul 2009) | 1 line
Changed paths:
   M /branches/stable-75x/webcit/sieve.c

* Backport r7700 to stable-75x