Re: [imp] New Message Button?

2012-07-25 Thread Oscar del Rio
On 07/24/12 05:19 PM, Michael Wing wrote: On Tue, Jul 24, 2012 at 3:54 PM, Michael M Slusarzwrote: Quoting Michael Wing: #button_compose and #button_checkmail. Thanks! Moving these lines in templates/dimp/index.inc to where I wanted the buttons placed: Thanks for the details! I was looking

Re: [imp] IMP displays both Plaintext and HTML

2012-08-29 Thread Oscar del Rio
On 29/08/2012 9:40 AM, Jens Pranaitis wrote: I didn't touch the mime_drivers.php file, I created a mime_drivers.local.php with the contents mentioned in the first post of this thread. The file looks correct to me, but if you see any errors I'd really appreciate it if you could point them out.

Re: [imp] backends.php overwritten by "pear upgrade"

2012-10-30 Thread Oscar del Rio
On 10/30/12 10:31 AM, Lukas Gradl wrote: I did a "pear upgrade" on my IMP 6.0.0 test machine. Afterwards backends.php was overwritten. AFAIK the config files should be preserved when upgrading - should'nt there be a backends.php.dist that ist updated automatically and the active copy should'nt

[imp] Search messages returns previous search

2012-10-30 Thread Oscar del Rio
In IMP 6.0.0RC2, a new search for messages in a folder returns the results from a previous search. Example: Mail - Search - "Subject=News" returns the correct results. But a second search for "Subject=Test" returns the previous search ("Subject=News") instead of the new search. All subsequen

Re: [imp] Search messages returns previous search

2012-10-31 Thread Oscar del Rio
On 10/30/12 09:39 AM, Michael M Slusarz wrote: Quoting Oscar del Rio : In IMP 6.0.0RC2, a new search for messages in a folder returns the results from a previous search. Example: Mail - Search - "Subject=News" returns the correct results. But a second search for "Subject=Te

Re: [imp] view HTML Mail

2012-11-02 Thread Oscar del Rio
On 11/ 2/12 03:43 PM, Wilson Paolini wrote: I enabled the display in html in /horde/imp/config/mime_drivers.php /** * MIME Viewer configuration for IMP. * * IMPORTANT: DO NOT EDIT THIS FILE! * Local overrides MUST be placed in mime_drivers.local.php or mime_drivers.d/. mime_drivers.local

Re: [imp] Horde5 : viewing full header ?

2012-11-05 Thread Oscar del Rio
On 11/ 5/12 11:58 AM, Bruno Costacurta wrote: is it currently possible under Horde5 to view the full header of an email ? $conf['user']['allow_view_source'] = true; Then in IMP, "Other Options" - "View Source" -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubs

[imp] HTML to plain text formatting

2012-11-06 Thread Oscar del Rio
While testing HTML composing of emails I noticed some problems in the text/plain conversion. Example: Compose HTML email mixing normal text with bold, italics, etc. Normal Strong Normal Italics Normal Underline Normal Strike Normal The text/html part is as expected: Normal Strong Normal Italics

Re: [imp] HTML to plain text formatting

2012-11-07 Thread Oscar del Rio
On 07/11/2012 12:08 AM, Michael M Slusarz wrote: Quoting Oscar del Rio : While testing HTML composing of emails I noticed some problems in the text/plain conversion. Example: Compose HTML email mixing normal text with bold, italics, etc. Normal Strong Normal Italics Normal Underline Normal

Re: [imp] HTML to plain text formatting

2012-11-07 Thread Oscar del Rio
On 11/ 7/12 12:08 AM, Michael M Slusarz wrote: Quoting Oscar del Rio : While testing HTML composing of emails I noticed some problems in the text/plain conversion. The text/html part is as expected: Normal Strong Normal Italics Normal Underline Normal Strike Normal But the text/plain part

Re: [imp] HTML to plain text formatting

2012-11-07 Thread Oscar del Rio
On 11/ 7/12 05:04 PM, Michael M Slusarz wrote: Quoting Oscar del Rio : On 11/ 7/12 12:08 AM, Michael M Slusarz wrote: Quoting Oscar del Rio : While testing HTML composing of emails I noticed some problems in the text/plain conversion. The text/html part is as expected: Normal Strong

Re: [imp] Show HTML messages by default

2012-11-15 Thread Oscar del Rio
On 11/15/12 10:35 PM, E.S. Rosenberg wrote: Hi, Is it possible to by default show html messages in the preview pane of imp 6? http://www.horde.org/apps/imp/docs/INSTALL 3.2. Configuring IMP By default, IMP is configured to NOT display text/html message parts inline. This is done for various

Re: [imp] Show HTML messages by default

2012-11-16 Thread Oscar del Rio
On 11/16/12 05:50 AM, E.S. Rosenberg wrote: 2012/11/16 Oscar del Rio <mailto:del...@mie.utoronto.ca>> On 11/15/12 10:35 PM, E.S. Rosenberg wrote: Hi, Is it possible to by default show html messages in the preview pane of imp 6? http://www.

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

2012-12-18 Thread 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 dynamic mode under the 'Other' drop d

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

2012-12-19 Thread Oscar del Rio
On 12/19/12 02:38 PM, Aria Bamdad wrote: 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 what displays the form field for the 'Mark Messages' drop down list. I placed a debug

Re: [imp] disable maintenance tasks

2013-02-04 Thread Oscar del Rio
On 02/ 4/13 05:22 AM, Héctor Moreno Blanco wrote: Any help about disabling the maintenance tasks? I haven't found out how to disable these tasks in the prefs.php files. Disable the features that trigger the maintenance tasks. For example, for the monthly sent-mail archiving: /imp/config/pre

Re: [imp] Subscribing/Unsubscribing IMAP Folders

2013-03-07 Thread Oscar del Rio
On 03/ 7/13 06:52 AM, Matthias R.H. Bitterlich wrote: is there a more practical approach to subscribe or to unsubscribe folders, than rightclicking every single one? In Imp 4 there was an extra page to do several operations on folders. (horde.example.com/imp/folders.php) There one could check al

Re: [imp] Subscribing/Unsubscribing IMAP Folders

2013-03-07 Thread Oscar del Rio
On 03/ 7/13 10:03 AM, Oscar del Rio wrote: On 03/ 7/13 06:52 AM, Matthias R.H. Bitterlich wrote: is there a more practical approach to subscribe or to unsubscribe folders, than rightclicking every single one? In Imp 4 there was an extra page to do several operations on folders

Re: [imp] Subscribing/Unsubscribing IMAP Folders

2013-03-07 Thread Oscar del Rio
On 03/ 7/13 11:04 AM, Michael M Slusarz wrote: Quoting Oscar del Rio : xdebug.max_nesting_level = 500 FYI: You should not be running xdebug on a production server. If just for the fact your PHP performance will be deplorable. Thanks for the info. I didn't even know about xdebug

Re: [imp] request a read receipts: ask

2013-03-11 Thread Oscar del Rio
On 03/11/13 11:57 AM, Héctor Moreno Blanco wrote: When a user select the option 'Ask' for "Request a read receipt", this user doesn't see the option in the compose window in order to select whether request a read receipt or not In Dynamic view: "Other Options" (drop-down) -> "Read Receipt" wh

Re: [imp] Multiple IMAP servers with Horde 5 and IMP H5 (6.0.4)

2013-04-02 Thread Oscar del Rio
On 04/ 2/13 06:25 AM, lundstro wrote: does anyone have any example of how to do this with preauthenticate hook? I found example for older versions but if I understood correctly they don't work with IMP H5. imp/config/hooks.php.dist -- imp mailing list Frequently Asked Questions: http://wiki.ho

Re: [imp] Can't send email with IE8

2013-08-21 Thread Oscar del Rio
On 08/20/13 01:01 PM, Maxime Pelletier wrote: we have a problem with IE8. Users can't send messages with IE8. When they click "Send", the message body is grayed out, the little circle starts spinning, and then nothing. I just tested IE8. Same problem with sending in Dynamic mode. The circle co

Re: [imp] Can't send email with IE8

2013-08-21 Thread Oscar del Rio
On 08/21/13 01:09 PM, Michael M Slusarz wrote: Quoting Oscar del Rio : On 08/20/13 01:01 PM, Maxime Pelletier wrote: we have a problem with IE8. Users can't send messages with IE8. When they click "Send", the message body is grayed out, the little circle starts spinning, a

Re: [imp] Replies are sent to wrong email ids

2013-08-22 Thread Oscar del Rio
On 22/08/2013 2:51 AM, ANANT S ATHAVALE wrote: 1. Open a mail. 2. Delete the mail. 3. Next mail gets opened. 4. I click on Reply, In this scenario, it should open a compose message with Reply to having addresses contained in the present mail, instead, it opens with the previous mail which I hav

Re: [imp] High priority mail

2013-08-23 Thread Oscar del Rio
On 22/08/2013 1:43 AM, ANANT S ATHAVALE wrote: When a mail is received with Priority as High, the mailbox listing is suppose to show the mail with 'pink' background color (default). But, it changes color to pink only after the mail is opened once. I can't reproduce either. High Priority email

Re: [imp] Replies are sent to wrong email ids

2013-08-23 Thread Oscar del Rio
On 23/08/2013 5:31 AM, ANANT S ATHAVALE wrote: I just downloaded the file: https://raw.github.com/horde/horde/master/imp/lib/Basic/Message.php and replaced it with the exisiting one. I hope, its OK. I just manually make the changes for the specific bug, using the same commit code on github

Re: [imp] Select All Mails check box reg.

2013-08-24 Thread Oscar del Rio
On 23/08/2013 7:03 AM, ANANT S ATHAVALE wrote: The check box for selecting all messages and individual messages is not alligned vertically. There is a small shift to the right for the 'Select All' check box. I'm not an expert in css but I believe the css property you are looking for is in /

Re: [imp] HTML copy/paste table (was Autocompletion does not work with redirect option.)

2013-08-24 Thread Oscar del Rio
On 24/08/2013 1:11 AM, ANANT S ATHAVALE wrote: 2. In HTML composition, copy/paste of a table does not work. Table is not created, only the internal contents are getting pasted. That would be a ckeditor issue, not horde's. Perhaps this one: http://dev.ckeditor.com/ticket/7846 -- imp mailing l

Re: [imp] Unable to get Address Book in Compose.

2013-08-28 Thread Oscar del Rio
On 08/28/13 08:56 AM, ANANT S ATHAVALE wrote: I am unable to list the contents of address book, when clicked on To, Cc or Bcc. I have tried to solve, but in vain. I always get error: Read Failed (32) No such Object. I had earlier also attached the error message, now also attaching. Did you

Re: [imp] Copy a mail to a folder!

2013-08-29 Thread Oscar del Rio
On 29/08/2013 11:27 PM, ANANT S ATHAVALE wrote: Is it possible to copy a mail to a folder in DIMP. This option is available in Basic View. Before dropping the email into the destination folder, press and hold the Control key. Move turns into Copy. -- imp mailing list Frequently Asked Questio

Re: [imp] Set default identity

2013-10-20 Thread Oscar del Rio
On 20/10/2013 6:27 AM, F Ringuello wrote: a:1:{i:0;a:16:{s:16:"default_identity";i:0;s:9:"from_addr";s:26:" j...@myaddress.com";s:8:"fullname";s:23:"My Name is Jack";s:2:"id";s:20 and so on The only difference is the address field that, for each user, have a different prefix (s:13, s:26, etc

Re: [imp] attachments

2013-10-23 Thread Oscar del Rio
On 10/23/13 05:28 PM, Albert Shih wrote: Long time ago I have this impression we got a menu inside «Administration» called «Virtual FS» or something like that. I didn't see it anymore. http://imageshack.us/f/11/7bty.jpg/ - Horde (horde) - Virtual File Storage tab -- imp mailing list F

Re: [imp] Show deleted / Hide Deleted when move to Trash is chosen

2013-11-04 Thread Oscar del Rio
On 11/ 3/13 10:16 PM, ANANT S ATHAVALE wrote: Dear List, I have set, Move deleted messages to your Trash mailbox instead of marking them as deleted in the current mailbox. When this is set, whether Show Deleted/Hide Deleted should be shown in Other Menu? For me it is gettling listed. Why s

Re: [imp] Copy message to folders not working

2013-12-18 Thread Oscar del Rio
On 18/12/2013 11:43 PM, ANANT S ATHAVALE wrote: Even with holding Control Key, copy a message to folder is not working. The message(s) get unselected. Using Firefox 25 with IMP 6.1.6. Start dragging normally, then hold the Ctrl key before dropping the message(s). Ctrl+click has a different a

Re: [imp] Best way to retrieve lost backends.php file?

2014-01-13 Thread Oscar del Rio
On 01/13/14 12:24 PM, Ann Cantelow wrote: On a horde webmail install, I was a fool and wrote over my imp config backends.php file without stopping to read the clear warning at the top to use backends.local instead Is there an elegant way I can get the file back? I'm pretty awkward with pear,

Re: [imp] compose message window focus

2014-01-29 Thread Oscar del Rio
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 Frequ

Re: [imp] inline image display problem

2014-02-25 Thread Oscar del Rio
On 02/25/14 10:19 AM, Anton Köstlbacher wrote: I enabled inline image display for imp (6.1.6) as described in http://wiki.horde.org/FAQ/Admin/Config#toc23 but it doesn't work, no attached images are shown in the preview pane. Try this page: http://www.horde.org/apps/imp/docs/INSTALL#configurin

Re: [imp] IE11 attachment problems

2014-03-07 Thread Oscar del Rio
On 03/ 7/14 04:01 AM, Claude Tompers wrote: On Fri, 07 Mar 2014 01:48:06 -0700 Michael M Slusarz wrote: For H5 there is: http://bugs.horde.org/ticket/12875 I can not get access to git to download the patch. When will it be pushed to an upgrade release ? I manually applied the patches from

Re: [imp] Small issue after upgrade to HGWE 5.1.4

2014-03-16 Thread Oscar del Rio
On 16/03/2014 6:16 AM, ANANT S ATHAVALE wrote: Dear List, I just upgraded to HGWE 5.1.4. This is my immediate observation and is repeatable in case of a mail received from Gmail. I am sending a mail from my gmail account to an account which used HGWE 5.1.4. If the subject is blank, the IMP

Re: [imp] Small issue after upgrade to HGWE 5.1.4

2014-03-16 Thread Oscar del Rio
On 16/03/2014 10:47 AM, Oscar del Rio wrote: On 16/03/2014 6:16 AM, ANANT S ATHAVALE wrote: Dear List, I just upgraded to HGWE 5.1.4. This is my immediate observation and is repeatable in case of a mail received from Gmail. I am sending a mail from my gmail account to an account which used

Re: [imp] Small issue after upgrade to HGWE 5.1.4

2014-03-16 Thread Oscar del Rio
On 16/03/2014 10:47 AM, Oscar del Rio wrote: On 16/03/2014 6:16 AM, ANANT S ATHAVALE wrote: Dear List, I just upgraded to HGWE 5.1.4. This is my immediate observation and is repeatable in case of a mail received from Gmail. I am sending a mail from my gmail account to an account which used

Re: [imp] Suggestion.

2014-03-21 Thread Oscar del Rio
On 03/21/14 06:08 AM, ANANT S ATHAVALE wrote: If a mail is received today and when we take a print using the print icon provided in the body part, the Date which gets printed is 'Today with time'. As it is required for some reasons to file the print outs of mails, the 'Today' which is printe

Re: [imp] Batch import mbox files into individual folders

2014-04-28 Thread Oscar del Rio
On 04/28/14 09:08 AM, Administrator BCS wrote: Citeren "Mauricio Jose T. Tecles" : - Mensagem de a...@bezoekerscentrumsonsbeek.nl - Data: Sun, 27 Apr 2014 17:55:40 + De: Administrator BCS Assunto: [imp] Batch import mbox files into individual folders Para: imp@l

Re: [imp] Adding a new user

2014-05-23 Thread Oscar del Rio
On 05/23/14 09:56 AM, ro...@cryptob.in wrote: Yes, a mean a new email account. There is only one user an he is the admin. $conf[auth][driver] is set to "Let a Horde application hadle auth" $conf[auth][params][app] is set to "imp" I can go to the user config when logged in but is tells me: "You

Re: [imp] Hook to fill alternative e-mail address

2014-06-27 Thread Oscar del Rio
On 06/27/14 02:14 PM, Bruno Furtado wrote: I want to have a alternative email address for each client and I think that the best way is fill it on the first client login. How can I create a hook to fill alternative e-mail address on first login. See horde/config/hooks.php.dist You can set any

Re: [imp] Firefox Missing Scroll Bar

2014-07-07 Thread Oscar del Rio
On 07/ 7/14 01:23 PM, Art Stephens wrote: When viewing IMP mail with the lastest version of Firefox there is no scroll bar when viewing email in the inbox. My version is 6.1.7 I have seen that happen when changing zoom mode in the browser. Try Ctrl-- or Ctrl-+ to reset the browser's zoom mode

[imp] Firefox 47 basic mode: next message marked Seen

2016-06-21 Thread Oscar del Rio
One of our users noticed that, in Basic Mode, after opening one email message, the *next message* is marked as Seen as well. It seems to happen only with Firefox 47.0 and only in Basic Mode (he started noticing the issue recently, I assume when Firefox got auto-updated). Older versions of Firef

Re: [imp] Firefox 47 basic mode: next message marked Seen

2016-06-22 Thread Oscar del Rio
On 06/21/16 06:10 PM, Michael J Rubinsky wrote: https://github.com/horde/horde/commit/3d1075a69f5f57dc03e4df3fa3b64c5d7682aee0 Thanks! That fixed the Firefox issue. -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org