Re: [imp] imp Digest, Vol 3664, Issue 1

2014-08-15 Thread info




Are you *sure* you need the full f...@example.com to authenticate to
the Dovecot server?  Other MUAs may be working simply because they are
stripping off the domain.  You havent provided any verification that
this is the case.



Dovecot does need the full u...@domain.com address.



I didn't say this.  I said the IMAP LOGIN command doesn't accept
non-ASCII characters.  But the IMAP AUTHENTICATE command does (which
Horde/IMP supports).



Once I authenticate and login to horde (not imp) using the IDN (this  
has always worked), I am able to login separately - in a second login  
task - to imp - if I use the punycode (unacceptable to the end-user,  
of course), so the problem is only that the IMAP login command doesn't  
accept accented characters or all the utf-8 characters.


SO, can this be changed, and are the horde team going to change this  
so that it does accept all the utf-8 characters?


Secondly, is there a workaround that you or anyone knows of? For  
example, changing a file to use a different php function to escape or  
validate/control a GET form input ?  Do I have to use roundcube or  
squirrelmail frontend at present so that IDN's don't have to be  
entered in their punycode?


Thanks for your help on this.

Ed




michael

___
Michael Slusarz [slus...@horde.org]



--

Message: 4
Date: Thu, 14 Aug 2014 17:27:45 -0400
From: "L. D. James" 
To: imp@lists.horde.org
Subject: Re: [imp] Is there a Mail View Option to Disable Split Screen
(Message Pane)
Message-ID: <53ed29d1.1040...@apollo3.com>
Content-Type: text/plain; charset=windows-1252; format=flowed


On 08/14/2014 01:34 PM, Michael M Slusarz wrote:

Quoting L. D. James :


I'm trying to find a way to disable the split right frame of the mail
view that shows the content of the message when selecting a message.
Most mail clients considers this a preview or view pane...
Microsoft's Outlook refer to it as, "Reading Pane".  I always disable
it for many reasons, which includes problems related to selecting
message ranges when clicking a message and having it automatically
opened unintended.  I don't want messages that I haven't had time to
actually read marked as read while scrolling through the list. You
also loose a lot of view real-estate that could be used in listing
more messages to choose from.

This has always been possible in all my other versions of Imp which I
have run in the past.


Not for awhile.  These display-specific preferences are now stored
per-browser (since a user may use more than 1 browser, and may have
different display limitations on each).

The default is in js/dimpcore.js (the prefs property in the DimpCore
object).  You can either edit the default in that file or you can do
something like dynamically add the value when loading the page via a
hook.

michael


Right, Michael.  It was quiet a long time ago.  Before this current
version I was running Horde3 when it first came out.  The horde package
is so powerful that it has last all those years without any glitches.

I recently had problems because of a hard drive failure.  I'll check for
updates more frequently now.

Thanks for the tip on the dimpcore object.  This was exactly what I was
looking for.  The single pane works great!

Oh yea, the new features with Horde are really Great!  I especially like
the ease of operation on the Android.

Thanks!

-- L. James

--
L. D. James
lja...@apollo3.com
www.apollo3.com/~ljames


--

Message: 5
Date: Thu, 14 Aug 2014 21:56:54 -0300
From: Patrick Boutilier 
To: imp@lists.horde.org
Subject: Re: [imp] Removing "whitelist" and "blacklist" menu items
Message-ID: <53ed5ad6.3080...@ednet.ns.ca>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

On 08/14/2014 01:19 PM, Brett Charbeneau wrote:



Quoting Jan Schneider  horde.org>:

No, it should be sufficient to lock the spam rule preference.


Hey Jan!

  I appreciate your chiming in.
  I've tried adding

$_prefs['filter']['Locked'] = true;

and

$_prefs['spam']['Locked'] = true;

   to registry.local.php, but "Spam" continues to show under "New
Rule" and I still get the "Spam Filter" under "Existing Rules".
   What am I doing wrong to get rid of both?




That should be in prefs.local.php


-- next part --
A non-text attachment was scrubbed...
Name: boutilpj.vcf
Type: text/x-vcard
Size: 286 bytes
Desc: not available
URL:  



--

Message: 6
Date: Thu, 14 Aug 2014 19:00:36 -0600
From: Michael M Slusarz 
To: imp@lists.horde.org
Subject: Re: [imp] Removing "whitelist" and "blacklist" menu items
Message-ID:
<20140814190036.horde.qk7atodb35ntnaldkrkj...@bigworm.curecanti.org>
Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes

Quoting Patrick Boutilier :


On 08/14/2014 01:19 PM, Brett Charbeneau wrote:

[imp] Removing "whitelist" and "blacklist" menu items

2014-08-15 Thread Brett Charbeneau


Quoting  Patrick Boutilier  ednet.ns.ca>


That should be in prefs.local.php


Thanks for the tip!
However, I'm clearly still missing something. I hate it when I'm  
this stupid and I appreciate your patience.

I have tried adding (one at a time)

$_prefs['spam']['locked'] = true;
$_prefs['filter']['locked'] = true;

to

../ingo/config/prefs.local.php

and

../imp/config/prefs.local.php

and

../config/prefs.local.php

but I'm afraid "Spam" continues to show under "New Rule" and I  
still get the "Spam Filter" under "Existing Rules". These are the only  
instances of prefs.local.php in our install.

Could I possibly get another hint?
--

Brett Charbeneau
Network Administrator
Williamsburg Regional Library
7770 Croaker Road
Williamsburg, VA 23188-7064
(757)259-4044  www.wrl.org
(757)259-4079 (fax)br...@wrl.org



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


[imp] Removing "whitelist" and "blacklist" menu items

2014-08-15 Thread Brett Charbeneau


Quoting Michael M Slusarz  horde.org>:

And the array key is "locked", not "Locked" (PHP array/hash keys are  
 case-sensitive).


 Ooo, ack - committing this to memory, thanks!
--

Brett Charbeneau
Network Administrator
Williamsburg Regional Library
7770 Croaker Road
Williamsburg, VA 23188-7064
(757)259-4044  www.wrl.org
(757)259-4079 (fax)br...@wrl.org



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


[imp] mail list not refreshing imp 6.2.1

2014-08-15 Thread Per olof Ljungmark
Horde 5.2.1 / imp 6.2.1

When set to update at regular intervals, changes to read/unread done in
another mail reader are only visible in the browser tab and "Inbox" in
the left column.

The mail list is NOT updated, not even if ones clicks the "Refresh"
button, browser tab and "Inbox" IS updated.

Tested on FF and Chrome on more than one account.

This is a change from 5.1.6/6.1.7 that we currently run in production
where all three places are properly updated.

Bug, intentional or error in our test setup?

Thanks,

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


Re: [imp] Removing "whitelist" and "blacklist" menu items

2014-08-15 Thread Michael M Slusarz

Quoting Brett Charbeneau :


Quoting  Patrick Boutilier  ednet.ns.ca>


That should be in prefs.local.php


Thanks for the tip!
However, I'm clearly still missing something. I hate it when I'm  
this stupid and I appreciate your patience.

I have tried adding (one at a time)

$_prefs['spam']['locked'] = true;
$_prefs['filter']['locked'] = true;

to

../ingo/config/prefs.local.php

and

../imp/config/prefs.local.php

and

../config/prefs.local.php

but I'm afraid "Spam" continues to show under "New Rule" and I  
still get the "Spam Filter" under "Existing Rules". These are the  
only instances of prefs.local.php in our install.


You didn't happen to change these prefs during a session, did you?   
Prefs are cached in the session.


michael

___
Michael Slusarz [slus...@horde.org]

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


Re: [imp] mail list not refreshing imp 6.2.1

2014-08-15 Thread Michael M Slusarz

Quoting Per olof Ljungmark :


Horde 5.2.1 / imp 6.2.1

When set to update at regular intervals, changes to read/unread done in
another mail reader are only visible in the browser tab and "Inbox" in
the left column.

The mail list is NOT updated, not even if ones clicks the "Refresh"
button, browser tab and "Inbox" IS updated.


Does your IMAP server support CONDSTORE/QRESYNC?  Real-time flag  
updates are not supported on IMAP servers that don't support  
CONDSTORE.  (I can verify real-time updates work on a  
CONDSTORE/QRESYNC server in IMP 6.2).


michael

___
Michael Slusarz [slus...@horde.org]

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


[imp] imp 6.2.1 close window afer send

2014-08-15 Thread Per olof Ljungmark
Where is the setting that enables closing of the compose windows after  
sending a message?


Sorry, but cannot find it as a pref, only for Drafts. It is probably  
in front of me right now...


Thanks!

//per

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


Re: [imp] mail list not refreshing imp 6.2.1

2014-08-15 Thread Per olof Ljungmark

 Quoting Michael M Slusarz :


Quoting Per olof Ljungmark :


Horde 5.2.1 / imp 6.2.1

When set to update at regular intervals, changes to read/unread done in
another mail reader are only visible in the browser tab and "Inbox" in
the left column.

The mail list is NOT updated, not even if ones clicks the "Refresh"
button, browser tab and "Inbox" IS updated.


Does your IMAP server support CONDSTORE/QRESYNC?  Real-time flag updates
are not supported on IMAP servers that don't support CONDSTORE.  (I can
verify real-time updates work on a CONDSTORE/QRESYNC server in IMP 6.2).

michael

___Michael Slusarz [slus...@horde.org]


I should point out that both the production and the testing setup are
connecting to the same mail server.

OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE STARTTLS AUTH=PLAIN SASL-IR]
stranger.inter-sonic.com Cyrus IMAP v2.4.17 server ready

OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxte QUOTA
MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN
MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SORT SORT=MODSEQ SORT=DISPLAY
THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE LIST-EXTENDED WITHIN
QRESYNC SCAN XLIST URLAUTH URLAUTH=BINARY LOGINDISABLED COMPRESS=DEFLATE
IDLE]
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Re: [imp] imp 6.2.1 close window afer send

2014-08-15 Thread Per olof Ljungmark

 Quoting Per olof Ljungmark :


Where is the setting that enables closing of the compose windows after
sending a message?

Sorry, but cannot find it as a pref, only for Drafts. It is probably in
front of me right now...



Hm, replying to myself, the last messages sent the window did close  
after sending but I wish I knew why.


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


[imp] Removing "whitelist" and "blacklist" menu items

2014-08-15 Thread Brett Charbeneau

Quoting Michael Slusarz [slusarz  horde.org]:

You didn't happen to change these prefs during a session, did you?
Prefs are cached in the session.


1.I've been editing ../ingo/config/prefs.local.php, saving the  
file after a change, and then logging in to see what effect the edit  
has. I've tried to follow the advice listed on


http://wiki.horde.org/CustomizingPreferencesH5?referrer=CustomizingPreferences

since we are running Horde 5.1.5. Is there some cache dump or  
procedure I can't find that I should be following?


2. Am I editing the correct file?

3. I'd be grateful for a hint on which of the two statements below I  
should be using OR what change I need to make OR a reference to some  
documentation so I can research it myself.



--

Brett Charbeneau
Network Administrator
Williamsburg Regional Library
7770 Croaker Road
Williamsburg, VA 23188-7064
(757)259-4044  www.wrl.org
(757)259-4079 (fax)br...@wrl.org



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


Re: [imp] imp 6.2.1 close window afer send

2014-08-15 Thread Michael M Slusarz

Quoting Per olof Ljungmark :

Where is the setting that enables closing of the compose windows  
after sending a message?


Sorry, but cannot find it as a pref, only for Drafts. It is probably  
in front of me right now...


A javascript error could potentially kill the script before the window  
is closed.


michael

___
Michael Slusarz [slus...@horde.org]

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


[imp] How to set 'Sent Items' to be the default Sent Mail Special Folder

2014-08-15 Thread L. D. James
Can someone help me with how to set "Sent Items" to be the special 
folder where copies of sent mail will be saved?


Looking at the prefs.php it appears that it would be a matter of editing 
the backends.php which I initial did.  This didn't change it.


Edited backends.php:

'special_mboxes' => array(
 IMP_Mailbox::MBOX_DRAFTS => 'Drafts',
 IMP_Mailbox::MBOX_SENT => 'Sent Items',
 IMP_Mailbox::MBOX_SPAM => 'Spam',
 IMP_Mailbox::MBOX_TEMPLATES => 'Templates',
 IMP_Mailbox::MBOX_TRASH => 'Trash',
 IMP_Mailbox::MBOX_USERSPECIAL => array(
 'Example' => _("Example Special Mailbox")
 )
),
'autocreate_special' => true,


When that didn't work I modified the pref.php to:

// sent mail mailbox
$_prefs['sent_mail_folder'] = array(
// NOTE: Localization of this name for display purposes is done
// automatically. To change the default value based on the backend, see
// the 'special_mboxes' option in config/backends.php.
'value' => 'Sent Items'
);


The sent mail is still saved to "sent" instead of "Sent Items".

Thanks in advance for any input.

-- L. James

--
L. D. james
lja...@apollo3.com
www.apollo3.com/~ljames
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org