[imp] pear Net_DNS 1.0.6 gives WSOD upon login

2010-10-25 Thread Brent


Tried to upgrade the Net_DNS pear module from 1.0.5 to 1.0.6.  Doing  
so results in a completely blank page returned after login (firefox,  
ie, and chrome)...also referred to as the White Screen Of Death.   
Reverting Net_DNS to 1.0.5 resolves the issue.


No idea where to look for debugging.  Just tried the latest build of  
horde/imp/dimp that was released today and it has the same behaviour  
with Net_DNS 1.0.6.


bo
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Is there someone who is using Gollem?

2010-12-20 Thread Brent

Quoting mat...@jekabsons.lv:


Hallo!
The big problem is: Gollem is great working @IMP classic... but  
@Dynamic there is no link in sidebar. If entered adress manually its  
working just fine but without that dynamic sidebar?


Have anyone have some solution?

Thx


Log in as an admin
Administration>Setup>Dimp

At the bottom, be sure that gollem is checked (it probably isn't)

Hit save and it should be there.

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Unable to send mails with attched files with size > 3Mb

2011-01-04 Thread Brent


Quoting Josep Cols :


Hello:

Using IMP or DIMP, I'm unable to send mails with attached files wth  
a size > 3 Mb
Using IMP, when I press the SEND button, the window changes to a  
black one and a "DONE" msg appears on the foot.
Using DIMP, when I perss the Send Button, Send chnges to "Sending"  
and never ends.


Using IMP, the compose window says that the maximum upload file size = 20M

Using a client mail program (thunderbird) I can send messages with  
attached files of up to 15 Mb (minimum).


I can't see any error on httpd/access.log or error.log files

My php.ini file says:
post_max_size = 20M
upload_max_filesize = 20M

Any idea to search for or to solve the problem?

Thanks in advance


Use a browser to http://yourhordeinstallurl/test.php

Check the File Uploads area for upload file size (about midway down)
Check the View phpinfo() screen (near the top)
- Search for upload_max_size

Turn on logging and see what the logfile says about the upload size.



--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Unable to send mails with attched files with size > 3Mb

2011-01-04 Thread Brent


Quoting Josep Cols :


Hello Brent.
Thanks for your answer.
The info displayed on test.php:

phpinfo: upload_max_filesize = 20M

File Uploads

* file_uploads enabled: Yes
* upload_tmp_dir: /var/www/clients/client1/web24/tmp
* upload_max_filesize: 20M
* post_max_size: 20M

Miscellaneous PHP Settings

* magic_quotes_runtime disabled: Yes
* memory_limit value: 32M

And: how to enable logging?

Thanks

S'està citant Brent :



Quoting Josep Cols :


Hello:

Using IMP or DIMP, I'm unable to send mails with attached files  
wth a size > 3 Mb
Using IMP, when I press the SEND button, the window changes to a  
black one and a "DONE" msg appears on the foot.
Using DIMP, when I perss the Send Button, Send chnges to "Sending"  
and never ends.


Using IMP, the compose window says that the maximum upload file size = 20M

Using a client mail program (thunderbird) I can send messages with  
attached files of up to 15 Mb (minimum).


I can't see any error on httpd/access.log or error.log files

My php.ini file says:
post_max_size = 20M
upload_max_filesize = 20M

Any idea to search for or to solve the problem?

Thanks in advance


Use a browser to http://yourhordeinstallurl/test.php

Check the File Uploads area for upload file size (about midway down)
Check the View phpinfo() screen (near the top)
- Search for upload_max_size

Turn on logging and see what the logfile says about the upload size.


They hate top-posting here

Login to the normal horde (non dimp, use imp instead)
You must be an administrator
Choose Administration>Setup>Horde>Logging
Set it to something like Debug and choose a log file path (eg:   
/tmp/horde-debug.log)

Try to send a file and see what it says.

Messages like:

HORDE [debug] [horde] Max memory usage: 9115640 bytes [pid 4365 on  
line 340 of "/opt/wwwroot/html/horde/lib/Horde/Registry.php"


Are totally fine, it's just telling you how much memory it used to  
accomplish a certain task.



--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] Imp 5.0.4 and address completion (turba problem?)

2011-05-26 Thread Brent
So, if you do a reply to a message and the users email address has a  
friendly name before their email address:


John Doe 

and now you want to add others to the list, the address name matching  
auto-complete thing doesn't work UNLESS you add the names at the FRONT  
of this type of address shown in the To: field.  If the user didn't  
set a display name, then you can add names on the To: list at the  
beginning or end of the To: line.


Wasn't sure if this is an imp problem or a turba problem.

Horde:  4.0.3
Imp:5.0.4
Tubra:  3.0.2

Brent
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] Issue with 5.0.5 and saving setting

2011-06-01 Thread Brent


Trying to change my spam folder preference.  Imp allows me to select  
the folder, but then when I hit the "save" button, it goes back to None.


Doing the pear upgrade, I also see that Horde_Prefs is available  
(currently 1.0.0), but when I try to install 1.1.0, it complains it  
wants to upgrade Horde_Kolab_Storage as well, a version that isn't  
apparently on pear.horde.org:


# pear upgrade -c horde --alldeps Horde_Prefs
horde/Horde_Prefs requires package "horde/Horde_Kolab_Storage"  
(version >= 1.1.0, version <= 2.0.0, excluded versions: 2.0.0),  
installed version is 1.0.0

No valid packages found

I currently have Horde_Kolab_Storage 1.0.0, but apparently Horde_Prefs  
wants 1.1.0 and it isn't published.


Thanks!

brent

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Issue with 5.0.5 and saving setting

2011-06-01 Thread Brent

Quoting Gunnar Wrobel :

Quoting Brent :

  >
  >> Trying to change my spam folder preference.  Imp allows me to select
  >> the folder, but then when I hit the "save" button, it goes back to
  >> None.
  >>
  >> Doing the pear upgrade, I also see that Horde_Prefs is available
  >> (currently 1.0.0), but when I try to install 1.1.0, it complains it
  >> wants to upgrade Horde_Kolab_Storage as well, a version that isn't
  >> apparently on pear.horde.org:
  >>
  >> # pear upgrade -c horde --alldeps Horde_Prefs
  >> horde/Horde_Prefs requires package "horde/Horde_Kolab_Storage"
  >> (version >= 1.1.0, version <= 2.0.0, excluded versions: 2.0.0),
  >> installed version is 1.0.0
  >> No valid packages found
  >>
  >> I currently have Horde_Kolab_Storage 1.0.0, but apparently
  >> Horde_Prefs wants 1.1.0 and it isn't published.
  >
  > Yes, I only saw this morning that Horde_Kolab_Storage is missing in
  > the release list. I'm certain we will be fixing that today.
  >
  > Cheers,
  >
  > Gunnar
  >
  >>
  >> Thanks!
  >>
  >> brent

I forced the upgrade and still have the issue where settings for folders
(spam and trash) switch back to None...but the green javascript message
says "Settings saved".  Any ideas?

bo
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Issue with 5.0.5 and saving setting

2011-06-06 Thread Brent

Quoting Michael M Slusarz :

Quoting gimili :

  >
  >> On 6/02/11 12:21 AM, Brent wrote:
  >>> Quoting Gunnar Wrobel :
  >>>>> Quoting Brent :
  >>>>>
  >>>>>> Trying to change my spam folder preference.  Imp allows me to select
  >>>>>> the folder, but then when I hit the "save" button, it goes back to
  >>>>>> None.
  >>>>>>
  >>>>>> Doing the pear upgrade, I also see that Horde_Prefs is available
  >>>>>> (currently 1.0.0), but when I try to install 1.1.0, it complains it
  >>>>>> wants to upgrade Horde_Kolab_Storage as well, a version that isn't
  >>>>>> apparently on pear.horde.org:
  >>>>>>
  >>>>>> # pear upgrade -c horde --alldeps Horde_Prefs
  >>>>>> horde/Horde_Prefs requires package "horde/Horde_Kolab_Storage"
  >>>>>> (version >= 1.1.0, version <= 2.0.0, excluded versions: 2.0.0),
  >>>>>> installed version is 1.0.0
  >>>>>> No valid packages found
  >>>>>>
  >>>>>> I currently have Horde_Kolab_Storage 1.0.0, but apparently
  >>>>>> Horde_Prefs wants 1.1.0 and it isn't published.
  >>>>>
  >>>>> Yes, I only saw this morning that Horde_Kolab_Storage is missing in
  >>>>> the release list. I'm certain we will be fixing that today.
  >>>>>
  >>>>> Cheers,
  >>>>>
  >>>>> Gunnar
  >>>>>
  >>>>>>
  >>>>>> Thanks!
  >>>>>>
  >>>>>> brent
  >>> I forced the upgrade and still have the issue where settings  
for folders

  >>> (spam and trash) switch back to None...but the green javascript message
  >>> says "Settings saved".  Any ideas?
  >>>
  >>> bo
  >> Same thing here and add drafts to the list.
  >
  > I don't see this.  Make sure your javascript cache on your browser is
  > cleared.
  >
  > michael
  >
  > ___
  > Michael Slusarz [slus...@horde.org]
   

Just tried a new browser, same behaviour.  The following items can be
changed and saved and you get the "Your preferances have been updated" but
the drop down reverts back to None.

Spam folder selection  (reverts back to None)
Drafts folder selection (reverts back to None)
Trash folder selection (reverts back to None)

I'm using dovecot with imap folder subscriptions enabled.  I have roughly
500 folders, though I'm only subscribed to 100 of these.

Thanks!

brent
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Issue with 5.0.5 and saving setting

2011-06-14 Thread Brent

Quoting Arjen de Korte :

Citeren Michael M Slusarz :

  >
  >>> Just tried a new browser, same behaviour.  The following items can be
  >>> changed and saved and you get the "Your preferances have been  
updated" but

  >>> the drop down reverts back to None.
  >>>
  >>> Spam folder selection  (reverts back to None)
  >>> Drafts folder selection (reverts back to None)
  >>> Trash folder selection (reverts back to None)
  >>>
  >>> I'm using dovecot with imap folder subscriptions enabled.  I  
have roughly

  >>> 500 folders, though I'm only subscribed to 100 of these.
  >>
  >> Then this is almost surely Bug #10163  
(http://bugs.horde.org/ticket/10163).

  >
  > This indeed looks like it. The fix that is submitted in Bug #10163
  > also fixes the above (at least it did for me). Thanks!
  >
  > Best regards, Arjen
   


So, I couldn't get this to work and I've been waiting for a new release. 
I've upgraded to Horde 4.0.6 and imp 5.0.7.  Trying to save settings for
any folder now results in the right hand pane (dynamic view) refreshing to
just plain white with the "Loading..." message.  I no longer get the green
"Preferances Saved" or anything.  I can see all the mail folders in teh
drop down, no error messages in the horde log file, no errors in the http
log file.

I'm using the MySQL database...though I don't know the difference between
the mysqli and mysql PDO choice.

Brent
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] Dimp questions and one issue

2011-07-30 Thread Brent


Running Horde 4.0.7 and Imp 5.0.8.

First up, is there a way to have the "reply" button default to "Reply  
to Sender" instead of "Reply to All"?  This seems to have changed in  
the 5.x tree of imp.


Second, if you press "enter" when typing on the To: line and there is  
one matching entry, can it simply select the user instead of having to  
arrow down to highlight the address matching in your Address Book?  If  
you do not have a matching "Default Domain", then hitting the Send  
button with something like "tom" filled out, the Compose window will  
never come back and stays grayed out.


Lastly, under Preferences -> Spam Reporting, selecting the Spam folder  
and hitting "Save" results in the window on the right saying  
"Loading..." and it never returns, just stays white.  The setting  
isn't being saved for which folder and if you want to move the message  
to the selected folder or not.


Thanks.

Brent


--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Dimp questions and one issue

2011-08-01 Thread Brent

Quoting Jan Schneider :


Zitat von Brent :


Running Horde 4.0.7 and Imp 5.0.8.

First up, is there a way to have the "reply" button default to  
"Reply to Sender" instead of "Reply to All"?  This seems to have  
changed in the 5.x tree of imp.


No. But there's still that option in the reply drop down button.


I see that, I just have users that have always done it the old way
and already have a few accidental "Reply To All" that included
inappropriate statements.  I was wondering if I could change the
default to simply "Reply To Sender".  I guess not.

Second, if you press "enter" when typing on the To: line and there  
is one matching entry, can it simply select the user instead of  
having to arrow down to highlight the address matching in your  
Address Book?  If you do not have a matching "Default Domain", then  
hitting the Send button with something like "tom" filled out, the  
Compose window will never come back and stays grayed out.


This should not happen. Check for errors.


No imap errors.  The only thing I see in the horde log (with debugging on) is:

2011-08-01T07:17:20-07:00 DEBUG: HORDE [imp] Validation failed for:  
tom@ [pid 2818 on line 27 of  
"/usr/share/pear/Horde/Core/Notification/Handler/Decorator/Hordelog.php"]


I get the red javascript popup in the lower right corner indicating
"Validation failed..." and I get an animated waiting icon in the
compose window, but the window stays grayed out and cannot be
accessed.  You need to have your default domain BLANK in your
preferences to trigger this bug.  I can close the red warning pop-up,
but still the compose windows remains inaccessible with the animated
icon just spinning.  It never returns.

Lastly, under Preferences -> Spam Reporting, selecting the Spam  
folder and hitting "Save" results in the window on the right saying  
"Loading..." and it never returns, just stays white.  The setting  
isn't being saved for which folder and if you want to move the  
message to the selected folder or not.


IIRC this has been fixed already.


I reported this problem once before and it was claimed to have been
fixed; however, it still happens for me even after updating
everything to the latest version in pear.  It still seems to
be broken.

brent

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] default reply behavior in dimp/imp

2011-08-17 Thread Brent

Quoting Michael M Slusarz 


Quoting Nick :


It seems that when I hit "Reply" it defaults to reply all.  Is there any way
to change this?  I see the "You are currently replying to ALL recipients.
Click this box to reply to the original sender instead" in dimp's compose
window, but my users shouldn't always have to click this.


And this is almost certainly what is wanted.  Replying must be   
analyzed from the point of view of the ORIGINAL sender of the  
message.  He/she believed the message was appropriate/pertinent to  
send to a  group of people.  Thus, a response to the email thread  
needs to,  likewise, go to all members of that group.
If you want to send a personal message (i.e. breaking the thread),   
you need to EXPRESSLY indicate that intention.


Thus, we have no plans for making this configurable.  You can alter   
the code as you wish on your installation, of course.


michael


What about this:  add another button between Reply and Forward that  
says "Reply To All", then default the Reply to just reply to the user  
(breaking the thread).  That is what Outlook and Thunderbird have, for  
what it's worth, and removes a certain amount of ambiguity on the  
end-users part.  I think the primary reason is that the button says  
"Reply" and in Outlook/Thunderbird, that means "reply to the sender  
only".  I believe this is what is causing the confusion and has caused  
more than one faux paus among the Horde mob.


brent

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Controlling the reply in IMP 5

2011-08-18 Thread Brent


Quoting Michael M Slusarz :


Quoting D G Teed :

I've just joined the list.  Looking for way to control sender  
replies in IMP.

Like Nick from a couple of days ago, our users (and helpdesk) are asking
for a way to make the default reply to sender only or always chosen.

While Michael Slusarz's reply is probably correct for many end users,
it isn't desired from a management point of view.  You assume the
user is intelligent and observant.  We are talking about people who
respond to phishing emails.  Don't assume too much of the user!


So how is locking someone into the opposite behavior also NOT  
assuming too much of the user?  It's exactly the same, just with a  
different default behavior.


Thus, the question becomes what is the proper default behavior.   
I've given the reasoning why we choose Reply to All.  I have yet to  
see a single valid argument as to why Reply to Sender should be the  
default.


The primary reasoning lies in the fact the button is labeled "Reply", which
in all other email programs means "reply to sender".  If you're going  
to default

the "Reply" button to "Reply to All", then it should be labeled as such.

If you are saying that the current UI is not clear enough in  
presenting these selections, we are always open to suggestions.




As I said in my other message to the list, there should be two buttons:
Reply and Reply to All.  Both buttons can have the drop down list with
the other options, I suppose.  But, Reply = Reply to Sender in Outlook,
hence the confusion.


--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] Deleting a message using mobile imp view

2011-08-30 Thread Brent


Using the latest horde/imp (4.0.8/5.0.10) and can't see how to delete  
a message when using an android/iphone accessing horde/imp using  
mobile view.  There doesn't seem to be a button anywhere.  Seems like  
a "Delete" button should be up there at the very top, but the only  
button I have there is "Log out".


My config problem?

brent
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] The "reply" button

2011-09-21 Thread Brent


Using the latest imp build out today, clicking the "reply" button  
without selecting "to all" or "to sender" results in the To: line  
being blank.  By design?


brent

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Message Flag color settings not saved

2011-09-21 Thread Brent


Quoting "barton.li...@gmail.com" :


I just upgraded to the latest version of imp and still have this problem.
Can nobody help?

On Fri, Sep 9, 2011 at 1:54 PM, barton.li...@gmail.com <
barton.li...@gmail.com> wrote:


Hi,

I just installed a fresh version of Horde Webmail yesterday via PEAR.
Everything seems to be working, except for the saving of Message Flag
colors.

I can add a New Flag, and specify its color, and that will actually be
saved when I click Save.

However, if I choose a new color for any of the existing default flags and
click Save, I will receive a "Your preferences have been updated" message,
but the next time I go into the Message Flag preference page it appears the
changes have actually not been saved.

It seems like in Flags.php, the internal flags are stored in the $_flags
array, and the user flags are stored in the $_userflags array.  The _save()
function only has this line, as if the internal flags are never saved:

$prefs->setValue('msgflags', serialize($this->_userflags));

Can anyone confirm for me that this is actually working, and that the
internal flag colors can be updated with that interface?



Confirmed.  I choose a different color, it says "Preferences Saved"  
but if you go back and check the color, it has reverted and the new  
color doesn't show in the UI.

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] The "reply" button

2011-09-21 Thread Brent


Quoting Michael M Slusarz :


Quoting Brent :

Using the latest imp build out today, clicking the "reply" button  
without selecting "to all" or "to sender" results in the To: line  
being blank.  By design?


No.  But also completely unreproducible.



I figured out how to reproduce.  In order to trip it, send yourself an  
email, then try to reply to it.  Everything seems to work otherwise,  
so not a huge deal.  I do this for testing, which is how I ran into it.


brent


--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] Imp: Lost the ability to mark messages as Unread/Read?

2011-09-21 Thread Brent
I don't think the last update broke this as one of my users believes  
it was removed before, but I don't see a way to mark messages as  
read/un-read any longer.  I would normally right-click the message and  
get to select it those options, but I don't see the options there any  
longer.


Bug or configuration issue on my end?

brent

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Message Flag color settings not saved

2011-09-21 Thread Brent


Quoting Gunnar Wrobel :


Quoting Brent :


Quoting "barton.li...@gmail.com" :


I just upgraded to the latest version of imp and still have this problem.
Can nobody help?

On Fri, Sep 9, 2011 at 1:54 PM, barton.li...@gmail.com <
barton.li...@gmail.com> wrote:


Hi,

I just installed a fresh version of Horde Webmail yesterday via PEAR.
Everything seems to be working, except for the saving of Message Flag
colors.

I can add a New Flag, and specify its color, and that will actually be
saved when I click Save.

However, if I choose a new color for any of the existing default flags and
click Save, I will receive a "Your preferences have been updated" message,
but the next time I go into the Message Flag preference page it  
appears the

changes have actually not been saved.

It seems like in Flags.php, the internal flags are stored in the $_flags
array, and the user flags are stored in the $_userflags array.   
The _save()

function only has this line, as if the internal flags are never saved:

$prefs->setValue('msgflags', serialize($this->_userflags));

Can anyone confirm for me that this is actually working, and that the
internal flag colors can be updated with that interface?



Confirmed.  I choose a different color, it says "Preferences Saved"  
but if you go back and check the color, it has reverted and the new  
color doesn't show in the UI.


Please create a ticket at http://bugs.horde.org



Ticket submitted:  http://bugs.horde.org/ticket/10544

brent


--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Imp: Lost the ability to mark messages as Unread/Read?

2011-09-22 Thread Brent


Quoting Michael M Slusarz :


ines: 20

Quoting Brent :

I don't think the last update broke this as one of my users  
believes it was removed before, but I don't see a way to mark  
messages as read/un-read any longer.  I would normally right-click  
the message and get to select it those options, but I don't see the  
options there any longer.


It's there.  It's marked 'Seen' and 'Not Seen' to more closely match  
the IMAP RFC.


Ahh yes, I see it.  I was looking for Read/Un-Read instead of a checkbox
next to "Seen".  I blame the economy...I think.

brent


--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Personal mail icon

2011-10-03 Thread Brent


Quoting Michael M Slusarz :


Quoting Simon Brereton :


Hi

Can anyone tell me why the personal mail icon in dynamic mode looks  
like Jar Jar Binks in a pink party frock?  :)


Can this icon be replaced locally and survive upgrades?


Probably not.  You would need to create a new theme, since I believe  
all existing files are overwritten when upgrading via PEAR.


FWIW, that icon is from the Silk Icons set used for all the other  
icons in the silver theme  
(http://www.famfamfam.com/lab/icons/silk/).  If you want to suggest  
another icon to use, we would listen to all suggestions.


michael



So, it looks like it is using the user_red icon (hence the pink), perhaps it
could be changed to just the user icon.  Same icon, just with a blue shirt or
maybe user_gray?

brent


--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] can't paste text into html composition

2012-11-14 Thread Brent
Trying to compose a message, if I have text in my cut-and-paste  
buffer, I get an error that says:


"Pasting non-text elements is not supported"

Uhhh, it is text.

Using imp 6.0.1.
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] can't paste text into html composition

2012-11-14 Thread Brent

Quoting Michael M Slusarz :


Quoting Brent :


Trying to compose a message, if I have text in my cut-and-paste
buffer, I get an error that says:

"Pasting non-text elements is not supported"

Uhhh, it is text.


No it's not.  It's HTML.

And there is currently no way to reliably determine whether this
pasted text contains things like data.  Pasting would allow, for
example, an end-run around attachment size limits.

michael



So, you can't paste even text in the Compose window with html
composition enabled?  I took text right from notepad and it won't
paste into the HTML composition window.  Can you not do an in-line
picture either with horde?  I don't see a way.  Feels somewhat limiting
in what you can do with it.  Sure, attachments work, but they aren't
in-line where you can make comments.

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

[imp] Imp having trouble with inline attached image

2013-03-01 Thread Brent


A user can't view an attached image received from a Yahoo user that  
used outlook to send the email.


Imp can't display it using Dynamic/Basic, but can display it correctly  
using Mobile view.  Further, an iPhone connecting via ActiveSync is  
able to display the attachment correctly.


Imp asks "Show Image", but clicking on it doesn't do anything.  Imp  
doesn't show the attachment options either, no option is shown to  
download the attachment either.


brent

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] imp 6.1.0beta2 can't get to preferences?

2013-05-15 Thread Brent


I can get to the preferences page for all the other beta apps, but get  
a white screen for preferences for Mail.  Known or unknown?  Returning  
a 500 error in my http logs.  Nothing interesting in the horde.log  
during page load for that.




--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] imp 6.1.3 and firefox 22

2013-07-16 Thread Brent


If you receive an .html-formatted email, you can't do a control-c to  
copy text when in preview pane mode.  Well, you can hit "control-c",  
but it doesn't copy anything into the buffer.  Two workarounds:


1)  Double-click the entire message.  control-c works when detached
2)  Highlight the text, then right-click and choose copy

This does work in chrome, but not Firefox 22.

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] Upgrade Schema error for Horde_History-2.1.2

2013-07-24 Thread Brent


Call to undeclared method "Horde_Db_Adapter_Pdo_Mysql::dropIndex" from  
"Horde_Db_Adapter_Pdo_Mysql::dropIndex"


Upgrade schema error for Horde_History-2.1.2.

Not sure if this goes to imp or to the horde list.

brent



--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] ActiveSync 2.6.0 problem

2013-08-08 Thread Brent


Horde_ActiveSync 2.6.0 breaks deleting on iphone.

After upgrading to 2.6.0 and trying to delete a message, I get:

Unable to move message

The message could not be moved to the mailbox Trash.

The mail IS actually moved, just the Iphone device has the error and  
the email is still shown until you refresh the mailbox view, then it  
is removed from the list.  Very odd.



The upgrade ran a schema change and so reverting to 2.5.6 doesn't work  
as I didn't backup the database prior to the schema change (my  
mistake).  Running 2.5.6 with the 2.6.0 schema returns a 500 error in  
the logs.


So, I'm stuck.

Deleting using Imp itself is fine, just ActiveSync has the error.

Thanks!

brent



--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] ActiveSync 2.6.0 problem

2013-08-08 Thread Brent


Quoting Michael J Rubinsky :


Quoting Brent :


Horde_ActiveSync 2.6.0 breaks deleting on iphone.

After upgrading to 2.6.0 and trying to delete a message, I get:

Unable to move message

The message could not be moved to the mailbox Trash.

The mail IS actually moved, just the Iphone device has the error  
and the email is still shown until you refresh the mailbox view,  
then it is removed from the list.  Very odd.



The upgrade ran a schema change and so reverting to 2.5.6 doesn't  
work as I didn't backup the database prior to the schema change (my  
mistake).  Running 2.5.6 with the 2.6.0 schema returns a 500 error  
in the logs.


So, I'm stuck.

Deleting using Imp itself is fine, just ActiveSync has the error.

Thanks!



There were some minor issues that have been fixed in Git already. A  
new release should go out later today when a few other minor issues  
are resolved.


FWIW, this particular schema change was non-destructive, you should  
be able to migrate back to migration 18.

--
mike



I can wait for the fix; but, how does one migrate back to the previous
schema?  When I load AS 2.5.6, it doesn't tell me there is a schema update
required, so I suppose there is something else to do?

Thanks!

brent


--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] ActiveSync 2.6.0 problem

2013-08-08 Thread Brent


Quoting Michael J Rubinsky :


Quoting Brent :


Quoting Michael J Rubinsky :


Quoting Brent :


Horde_ActiveSync 2.6.0 breaks deleting on iphone.

After upgrading to 2.6.0 and trying to delete a message, I get:

Unable to move message

The message could not be moved to the mailbox Trash.

The mail IS actually moved, just the Iphone device has the error  
and the email is still shown until you refresh the mailbox view,  
then it is removed from the list.  Very odd.



The upgrade ran a schema change and so reverting to 2.5.6 doesn't  
work as I didn't backup the database prior to the schema change  
(my mistake).  Running 2.5.6 with the 2.6.0 schema returns a 500  
error in the logs.


So, I'm stuck.

Deleting using Imp itself is fine, just ActiveSync has the error.

Thanks!



There were some minor issues that have been fixed in Git already.  
A new release should go out later today when a few other minor  
issues are resolved.


FWIW, this particular schema change was non-destructive, you  
should be able to migrate back to migration 18.

--
mike



I can wait for the fix; but, how does one migrate back to the previous
schema?  When I load AS 2.5.6, it doesn't tell me there is a schema update
required, so I suppose there is something else to do?


You have to manually run the migration using the horde-db-migrate tool.


Ok, that worked.  I was not familiar with this.  For those playing along with
a copy of the home game:

pear uninstall horde/Horde_ActiveSync
pear install horde/Horde_ActiveSync-2.5.6
horde-db-migrate Horde_ActiveSync 18

That puts the version back without needing to restore.  My deletes now work,
though I know a fix is likely just around the corner.

brent


--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] imp 6.1.4

2013-08-27 Thread Brent


So, when you compose a new message in imp 6.1.4, it now defaults to  
opening the compose window full height...1200 pixels on the desktop in  
my case.  I can't see a way to change it.


brent

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] imp 6.1.4

2013-08-27 Thread Brent


Quoting azurIt :


__

Od: Jan Schneider 
Komu: 
Dátum: 27.08.2013 16:20
Predmet: Re: [imp] imp 6.1.4

Zitat von Brent :


So, when you compose a new message in imp 6.1.4, it now defaults to
opening the compose window full height...1200 pixels on the desktop
in my case.  I can't see a way to change it.

brent


Correct



It's a feature or bug?



I saw the "smart compose window" as a feature, but 1200 pixels high
is sort of silly.  Perhaps some sort of "max" would be nice.

brent


--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Re: [imp] imp 6.1.4

2013-08-27 Thread Brent

Quoting Michael M Slusarz :


Quoting Thomas Jarosch :


Hello Brent,

So, when you compose a new message in imp 6.1.4, it now defaults  
to opening the compose window full height...1200 pixels on the  
desktop in my case.  I can't see a way to change it.


to clarify the matter of the 1200 pixels: Do you think any
window height larger than f.e. 1000 pixels is just too much text area?

Or do you want to say the window is 1200 pixels
and sits directly next to the taskbar / overlaps the taskbar?

In my workflow I usually run Firefox with the max possible window size.
Therefore new messages also use the max possible window size.

How do you normally access imp? Full window size?


This shouldn't matter though (i.e. full window size).  The sizing of  
the compose window is completely independent from the size of any  
browser window.


The compose window is sized in relation to the size of the *screen*.  
 It will be sized at the screen height minus any UI Chrome (i.e.  
Windows taskbar) minus 50 pixels.


The problem I believe Thomas is reporting is that he has a browser  
that is not correctly removing the size of the UI chrome.  That's  
what I am asking about in terms of working around these broken  
browsers (I can't reproduce this on any browser in either Windows 7  
or WinXP).


michael


I have an 1920x1200 screen.  I never run any app full screen as that
just wastes space.  I typically run my browser around 1024x800-ish.
The initial compose window opens the size I expect (828x683), but
then tries to fill the screen from top to bottom (I run the start bar
at the side, so it doesn't quite make it to the bottom) and is now a
compose window of 828x1150.

It is probably all by design, but I'm not a fan of the design.

brent


--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] imp 6.1.4

2013-08-27 Thread Brent


Quoting Michael M Slusarz :


Quoting Brent :


Quoting Michael M Slusarz :


Quoting Thomas Jarosch :


Hello Brent,

So, when you compose a new message in imp 6.1.4, it now defaults  
to opening the compose window full height...1200 pixels on the  
desktop in my case.  I can't see a way to change it.


to clarify the matter of the 1200 pixels: Do you think any
window height larger than f.e. 1000 pixels is just too much text area?

Or do you want to say the window is 1200 pixels
and sits directly next to the taskbar / overlaps the taskbar?

In my workflow I usually run Firefox with the max possible window size.
Therefore new messages also use the max possible window size.

How do you normally access imp? Full window size?


This shouldn't matter though (i.e. full window size).  The sizing  
of the compose window is completely independent from the size of  
any browser window.


The compose window is sized in relation to the size of the  
*screen*.  It will be sized at the screen height minus any UI  
Chrome (i.e. Windows taskbar) minus 50 pixels.


The problem I believe Thomas is reporting is that he has a browser  
that is not correctly removing the size of the UI chrome.  That's  
what I am asking about in terms of working around these broken  
browsers (I can't reproduce this on any browser in either Windows  
7 or WinXP).


michael


I have an 1920x1200 screen.  I never run any app full screen as that
just wastes space.  I typically run my browser around 1024x800-ish.
The initial compose window opens the size I expect (828x683), but
then tries to fill the screen from top to bottom (I run the start bar
at the side, so it doesn't quite make it to the bottom) and is now a
compose window of 828x1150.

It is probably all by design, but I'm not a fan of the design.


This is correct behavior.  If you don't like the design decision,  
you can always hack the source.


michael


Ok, I found it in the code and commented out the line.  For those playing
along with a copy of the home game, the file is:

/imp/js/compose-dimp.js

Comment out line 1186:

/*  window.resizeTo(window.outerWidth ||  
document.documentElement.offsetWidth, screen.availHeight -  
(window.screenY || 0) - 50); */



Now it acts normally.

brent







--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] imp 6.1.4

2013-08-27 Thread Brent


Quoting Michael M Slusarz :


Quoting Michael M Slusarz :


Quoting Brent :


Quoting Michael M Slusarz :


Quoting Thomas Jarosch :


Hello Brent,

So, when you compose a new message in imp 6.1.4, it now  
defaults to opening the compose window full height...1200  
pixels on the desktop in my case.  I can't see a way to change  
it.


to clarify the matter of the 1200 pixels: Do you think any
window height larger than f.e. 1000 pixels is just too much text area?

Or do you want to say the window is 1200 pixels
and sits directly next to the taskbar / overlaps the taskbar?

In my workflow I usually run Firefox with the max possible window size.
Therefore new messages also use the max possible window size.

How do you normally access imp? Full window size?


This shouldn't matter though (i.e. full window size).  The sizing  
of the compose window is completely independent from the size of  
any browser window.


The compose window is sized in relation to the size of the  
*screen*.  It will be sized at the screen height minus any UI  
Chrome (i.e. Windows taskbar) minus 50 pixels.


The problem I believe Thomas is reporting is that he has a  
browser that is not correctly removing the size of the UI chrome.  
 That's what I am asking about in terms of working around these  
broken browsers (I can't reproduce this on any browser in either  
Windows 7 or WinXP).


michael


I have an 1920x1200 screen.  I never run any app full screen as that
just wastes space.  I typically run my browser around 1024x800-ish.
The initial compose window opens the size I expect (828x683), but
then tries to fill the screen from top to bottom (I run the start bar
at the side, so it doesn't quite make it to the bottom) and is now a
compose window of 828x1150.

It is probably all by design, but I'm not a fan of the design.


This is correct behavior.  If you don't like the design decision,  
you can always hack the source.


After all, the previous decision made less sense (it was just an  
arbitrary size value).  Especially if you had a bunch of addresses,  
you had very little space to compose without scrolling.  The new  
behavior is a much more reasonable default as you can see more of  
your message body at once.


michael


If using Outlook (I know...I know), and you reply to a message, it  
opens in a size that was last used to compose a message.  One could, I  
suppose, use a cookie to store the window size used in the Compose  
window and always use that value.  I don't think that selecting max  
height minus 50 pixels is a good solution, it should be more flexible.


brent



--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] Can't Update Horde_ActiveSync and Horde_Imap_Client

2014-03-10 Thread Brent


Package requirements says I need Horde_Mime 2.3.0, but I have 2.2.9  
and 2.3.0 doesn't appear to be released yet.


FYI, that's all.

brent

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] Accessing IMP/Horde behind a load-balanced proxy?

2014-04-23 Thread Brent
It looks like I have a user who is behind a giant corporate proxy  
server and their ip address will ping-pong between the two outbound  
proxy servers.  Horde complains if it sees your ip address change and  
then requires a re-auth.  I can't prove it yet, but I suspect this is  
what is happening.


Any way to make that more lenient and just use the session cookie or  
something?


This manifests itself as timeouts for the end user as some calls come  
from one address and some calls come from another.


Hmmm...


--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMP vertical layout

2014-06-25 Thread Brent


Quoting Michael M Slusarz :


Quoting Bruno Furtado :


Can I set vertical layout as default?


Change the prefs.preview variable in imp/js/dimpcore.js to 'vert'.

michael



Minor correction:  that would be imp/js/dimpbase.js  to 'vert',  
default is 'horiz'.


brent



--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMP vertical layout

2014-06-25 Thread Brent


Quoting Michael M Slusarz :


Quoting Brent :


Quoting Michael M Slusarz :


Quoting Bruno Furtado :


Can I set vertical layout as default?


Change the prefs.preview variable in imp/js/dimpcore.js to 'vert'.

michael



Minor correction:  that would be imp/js/dimpbase.js  to 'vert',  
default is 'horiz'.


No... it's in dimpcore.js (line 21).

michael


Not in my version of imp:  6.1.7


$ grep horiz dimpcore.js | wc -l


$ grep horiz dimpbase.js | wc -l
17
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMP H5 (6.2.0) (final)

2014-07-08 Thread Brent

 Quoting Jan Schneider :


The Horde Team is pleased to announce the final release of the Internet
Mail
Program (IMP) version H5 (6.2.0).

IMP, the Internet Mail Program, is one of the most popular and widely
deployed
open source webmail applications in the world. It allows universal,
web-based
access to IMAP and POP3 mail servers and provides dynamic, mobile,
basic, and
minimal interfaces with a rich range of features normally found only in
desktop
email clients. For more information on IMP, visit
http://www.horde.org/apps/imp.

For upgrading instructions, please see
http://www.horde.org/apps/imp/docs/UPGRADING

For detailed installation and configuration instructions, please see
http://www.horde.org/apps/imp/docs/INSTALL

The major changes compared to IMP version H5 (6.2.0RC1) are:
   * Fixed fatal error when printing empty HTML attachments.

The major changes compared to IMP H5 (6.1) versions are:
   * Added access to remote email accounts.
   * Added signatures to compose view.
   * Added images to HTML signatures.
   * Added ability to create filter rules from messages.
   * Improved contact information menu.
   * Display web notifications for new mail.
   * Display unread message count in browser icon.
   * Display message flags in smartphone view.
   * Display recurrencies in iTip messages.
   * Added body size limit for sending messages.
   * LMTP servers are now supported for sending mail.
   * Allow dragging of text to HTML compose body.
   * Many performance, memory usage, and other improvements.

The full list of changes can be viewed here:



https://github.com/horde/horde/blob/18e86956c2711fcca31783aa01da86eda9ac2e4a/imp/docs/CHANGES


 


Can't forward an .html email.  I get a blank compose window.  If I hit
"send", it sends a blank email but my compose window doesn't close, even
though the pop-up at the bottom says "Sent" in green.  Reverted to 5.2.0
RC2, which works as expected.  I changed from Text to HTML as my compose
option, but 6.2.0 final didn't use that setting, though it does in 5.2.0
RC2.

I logged out and back in...something cached?

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Re: [imp] IMP H5 (6.2.0) (final)

2014-07-08 Thread Brent

 Quoting Jan Schneider :


Zitat von Volker Then :


On 07/08/2014 07:25 PM, Brent wrote:


Can't forward an .html email.  I get a blank compose window.  If I

hit

"send", it sends a blank email but my compose window doesn't close,

even

though the pop-up at the bottom says "Sent" in green.  Reverted to

5.2.0

RC2, which works as expected.  I changed from Text to HTML as my

compose

option, but 6.2.0 final didn't use that setting, though it does in

5.2.0

RC2.

I logged out and back in...something cached?

brent


Same here. Neither can I reply to messages nor can I forward any kind
of message. All I get is an empty compose window. Browser cache has
been emptied and UNP's configuration file has been updated.

Volker


The Horde_Core release was completely messed up. Please try Horde_Core
2.12.1.
 


Updated Horde_Core 2.12.2 (just released, I see) fixes this problem.  Now
on released version.

Thanks!

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Re: [imp] How to configure MARK AS READ or MARK AS NOT READ the emails

2014-07-28 Thread Brent

 Quoting Jan Schneider :


Zitat von Elias Kekakos :


Hello,
I want to configure horde to have the emails in status unread until the
time that the user wants to change the status to read. Namely I do not
want
when the user change from mail to mail the status of the mail to change
to
read.

I hope that you can understand what I want
Thanks in advance
Elias


This is already implemented. The time it requires to mark a selected
message as seen is not configurable though.
 


Not to hijack this thread, but I don't see a way to mark/unmark multiple
messages as "seen" or "un-seen" using the checkboxes.  It only works one
message at a time.  By design?  The option is shown when you select two
messages under "Mark As", but it doesn't do anything.

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Re: [imp] How to configure MARK AS READ or MARK AS NOT READ the emails

2014-07-28 Thread Brent

 Quoting Michael M Slusarz :


Quoting Brent :


Quoting Jan Schneider :


Zitat von Elias Kekakos :


Hello,
I want to configure horde to have the emails in status unread until

the

time that the user wants to change the status to read. Namely I do not
want
when the user change from mail to mail the status of the mail to

change

to
read.

I hope that you can understand what I want
Thanks in advance
Elias


This is already implemented. The time it requires to mark a selected
message as seen is not configurable though.
 


Not to hijack this thread, but I don't see a way to mark/unmark multiple
messages as "seen" or "un-seen" using the checkboxes.


There are 2 locations to do this ... in the "Other" menu and in the
right click context menu.


The option is shown when you select two
messages under "Mark As", but it doesn't do anything.


Works fine here.  Are you sure you are "unmarking" seen if trying to
make it unseen?  (It's the opposite logic of most other flags).

michael
 


I see now.  Once you have more than one message highlighted, I get a new
right-click option:  "Unmark As".  Not terribly intuitive as the "Mark
As" is still there but doesn't do anything.

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Re: [imp] Search results of more than 100 messages cause 'error communicating with the server'

2014-08-19 Thread Brent

 Quoting Michael M Slusarz :


Quoting Tim ODriscoll :


Quoting Michael M Slusarz :

You either haven't updated Horde_Core or your cache settings are not
correct.  (Also make sure you are not using SQL for either cache or
session storage).


Thanks for your suggestion, Michael. I'm running Horde_Core 2.13.0
which was upgraded when I ran 'pear upgrade -a -B horde/webmail' I
believe.


I'm pretty much out of ideas unfortunately.  Everybody else with this
same issue (at least with the symptoms you described) have indicated
that the fixes from last month fixed everything.

In short, what is happening is that the search results are being
offloaded from session storage to cache storage once they reach a
certain size.  Otherwise, your session size grows extremely large - and
since the session needs to be loaded every time a page/endpoint is
accessed, it is imperative that we minimize the session size as much as
possible.

The only thing I can think of is that your cache storage backend is not
writable by the webserver.  You should make sure that cache files are
actually appearing in the directory you have configured to store cache
files in.

michael
 


To test you can write, try to upload a picture for a Contact.  If it
doesn't upload and show, then you can't write.

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

[imp] Move To Junk doesn't work via ActiveSync any longer

2014-11-08 Thread Brent

imp   6.2.3
horde   5.2.2
Horde_ActiveSync  2.20.0

This use to work, I notice now it doesn't if using an iPhone to connect via
Active Sync, if you swipe left, choose "More", then choose "Move to Junk",
the message goes away from the display, but it isn't actually moved. 
Hitting the "Spam" button using horde via the Web works, of course.

When I do this, my "inbox" at the top then changes to some strange code
like:  70FB9178-576E-4CAA-  I have to go back to Mailboxes, then back
to Inbox.

Choosing to just "Trash" the message works.

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

[imp] Active Sync junk behavior

2015-02-14 Thread Brent

After doing some testing, I've found the following in trying to
troubleshoot why I when I try to use the "Move to Junk" option on an IOS
device (haven't tried others), it doesn't actually move the message out of
the Inbox.

What I would want to happen:

A message that is chosen as "Move to Junk" gets moved to the folder that
I've designated as my "spam mailbox" in Preferences for email using
Horde/Imp.

What happens instead:

The message is moved to a folder called "Junk", with a caveat:

If you don't have a folder named "Junk", it will create it and add it to
your IMAP folder subscriptions.  No issues here.

If you DO have a folder named "Junk", BUT HAVE UNSUBSCRIBED from that
folder, Active Sync will attempt to create a folder named "Junk" and it
gets an error that the folder already exists.  Not too bad, but then it
doesn't add the IMAP folder subscription and doesn't actually move the
message since it received an error on the folder create step.

End-user workaround:

Name your "spam mailbox" Junk and be sure you're subscribed to that folder.

Maybe the "Move to Junk" is an IOS thing and the Imp ActiveSync guys can't
do anything about the folder that gets chosen as it is all done by the
client?

Thanks!

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

[imp] move to Arvhice instead of delete?

2015-05-20 Thread Brent

I notice that with the latest version of Imp/ActiveSync that "delete" isn't
an option when viewing mail on a tablet/phone on ActiveSync, and instead I
have "Archive" on an IOS device.  This has created a new folder called
"Archive" and isn't shown by default in Horde (webmail) access in the top
pane.

Something change that I missed?

Horde_ActiveSync  2.28.1  stable
imp             6.2.8  
stable
horde                 5.2.5   stable
Horde_Core    2.20.2  stable

Seems weird.

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

[imp] Services_Weather schema can't be updated via Horde

2016-12-08 Thread Brent
Not sure if this in Imp problem, horde, or where I should report  
this.  Starting here.


Recently there was an update to Services_Weather to version 1.4.7.   
Upon admin login to Imp via Horde, it tells me there's a schema update  
available for Services_Weather.  When I try to update the schema, my  
cpu ramps out to 100% forever and it never returns.  I need to restart  
the httpd daemon to get it back.  So, i've skipped updating this  
schema since there appears to be something amiss.


Thanks!

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

[imp] php-imap dropped from Fedora....

2021-04-28 Thread Brent
Apparently Fedora 34 dropped the php-imap package due to lack of any
upgrades to libc-client provided by uw-imap.

https://bugzilla.redhat.com/show_bug.cgi?id=1933406

So...what to do if one wants to run Horde/Imp?


brent

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] php-imap dropped from Fedora....

2021-04-28 Thread Brent

 Quoting Michael J Rubinsky :


Quoting Brent :


Apparently Fedora 34 dropped the php-imap package due to lack of any
upgrades to libc-client provided by uw-imap.

https://bugzilla.redhat.com/show_bug.cgi?id=1933406

So...what to do if one wants to run Horde/Imp?


IMP uses Horde/Imap_Client, not php-imap.


brent
 


Ok, I guess I didn't know that.  I've been running Horde/IMP for SO  
long...maybe it was once required?  I seem to recall a php horde/imp  
test that tried to find it?  I'm old, I guess.


Thanks!

brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Newbie here!

2022-05-12 Thread Brent

 Quoting Tan Mientras :


Just installed horde and I'm trying to configure it, but I'm unable to find
a good guide on what to do.
So far, achieved setup of pgsql db.

is there a way to disable calendar, address books, tasks, notes...disable
them from menu?
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe,  
mail: imp-unsubscr...@lists.horde.org


If you don't want turba, nag, or kronolith, then you can remove them  
and they will be disabled.


brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] How to do ActiveSync on php8 with H6?

2022-12-22 Thread Brent
I have horde/imp working on php8.1 using the H6 composer method of  
installation. I'm trying to see if I can get ActiveSync working, but  
there's a few problems. I assume these are known?


When I try to enable ActiveSync in the UI and save the config, I get:

A fatal error has occurred
Class "Horde_ActiveSync_State_Sql" not found

I figure I must need to install activesync via composer. I do:

$  composer require horde/activesync
Using version ^2.13 for horde/activesync
./composer.json has been updated
Running composer update horde/activesync
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - horde/activesync[2.38.3, ..., 2.41.5] require  
pear-pear.horde.org/horde_compress ^2 -> could not be found in any  
version, there may be a typo in the package name.
    - horde/activesync[2.13.1, ..., 2.38.2] require  
pear-pear.horde.org/horde_compress >=2.0.0@stable,<=3.0.0alpha1@stable  
-> could not be found in any version, there may be a typo in the  
package name.
    - Root composer.json requires horde/activesync ^2.13 ->  
satisfiable by horde/activesync[2.13.1, ..., 2.41.5].


Ok, so missing compress, but it looks like it is trying to locate the  
pear php compress module from horde.org? If I try to do a composer  
install of it, I get:


$ composer require horde/compress
Using version ^2.0 for horde/compress
./composer.json has been updated
Running composer update horde/compress
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires horde/compress ^2.0, found  
horde/compress[2.0.5, ..., 2.2.4] but these were not loaded, likely  
because it conflicts with another require.

  Problem 2
    - horde/imp is locked to version dev-FRAMEWORK_6_0 and an update  
of this package was not requested.
    - horde/imp dev-FRAMEWORK_6_0 requires horde/compress ^3 ||  
dev-FRAMEWORK_6_0 -> found horde/compress[dev-FRAMEWORK_6_0,  
3.0.0alpha1, 3.0.0alpha2, v3.0.0alpha3, v3.0.0alpha4] but it conflicts  
with your root composer.json require (^2.0).

  Problem 3
    - horde/core v3.0.0alpha13 requires horde/compress ^3 ||  
dev-FRAMEWORK_6_0 -> found horde/compress[dev-FRAMEWORK_6_0,  
3.0.0alpha1, 3.0.0alpha2, v3.0.0alpha3, v3.0.0alpha4] but it conflicts  
with your root composer.json require (^2.0).
    - horde/kronolith dev-FRAMEWORK_6_0 requires horde/core ^3 ||  
dev-FRAMEWORK_6_0 -> satisfiable by horde/core[v3.0.0alpha13].
    - horde/kronolith is locked to version dev-FRAMEWORK_6_0 and an  
update of this package was not requested.


It looks like updates recently have fixed the issue where the Horde  
installation said that I needed to update database tables. So, that's  
good.


I can provide more information. I assume that ActiveSync hasn't been  
fully ported to H6 yet or I'm doing something wrong.


Thanks!

Brent
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org