Re: Different type of message store
HI, On Monday, December 9, 2002, at 04:58 PM, Rob Siemborski wrote: On Sun, 8 Dec 2002, Rob Mueller wrote: Has there been any thought in spending some time cleaning up the code to try and stop these assumptions all over the place and create some better abstractions? Clearly cyrus has been a project that's evolved over time, and the code is where it is now because of the evolution over time, but some time spent fixing old assumptions and some old programming practices would certainly help with the speediness and correctness of future coding? Its something we're not adverse too, but don't have specific plans to spend time on. I know for one I've been wanting to clean up the mboxlist API, which really took a beating during the murder development. (Though, its probably the most separate part of the API at the current point). Just curious. I am looking into this for our IMAP service and I am interested in this (I started the thread). Maybe I can contribute parts of code (depends a bit on our internal way forward) and therefor I would like to know how you 'vyrus-developers/maintainers' see this. You have CVS access or prefer to have just patches, Harrie Software developer, Technical Department
namespaces
Ciao, I managed to install the cyrus-imap server and while testing I noticed the following: * OK hostname Cyrus IMAP4 v2.1.11 server ready x LOGIN userA x OK User logged in x NAMESPACE * NAMESPACE (("INBOX/" "/")) (("user/" "/")) (("" "/")) x OK Completed * OK hostname Cyrus IMAP4 v2.1.11 server ready x LOGIN userB x OK User logged in x NAMESPACE * NAMESPACE NIL (("user/" "/")) (("" "/")) x OK Completed This is with the same configuration different and two different users. As you can see the second does not have a personal namespace. What do I wrong?? Originally I had it for the first one to, but fiddling with the configuration directive "alternatenamespace: yes" it changed. I also changed the other directive for namespaces in the configuration, but those did not change at all. Do I need to set something specific?? From what and where is the namespace defined?? cheers, Harrie -- Author of MOD-SNMP, enabling SNMP management of Apache HTTP server
Different type of message store
HI, I was wondering if some one could point me in the right direction in order to look at the message store API. I would like to see what must be done in order to have a different message store backend that contains the email messages. Thanks by advance, Harrie Software developer, Technical Department