Re: [imp] SQL rights
On 28.01.2014 20:53, E.S. Rosenberg wrote: > Hi all, > I'm done installing horde webmail on a system now I'd like to revoke as > much privileges from the user I created for horde to use the db with as > possible. > > Is there a list of what is needed and what isn't? > I assume select, insert, update and delete are the minimum... If you want to use the "migrations" feature for updating the tables on updates, you will probably need table-changing permissions too. Which DBMS are you using? -- Ralf Lang Linux Consultant / Developer Tel.: +49-170-6381563 Mail: l...@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 signature.asc Description: OpenPGP digital signature -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Suggestion...
- Message from Michael M Slusarz - Date: Fri, 24 Jan 2014 12:23:52 -0700 From: Michael M Slusarz Subject: Re: [imp] Suggestion... To: imp@lists.horde.org Quoting ANANT S ATHAVALE : Dear List, Our users prefer the quota display to be in the format of ('actual usage size' of 'quota') and in bracket percentage (the way it was in Horde 3. For example, 800 of 1024 MB (80%). If you suggest me alone to change the code, where should I modify? The undocumented 'format' quota parameter in backends.php. See IMP_Quota#__construct() for the default values/examples. I am unable to find the format for 'long' in construct() function. short works but has only 2 parameters. percent and limit. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Michael M Slusarz - -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Suggestion...
- Message from Michael M Slusarz - Date: Fri, 24 Jan 2014 12:23:52 -0700 From: Michael M Slusarz Subject: Re: [imp] Suggestion... To: imp@lists.horde.org Quoting ANANT S ATHAVALE : Dear List, Our users prefer the quota display to be in the format of ('actual usage size' of 'quota') and in bracket percentage (the way it was in Horde 3. For example, 800 of 1024 MB (80%). If you suggest me alone to change the code, where should I modify? The undocumented 'format' quota parameter in backends.php. See IMP_Quota#__construct() for the default values/examples. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Michael M Slusarz - I am unable to find the format for 'long' in construct() function. short works but has only 2 parameters. percent and limit. Is long not implemented in the code? -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Suggestion...
Citando ANANT S ATHAVALE : - Message from Michael M Slusarz - Date: Fri, 24 Jan 2014 12:23:52 -0700 From: Michael M Slusarz Subject: Re: [imp] Suggestion... To: imp@lists.horde.org Quoting ANANT S ATHAVALE : Dear List, Our users prefer the quota display to be in the format of ('actual usage size' of 'quota') and in bracket percentage (the way it was in Horde 3. For example, 800 of 1024 MB (80%). If you suggest me alone to change the code, where should I modify? The undocumented 'format' quota parameter in backends.php. See IMP_Quota#__construct() for the default values/examples. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Michael M Slusarz - I am unable to find the format for 'long' in construct() function. short works but has only 2 parameters. percent and limit. Is long not implemented in the code? -- Take a look at: http://wiki.horde.org/AltImapQuotaH5I6?referrer=HowTo There is a screenshot and changes I do in IMP code for quota. Mauricio Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org This message was sent using IMP, the Internet Messaging Program. -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] compose message window focus
Dear List, As soon as I click on New Message, compose window pops up, but mouse pointer/focus is in body part. But, in demo site, it correctly focusses on To: field. What could be the reason? -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] compose message window focus
On 01/29/14 07:27 AM, ANANT S ATHAVALE wrote: As soon as I click on New Message, compose window pops up, but mouse pointer/focus is in body part. But, in demo site, it correctly focusses on To: field. What could be the reason? HTML vs Plain Text composition default. -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Suggestion...
Quoting ANANT S ATHAVALE : - Message from Michael M Slusarz - Date: Fri, 24 Jan 2014 12:23:52 -0700 From: Michael M Slusarz Subject: Re: [imp] Suggestion... To: imp@lists.horde.org Quoting ANANT S ATHAVALE : Dear List, Our users prefer the quota display to be in the format of ('actual usage size' of 'quota') and in bracket percentage (the way it was in Horde 3. For example, 800 of 1024 MB (80%). If you suggest me alone to change the code, where should I modify? The undocumented 'format' quota parameter in backends.php. See IMP_Quota#__construct() for the default values/examples. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Michael M Slusarz - I am unable to find the format for 'long' in construct() function. short works but has only 2 parameters. percent and limit. Is long not implemented in the code? Why do you need 'long'? Especially since it wouldn't be used anywhere in the code? michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] SQL rights
2014-01-29 Ralf Lang > On 28.01.2014 20:53, E.S. Rosenberg wrote: > > Hi all, > > I'm done installing horde webmail on a system now I'd like to revoke as > > much privileges from the user I created for horde to use the db with as > > possible. > > > > Is there a list of what is needed and what isn't? > > I assume select, insert, update and delete are the minimum... > > If you want to use the "migrations" feature for updating the tables on > updates, you will probably need table-changing permissions too. > > Which DBMS are you using? > MySQL, should have mentioned that in the original message sorry. Thanks, Eli > > > -- > Ralf Lang > Linux Consultant / Developer > Tel.: +49-170-6381563 > Mail: l...@b1-systems.de > B1 Systems GmbH > Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de > GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 > > > -- > imp mailing list > Frequently Asked Questions: http://wiki.horde.org/FAQ > To unsubscribe, mail: imp-unsubscr...@lists.horde.org > -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Suggestion...
- Message from Michael M Slusarz - Date: Wed, 29 Jan 2014 17:01:09 -0700 From: Michael M Slusarz Subject: Re: [imp] Suggestion... To: imp@lists.horde.org Quoting ANANT S ATHAVALE : - Message from Michael M Slusarz - Date: Fri, 24 Jan 2014 12:23:52 -0700 From: Michael M Slusarz Subject: Re: [imp] Suggestion... To: imp@lists.horde.org Quoting ANANT S ATHAVALE : Dear List, Our users prefer the quota display to be in the format of ('actual usage size' of 'quota') and in bracket percentage (the way it was in Horde 3. For example, 800 of 1024 MB (80%). If you suggest me alone to change the code, where should I modify? The undocumented 'format' quota parameter in backends.php. See IMP_Quota#__construct() for the default values/examples. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Michael M Slusarz - I am unable to find the format for 'long' in construct() function. short works but has only 2 parameters. percent and limit. Is long not implemented in the code? Why do you need 'long'? Especially since it wouldn't be used anywhere in the code? michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Michael M Slusarz - I want long format as it supports the quota format of - usage in units / limit in units (%usage). I tried setting the following first, 'quota' => array( 'driver' => 'imap', 'params' => array( 'hide_when_unlimited' => true, 'unit' => 'MB', 'format' => array('long' => 'Quota Status: %.2f / %.2f (%s%%)') , ) ), and also tried with short. The output is not as expected. It still shows % usage first. -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] compose message window focus
- Message from Oscar del Rio - Date: Wed, 29 Jan 2014 10:03:34 -0500 From: Oscar del Rio Subject: Re: [imp] compose message window focus To: imp@lists.horde.org On 01/29/14 07:27 AM, ANANT S ATHAVALE wrote: As soon as I click on New Message, compose window pops up, but mouse pointer/focus is in body part. But, in demo site, it correctly focusses on To: field. What could be the reason? HTML vs Plain Text composition default. -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Oscar del Rio - Yes. you are right. But, why should it be different. -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] How do I print the contents of mail as shown in Preview or new window
Dear List, Some of my users have a requirement of printing the mail displayed in preview frame or new window, exactly as shown in the preview or in new window. When opened in new window, browser print option is not available (at least in Firefox). Just wanted to know, is there a way to print the contents as shown in the preview or new window? If it is not there, what is the alternate way which may be used to achieve the same? -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] How do I print the contents of mail as shown in Preview or new window
Quoting ANANT S ATHAVALE : Dear List, Some of my users have a requirement of printing the mail displayed in preview frame or new window, exactly as shown in the preview or in new window. When opened in new window, browser print option is not available (at least in Firefox). Just wanted to know, is there a way to print the contents as shown in the preview or new window? If it is not there, what is the alternate way which may be used to achieve the same? This is not available. Blame Chrome and Firefox (since you can't print HTML messages since they won't print IFRAMEs correctly). michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] How do I print the contents of mail as shown in Preview or new window
- Message from Michael M Slusarz - Date: Wed, 29 Jan 2014 20:47:23 -0700 From: Michael M Slusarz Subject: Re: [imp] How do I print the contents of mail as shown in Preview or new window To: imp@lists.horde.org Quoting ANANT S ATHAVALE : Dear List, Some of my users have a requirement of printing the mail displayed in preview frame or new window, exactly as shown in the preview or in new window. When opened in new window, browser print option is not available (at least in Firefox). Just wanted to know, is there a way to print the contents as shown in the preview or new window? If it is not there, what is the alternate way which may be used to achieve the same? This is not available. Blame Chrome and Firefox (since you can't print HTML messages since they won't print IFRAMEs correctly). michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Michael M Slusarz - Thanks. Then which browser will help? I can tell users to use that browser, -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] How do I print the contents of mail as shown in Preview or new window
Quoting ANANT S ATHAVALE : - Message from Michael M Slusarz - Date: Wed, 29 Jan 2014 20:47:23 -0700 From: Michael M Slusarz Subject: Re: [imp] How do I print the contents of mail as shown in Preview or new window To: imp@lists.horde.org Quoting ANANT S ATHAVALE : Dear List, Some of my users have a requirement of printing the mail displayed in preview frame or new window, exactly as shown in the preview or in new window. When opened in new window, browser print option is not available (at least in Firefox). Just wanted to know, is there a way to print the contents as shown in the preview or new window? If it is not there, what is the alternate way which may be used to achieve the same? This is not available. Blame Chrome and Firefox (since you can't print HTML messages since they won't print IFRAMEs correctly). michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Michael M Slusarz - Thanks. Then which browser will help? I can tell users to use that browser, -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org What we do here when we need both the log and attachment list is open the email in the preview window and then send to the printer using the 'ctrl-p' key combination. This brings up the printer listing and includes being able to print the full window to pdf for filing purposes. Note we are using Firefox for our web browser. Harvey -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] How do I print the contents of mail as shown in Preview or new window
- Message from Harvey - Date: Thu, 30 Jan 2014 04:03:23 + From: Harvey Subject: Re: [imp] How do I print the contents of mail as shown in Preview or new window To: imp@lists.horde.org Quoting ANANT S ATHAVALE : - Message from Michael M Slusarz - Date: Wed, 29 Jan 2014 20:47:23 -0700 From: Michael M Slusarz Subject: Re: [imp] How do I print the contents of mail as shown in Preview or new window To: imp@lists.horde.org Quoting ANANT S ATHAVALE : Dear List, Some of my users have a requirement of printing the mail displayed in preview frame or new window, exactly as shown in the preview or in new window. When opened in new window, browser print option is not available (at least in Firefox). Just wanted to know, is there a way to print the contents as shown in the preview or new window? If it is not there, what is the alternate way which may be used to achieve the same? This is not available. Blame Chrome and Firefox (since you can't print HTML messages since they won't print IFRAMEs correctly). michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Michael M Slusarz - Thanks. Then which browser will help? I can tell users to use that browser, -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org What we do here when we need both the log and attachment list is open the email in the preview window and then send to the printer using the 'ctrl-p' key combination. This brings up the printer listing and includes being able to print the full window to pdf for filing purposes. Note we are using Firefox for our web browser. Harvey -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Harvey - Dear Harvey, Thank you for this input. It works and will definitely help our users to file the mails. -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] How do I print the contents of mail as shown in Preview or new window
Quoting ANANT S ATHAVALE : What we do here when we need both the log and attachment list is open the email in the preview window and then send to the printer using the 'ctrl-p' key combination. This brings up the printer listing and includes being able to print the full window to pdf for filing purposes. Note we are using Firefox for our web browser. This does **NOT** work. If there is an HTML message, then the entire rest of the message will be truncated after the first page. This is a known issue in Firefox. The bug has been open for 10 years. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] How do I print the contents of mail as shown in Preview or new window
Quoting Michael M Slusarz : Quoting ANANT S ATHAVALE : What we do here when we need both the log and attachment list is open the email in the preview window and then send to the printer using the 'ctrl-p' key combination. This brings up the printer listing and includes being able to print the full window to pdf for filing purposes. Note we are using Firefox for our web browser. This does **NOT** work. If there is an HTML message, then the entire rest of the message will be truncated after the first page. This is a known issue in Firefox. The bug has been open for 10 years. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org That is true for us as well. We were more concerned with having a confirmation of the attachement list and log due to trade invites we send out. When the complete email body is needed then the email needs to be printed out from the main window as well. Harvey -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] How do I print the contents of mail as shown in Preview or new window
- Message from Harvey - Date: Thu, 30 Jan 2014 04:40:59 + From: Harvey Subject: Re: [imp] How do I print the contents of mail as shown in Preview or new window To: imp@lists.horde.org Quoting Michael M Slusarz : Quoting ANANT S ATHAVALE : What we do here when we need both the log and attachment list is open the email in the preview window and then send to the printer using the 'ctrl-p' key combination. This brings up the printer listing and includes being able to print the full window to pdf for filing purposes. Note we are using Firefox for our web browser. This does **NOT** work. If there is an HTML message, then the entire rest of the message will be truncated after the first page. This is a known issue in Firefox. The bug has been open for 10 years. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org That is true for us as well. We were more concerned with having a confirmation of the attachement list and log due to trade invites we send out. When the complete email body is needed then the email needs to be printed out from the main window as well. Harvey -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org - End message from Harvey - I will suggest my users to open the mail in new window and use Ctrl+P for their specific mail requirements. I am sure, this will help our users. -- Regards Anant -- Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] How do I print the contents of mail as shown in Preview or new window
Quoting Harvey : Quoting Michael M Slusarz : Quoting ANANT S ATHAVALE : What we do here when we need both the log and attachment list is open the email in the preview window and then send to the printer using the 'ctrl-p' key combination. This brings up the printer listing and includes being able to print the full window to pdf for filing purposes. Note we are using Firefox for our web browser. This does **NOT** work. If there is an HTML message, then the entire rest of the message will be truncated after the first page. This is a known issue in Firefox. The bug has been open for 10 years. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org That is true for us as well. We were more concerned with having a confirmation of the attachement list and log due to trade invites we send out. When the complete email body is needed then the email needs to be printed out from the main window as well. FYI: https://bugzilla.mozilla.org/show_bug.cgi?id=113217 If somebody knows someone at Mozilla, bug them about this. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org