[imp] IMP sort limit

2010-08-12 Thread Aria Bamdad
Hi All, I am trying to set the upper limit on mailbox size for sorting by using the config variable conf[server][sort_limit] and setting it to 2500. However, this disables all sorting on the mailbox for the user. My goal is to set the sort order for mailboxes with more than 2500 to the arrival

Re: [imp] problems with trash and sent foløder after upgrade

2010-09-10 Thread Aria Bamdad
> -Original Message- > From: imp-boun...@lists.horde.org [mailto:imp-boun...@lists.horde.org] > On Behalf Of Jan Schneider > Sent: Friday, September 10, 2010 10:41 AM > To: imp@lists.horde.org > Subject: Re: [imp] problems with trash and sent foløder after upgrade > > Please keep the dis

Re: [imp] problems with trash and sent foløder after upgrade

2010-09-12 Thread Aria Bamdad
Quoting Jan Schneider : Zitat von Aria Bamdad : -Original Message- From: imp-boun...@lists.horde.org [mailto:imp-boun...@lists.horde.org] On Behalf Of Jan Schneider Sent: Friday, September 10, 2010 10:41 AM To: imp@lists.horde.org Subject: Re: [imp] problems with trash and sent

Re: [imp] login slowness with large inboxes after upgrade from Horde 3.0.10+IMP 4.0.4 to Horde 3.3.8 + IMP 4.3.7

2010-10-29 Thread Aria Bamdad
> -Original Message- > From: imp-boun...@lists.horde.org [mailto:imp-boun...@lists.horde.org] > On Behalf Of lst_ho...@kwsoft.de > Sent: Monday, October 25, 2010 2:34 PM > To: imp@lists.horde.org > Subject: Re: [imp] login slowness with large inboxes after upgrade from > Horde 3.0.10+IMP

Re: [imp] login slowness with large inboxes after upgrade from Horde 3.0.10+IMP 4.0.4 to Horde 3.3.8 + IMP 4.3.7

2010-11-03 Thread Aria Bamdad
> -Original Message- > From: imp-boun...@lists.horde.org [mailto:imp-boun...@lists.horde.org] > On Behalf Of Jose Manuel Blanco > Sent: Wednesday, November 03, 2010 7:03 AM > To: imp@lists.horde.org > Subject: Re: [imp] login slowness with large inboxes after upgrade from > Horde 3.0.10+I

Re: [imp] login slowness with large inboxes after upgrade from Horde 3.0.10+IMP 4.0.4 to Horde 3.3.8 + IMP 4.3.7

2010-11-03 Thread Aria Bamdad
rom > Horde 3.0.10+IMP 4.0.4 to Horde 3.3.8 + IMP 4.3.7 > > Quoting Aria Bamdad : > > > I have the same problem with my setup. I use an IBM IMAP server and > after > > running several traces, we found that IMP tends to request specific > detailed > > information

[imp] allow_url_fopen setting for PHP

2011-07-20 Thread Aria Bamdad
Hi, I did some searching around to see if it is safe to turn allow_url_fopen OFF in the PHP.INI file for Horde Groupware Webmail Edition but didn't find anything definitive. I did find some references that if it is set to OFF, then some things break and some references that say to turn it off

[imp] IMAPPROXY protocol logging trace not working

2012-12-05 Thread Aria Bamdad
Hi, This is just an FYI for anyone else that may run into this problem. Apparently, with the newer versions of HORDE/IMP (I am using Horde 5 and IMP 6.02), when IMP logs into the IMAP server, via IMAPPROXY, the user name is passed as a quoted string, which is perfectly valid. In older versions,

Re: [imp] IMAPPROXY protocol logging trace not working

2012-12-05 Thread Aria Bamdad
Quoting Michael M Slusarz : Quoting Aria Bamdad : This is just an FYI for anyone else that may run into this problem. Apparently, with the newer versions of HORDE/IMP (I am using Horde 5 and IMP 6.02), when IMP logs into the IMAP server, via IMAPPROXY, the user name is passed as a quoted

[imp] PHP Fatal error on sorting a mailbox

2012-12-05 Thread Aria Bamdad
Hi, I am using Horde 5.02 with IMP 6.02 and have found what appears to be a bug in the PEAR/Horde/Imap/Client/Socket/ClientSort.php module when sorting a mailbox by the 'From' column AND when IMP is connected to an IMAP server with the SORT capability turned off (or a server that does not suppor

[imp] Message flags missing in basic/mobile mode

2012-12-18 Thread Aria Bamdad
Hi, Using Horde 5.0.2 and IMP 6.0.2, in basic mode, seems like the ability to set message flags is gone. In other words, I don't see a dropdown to select set message as seen/unseen or flagged for follow-up. I see this in dynamic mode under the 'Other' drop down list. Is this working as design

Re: [imp] Message flags missing in basic/mobile mode

2012-12-18 Thread Aria Bamdad
Quoting Oscar del Rio : On 12/18/12 05:15 PM, Aria Bamdad wrote: Using Horde 5.0.2 and IMP 6.0.2, in basic mode, seems like the ability to set message flags is gone. In other words, I don't see a dropdown to select set message as seen/unseen or flagged for follow-up. I see this in dy

Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Aria Bamdad
s bug: http://bugs.horde.org/ticket/11820 which is actually a PHP error. It affects the Horde_Imap_Client. Is it possible that this may have introduced the problem? Aria Bamdad wrote: Quoting Oscar del Rio : On 12/18/12 05:15 PM, Aria Bamdad wrote: Using Horde 5.0.2 and IMP 6.0.2

Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Aria Bamdad
Quoting Michael M Slusarz : The only way IMP hides this is if you are using POP3 or the mailbox is read only. michael Did a bit more debugging and added the following debug statement to the imp/mailbox.php file after the mailbox readonly status is checked: /* Determine if mailbox is r

Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Aria Bamdad
Quoting Michael M Slusarz : The only way IMP hides this is if you are using POP3 or the mailbox is read only. michael Ok, did more tracing and it appears that it's not the mailbox readonly status that is causing this. It appears that imp/templates/basic/mailbox/navbar.html.php is wha

Re: [imp] Message flags missing in basic/mobile mode

2012-12-20 Thread Aria Bamdad
Quoting Michael M Slusarz : This means that none of those flags are settable in that mailbox, per the IMAP server. So we are not going to display flag actions that can't be done. michael if that were true, wouldn't the Dynamic view also refuse to allow these flags to be changed? I c

[imp] Mailbox sort problem in Groupware Webmail 5.0.4

2013-03-21 Thread Aria Bamdad
Hi, I just upgraded from horde/webmail 5.0.3 to 5.0.4 which is horde/imp 6.0.3 to 6.0.4. After the upgrade, when you sort a mailbox by using the 'Message Date', the sort order is incorrect. That is you can see groups of message that are correctly sorted but are not in the right sort order overa

[imp] Address book icon in compose window

2013-11-18 Thread Aria Bamdad
Hi, Trying to move my users to IMP 6.1 and a repeated question we are getting is regarding the message compose window in DIMP and the lack of an icon for the 'Address Book'. I know that 'To', 'cc' and 'bcc' is a clickable link that brings up the address book but frankly, the majority of our u

Re: [imp] Address book icon in compose window

2013-11-19 Thread Aria Bamdad
>> 2-Would it make sense to add a small icon next to the 'To', cc and bcc? >> >I don't think so. Increasing the contrast of the link is probably a >good idea - right now the "blue-gray" of the link is way too close to >the gray background. Or maybe underlining the link, etc. But if >user

[imp] Compose message in HTML not working

2013-11-22 Thread Aria Bamdad
Hi, We seem to have problems with HTML composition of a new or replied to message and cut/paste from Word: 1-Using Firefox 25.0, when you paste from Word using the 'paste from word' button, you get a browser security setting dialog box asking you to paste in the box, then click OK. When you

Re: [imp] Compose message in HTML not working

2013-11-25 Thread Aria Bamdad
>> Hi, >> >> >> >> We seem to have problems with HTML composition of a new or replied to >> message and cut/paste from Word: >> >> >> >> 1-Using Firefox 25.0, when you paste from Word using the 'paste from word' >> button, you get a browser security setting dialog box asking you to paste in >> the

Re: [imp] Compose message in HTML not working

2013-11-27 Thread Aria Bamdad
>> Thanks Michael. Looking at the ckeditor site, I see lots of reported >> bugs/problems with regards to version 3. Is there any plan for moving to >> version 4 in the future? In a business environment, cut/paste between >> applications is quite often used as users need to get content from vari

Re: [imp] IMP 6.2 release date

2014-02-26 Thread Aria Bamdad
>> Od: azurIt >> Komu: >> Dátum: 18.02.2014 21:51 >> Predmet: [imp] IMP 6.2 release date >> >>Any news? thnx >> >>azur > > > > >Really nothing? Is there anything which prevents doing a release? > >azur >-- >imp mailing list >Frequently Asked Questions: http://wiki.horde.org/FAQ >To unsubscribe,

Re: [imp] IMP 6.2 release date

2014-02-26 Thread Aria Bamdad
>Guys, i already donated $100 to one of the new functions which will be >included in this release and this is way i was >asking this question - i just >can't wait to start using it. I didn't want to mention it like this but Aria, >who >probably never donated a cent to OSS, is trying to make me

[imp] Emoticons images as mime parts

2014-03-13 Thread Aria Bamdad
Hi, Is there to force IMP to include the emoticon images as mime parts of a message rather than include them as HTML links pointing back to the server? The global option to include image as attachments $conf[compose][convert_to_related] does not seem to have any effect on emoticons. I am runn

[imp] Spell check as you type disabled

2014-03-17 Thread Aria Bamdad
Hi, I there a reason why spell check as you type for CKEditor is disabled by default? I find this /* Disable spell check as you type. */ 'scayt_autoStartup: false', in /horde/imp/lib/Editor.php. Thanks. -- imp mailing list Frequently Asked Questions: http://w

Re: [imp] Spell check as you type disabled

2014-03-17 Thread Aria Bamdad
>Because we already provide a spellcheck feature. > Yes, I understand, but the spell check feature requires a user to click the button to check for spelling errors but the spell check as you type will underline the errors and would allow them to correct it before they perhaps click the full feat

Re: [imp] Spell check as you type disabled

2014-03-17 Thread Aria Bamdad
>Most modern browsers offer this functionality anyway. Duplicating it with >server side code seems inefficient to me.. > >Simon I agree with you but the browser based spell checking via underline only work when you are composing a message in IMP in 'text' mode. If you are in 'HTML Composition'

[imp] Imagick temp files written to /tmp by default

2014-03-24 Thread Aria Bamdad
Hi, Running Horde 5.1.6 & IMP 6.1.7& PHP 5.3, I noticed that imagick is creating temp file in the default system /tmp directory rather than the Horde configured $conf[tmpdir] directory. Setting the PHP.INI variable upload_tmp_dir doesn't seem to change this behavior either. I have $conf[image

Re: [imp] Imagick temp files written to /tmp by default

2014-03-24 Thread Aria Bamdad
>Actually, nevermind. This value is only used in places that Horde has >control of where the files are written. I.e., temporary files that >*horde* creates. It seems that currently the only way to change the >place that Imagemagick/Imagick place *their* temporary files is to use >env. varia

Re: [imp] Mail printing - confirmation of my guess...

2014-03-26 Thread Aria Bamdad
>OK. I will try it on a non-working day. Anant, as someone pointed out already, it would serve you best if you setup a second system that you would use for your own testing. Then you can make any changes you want, see the result and if you like it, push it out to production. Making changes and

Re: [imp] nearly every action results in being logged out

2014-04-07 Thread Aria Bamdad
>I think I've fixed this. >I had a chron job that deleted all the session variables from the >/var/lib/php/session folder >I changed the chron job to run once every 60minutes and email seems back to >normal >Anyone got any experience could you tell me if this is too short an >interval? You shoul

Re: [imp] nearly every action results in being logged out

2014-04-07 Thread Aria Bamdad
>If I change the Horde setting will this also fix the inode problem or do I >need to set something else? This list is not the appropriate place for questions regarding your ecommerce application. Setting the values for Horde's session variables will ensure that the expired session files are dele

[imp] IMP 6.1.8 not available via pear?

2014-05-08 Thread Aria Bamdad
Is there a reason why 6.1.8 is not an option for upgrade via pear? Thanks. -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org

[imp] up-imapproxy and select caching

2009-03-31 Thread Aria Bamdad
Hi, I have an installation of Horde Groupware webmail Edition 1.2.2, with IMP 4.3.3 and PHP 5.2.5. The Horde Performance Guide http://www.horde.org/horde/docs/?f=PERFORMANCE.html under IMAP tuning says that if using up-imapproxy, "make sure SELECT caching is turned off". When I do this, I get

[imp] calendar event notifications appear as body text in IMP

2009-04-24 Thread Aria Bamdad
Hi, I am using Horde Groupware 1.2.2, IMP 4.3.3 and Kronolith 2.3. When I generate a meeting request from kronolith and select 'send invitations to all attendees', the e-mail sent to IMP will show the text/calendar MIME type as text in the body of message with no way to automatically accept the a

Re: [imp] calendar event notifications appear as body text in IMP

2009-04-27 Thread Aria Bamdad
harset=UTF-8; name="event-invitation.ics"; METHOD="REQUEST" Content-Disposition: inline; filename="event-invitation.ics" Content-Transfer-Encoding: 7bit > -Original Message- > From: imp-boun...@lists.horde.org [mailto:imp-boun...@lists.horde.org] >

Re: [imp] Dimp

2009-04-29 Thread Aria Bamdad
> > Is there any advantage using Dimp? Can Dimp be installed in Horde > with Mimp also installed, or is it one or another? > MIMP and DIMP and the Traditional interface are all available. I have a dropdown on my login page that allows the user to select. This is the way it is by default. Th

Re: [imp] calendar event notifications appear as body text in IMP

2009-05-01 Thread Aria Bamdad
EATED:20090501T204407Z LAST-MODIFIED:20090501T204407Z SUMMARY:[Unnamed event] ORGANIZER;CN=Aria Bamdad:mailto:a...@host.com CLASS:PUBLIC STATUS:CONFIRMED TRANSP:OPAQUE ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="Aria Bamdad":mailto:a...@host.com END:VEVENT END:VCALENDAR An

Re: [imp] calendar event notifications appear as body text in IMP

2009-05-05 Thread Aria Bamdad
M > To: imp@lists.horde.org > Subject: Re: [imp] calendar event notifications appear as body text in > IMP > > Works perfectly here. Since ever. > > Zitat von Aria Bamdad : > > > Any anyone verify that this works in IMP? When I generate a meeting > request > &g

Re: [imp] calendar event notifications appear as body text in IMP

2009-05-18 Thread Aria Bamdad
mp] calendar event notifications appear as body text > in > >> IMP > >> > >> Works perfectly here. Since ever. > >> > >> Zitat von Aria Bamdad : > >> > >> > Any anyone verify that this works in IMP? When I generate a > meeting &g

[imp] HTML shows in message body for minimalist interface

2009-07-28 Thread Aria Bamdad
Hi, I am using Horde Groupware Webmail 1.2.2 with IMP 4.3.3. Some messages, when viewed using the minimalist interface (either on mobile device or browser on a desktop machine) show with HTML in the message body. It's as if the HTML is not being rendered at all. As a result, the message body c

Re: [imp] IMP not displaying attachment due to missing MIME Content-type name field

2009-08-17 Thread Aria Bamdad
> -Original Message- > From: imp-boun...@lists.horde.org [mailto:imp-boun...@lists.horde.org] > On Behalf Of David Brangaitis > Sent: Monday, August 17, 2009 9:38 AM > To: imp@lists.horde.org > Subject: [imp] IMP not displaying attachment due to missing MIME > Content-type name field > > H

[imp] Deleting users

2009-09-11 Thread Aria Bamdad
Hi, I have been searching for scripts or procedures to delete or rename a user that is in the various horde database tables for times when you want to either remove a user that no longer exists or rename a user that may have changed e-mail addresses. I have found a few very crude scripts that b

Re: [imp] Deleting users

2009-09-14 Thread Aria Bamdad
> -Original Message- > From: imp-boun...@lists.horde.org [mailto:imp-boun...@lists.horde.org] > On Behalf Of Dietmar Rieder > Sent: Saturday, September 12, 2009 3:08 PM > To: imp@lists.horde.org > Cc: Aria Bamdad > Subject: Re: [imp] Deleting users > >

Re: [imp] Deleting users

2009-09-14 Thread Aria Bamdad
> -Original Message- > From: Dietmar Rieder [mailto:adrie...@sbox.tugraz.at] > Sent: Monday, September 14, 2009 11:03 AM > To: imp@lists.horde.org > Cc: Aria Bamdad > Subject: Re: [imp] Deleting users > > Aria Bamdad wrote: > > > >> -Or

[imp] Maximum message body size

2010-06-15 Thread Aria Bamdad
Hi, I am using Groupware 1.2.2 with IMP 4.3.3. I notice that if a message is composed with more than about 60K bytes of text in the body of the message, when the message is sent, the apache thread processing the request will go into a tight CPU loop for a short time. Then the message is sent.