Hello,
You can try to use an alternate_login page. Examples are located at
pear/data/horde/scripts/
Regards.
SSRI Team.
IT Services.
Université Panthéon-Assas ( Paris 2 )
Sharad Mathur a écrit :
Hi Team,
I am using Oracle IDAM and would like to integrate IMP with IDAM,
For achieving
Horde::debug() line 686 _tryLogin in pear/php/Horde/Imap/Client/Socket.php
2014-12-16T13:37:45+01:00 INFO: HORDE [imp] _tryLogin [pid
12582 on line 686 of "...pear/php/Horde/Imap/Client/Socket.php"]
Use Horde::debug() there instead of Horde::log() so that you get a
backtrace.
All debu
Jan Schneider a écrit :
Zitat von SSRI :
Jan Schneider a écrit :
Zitat von SSRI :
Jan Schneider a écrit :
Zitat von SSRI :
Jan Schneider a écrit :
When hordeauth is set to false :
1) Where do you configure the auth driver for IMP ?
The only "auth driver" if you w
Jan Schneider a écrit :
Zitat von SSRI :
Jan Schneider a écrit :
Zitat von SSRI :
Jan Schneider a écrit :
When hordeauth is set to false :
1) Where do you configure the auth driver for IMP ?
The only "auth driver" if you want to say so, is IMAP (or POP3)
for that matte
Jan Schneider a écrit :
Zitat von SSRI :
Jan Schneider a écrit :
When hordeauth is set to false :
1) Where do you configure the auth driver for IMP ?
The only "auth driver" if you want to say so, is IMAP (or POP3)
for that matter, because those are the backends for IMP.
Jan Schneider a écrit :
When hordeauth is set to false :
1) Where do you configure the auth driver for IMP ?
The only "auth driver" if you want to say so, is IMAP (or POP3)
for that matter, because those are the backends for IMP.
Ok, so no way to use an alternate backend in this case:
a
Jan Schneider a écrit :
Zitat von SSRI :
Jan Schneider a écrit :
Zitat von Michael J Rubinsky :
Quoting Kai Harrekilde-Petersen :
Mike,
On 08-12-2014 22:01, Michael J Rubinsky wrote:
First, unless you have some specific need not to, you should
probably be using Application/IMP
Jan Schneider a écrit :
Zitat von Michael J Rubinsky :
Quoting Kai Harrekilde-Petersen :
Mike,
On 08-12-2014 22:01, Michael J Rubinsky wrote:
First, unless you have some specific need not to, you should
probably be using Application/IMP authentication since you are
authenticating to t
We have turned 'tree_view' value to '1' in IMP prefs.
Shared mailboxes are now displayed in a separate folder called "Other
users" but not the real name of the namespace from the IMAP server (
userprefix parameter in imapd.conf ).
SSRI a écrit :
Tested
Tested on another Cyrus IMAP ( newer version ) => same result.
Can't reproduce. My shared mailboxes appear under the "Shared" container.
Which IMAP server are you using for the test ?
Which php version ?
Tested with different php version ( 5.3.3, 5.5.12 ) => same result
michael
__
Ticket submitted ( #13212 ).
From 6.1 to 6.2, we've noticed that code for displaying folder tree
have changed ( new IMP_Factory_Ftree ).
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Michael M Slusarz a écrit :
Quoting SSRI :
Mailboxes list :
=> IMP 6.1
Shared Mailboxes
_ sharedmailbox1
_ sharedmailbox2
personalMailBox1
personalMailBox2
=> IMP 6.2
personalMailBox1
personalMailBox2
sharedMailBox1
sharedMailBox2
Can't reproduce. My shared mailboxes appea
Mailboxes list :
=> IMP 6.1
Shared Mailboxes
_ sharedmailbox1
_ sharedmailbox2
personalMailBox1
personalMailBox2
=> IMP 6.2
personalMailBox1
personalMailBox2
sharedMailBox1
sharedMailBox2
SSRI a écrit :
Does anyone has noticed the same bug ?
SSRI a écrit :
Hello,
We'r
Does anyone has noticed the same bug ?
SSRI a écrit :
Hello,
We're using the alternate IMAP namespace on a Cyrus IMAP server. In
IMP 6.1, the prefix for the other users namespace was shown in the
mailbox list. In IMP 6.2, the name of the prefix has disappeared.
Regards.
SSRI Te
preg_match('|^/horde/kronolith/fb.php|',$_SERVER['REQUEST_URI']) ||
...
) {
$conf['auth']['driver'] = 'ldap';
} else {
$conf['auth']['driver'] = 'custom_driver';
}
Is there a way for Horde to set up an authen
Hello,
We're using the alternate IMAP namespace on a Cyrus IMAP server. In
IMP 6.1, the prefix for the other users namespace was shown in the
mailbox list. In IMP 6.2, the name of the prefix has disappeared.
Regards.
SSRI Team
IT Services - Université Pantheon-Assas ( Paris 2 )
-
Jan Schneider a écrit :
Zitat von SSRI :
Hi,
We've set a $conf['session']['max_time'] in Horde.
After the maximum session time is reached : from Imp, when trying
to go to Kronolith or Turba ( by clicking on upper links ), we
have "too many redirects&quo
Why end user doesn't get a warning message ? Usually, web
applications warns you that the file is too big.
This is a PHP limitation. You will need to bug them for the explanation.
We were thinking about implementing an "uploading too large of files
warning" ( that exists for example in
User is not
authorized " in horde.log
Regards.
SSRI Team
IT Services - Université Pantheon-Assas ( Paris 2 )
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
You are trying to upload ~80MB of data when your post_max_size is
60MB. So that's your issue.
Why end user doesn't get a warning message ? Usually, web applications
warns you that the file is too big.
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubs
imp/dynamic.php?page=compose&type=new&token=o9oQreqfzGENsFD9v1YhZQ1&uniq=1385563193628
Regards.
SSRI Team
IT Services - Université Pantheon-Assas ( Paris 2 )
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
We have to tried to disable Zip file preview by using the inline
parameter in both config/mime_drivers.local.php and
imp/config/mime_drivers.local.php :
'zip' => array(
'inline' => false,
However, previewing zip files still works.
As expected. 'inline' has to do with inline renderin
able it was to set :
'zip' => array(
'disable' => true,
in both config/mime_drivers.local.php and imp/config/mime_drivers.local.php
Inline parameter works fine for disabling HTML preview.
Is this parameter works differently for zip MIME ?
Regards.
SSRI Te
23 matches
Mail list logo