Re: [imp] maximum number of recipients setting is not working.

2010-08-12 Thread Jan Schneider

Zitat von ANANT S ATHAVALE :


- Message from j...@horde.org -
Date: Thu, 12 Aug 2010 14:45:36 +0200
From: Jan Schneider 
 Subject: Re: [imp] maximum number of recipients setting is not working.
  To: imp@lists.horde.org


Is it 1 or true? If it's really 1, you shouldn't be able to send to  
more than one recpient. If it's true, there is no limit.


The lines which I have added for debugging always print 1.  I don't  
know, whether it is internally interpreted as 1 or TRUE.


Use var_export($variable, true) instead of plain $variable.


BTW, I am using eAccelerator, would it cause any problem?


Not necessarily eAccelerator, but it could be a stale cache. Try with  
caching disabled.



Setting the limit works fine here by the way.

Zitat von ANANT S ATHAVALE :


Dear List,

It does not seem to be anything to do with Draft/not draft.  I  
tried to debug, added few lines in imp/lib/Compose.php.


-

1275d1274
< Horde::logMessage('exceed=' . $exceed, __FILE__,  
__LINE__, PEAR_LOG_NOTICE);

1277d1275
< Horde::logMessage('max_recipients=' .  
$max_recipients, __FILE__, __LINE__, PEAR_LOG_NOTICE);


---

But, I find that, max_recipients is always '1' and not the value  
which I have set.


Please guide me to further debug.

-ANANT.

- Message from a...@isac.gov.in -
  Date: Wed, 11 Aug 2010 11:50:20 +0530
  From: ANANT S ATHAVALE 
Subject: Re: [imp] maximum number of recipients setting is not working.
To: imp@lists.horde.org



Dear List,

All my settings are correct.  I have set 'Show,Read,Edit,Delete'  
permissions enabled for IMP (now).  I am trying to block  
recipients more than 30.   I am using the old sent-mail (mark it  
as draft) and send it again (which has more than 30 recipients)   
and this is not getting blocked. When I open the sent-mail  
folder, the mail which I am opening as draft has "Undisclosed  
recipients" under "To" column (does this mean anything?)..


But, when I open it for sending it again, all addresses show up  
(35) and when I send mail, it is sent.


Could this be a bug?

Regards,
ANANT.



- Message from lst_ho...@kwsoft.de -
 Date: Tue, 10 Aug 2010 10:02:46 +0200
 From: lst_ho...@kwsoft.de
Subject: Re: [imp] maximum number of recipients setting is not working.
   To: imp@lists.horde.org



Zitat von ANANT S ATHAVALE :


Dear List,

Based on one of the queries over this list, I have tried to set  
this limit.


1. /imp/conf.php

$conf['sentmail']['params']['threshold'] = 60;
$conf['sentmail']['params']['limit_period'] = 24;
$conf['sentmail']['params']['table'] = 'imp_sentmail';
$conf['sentmail']['params']['driverconfig'] = 'horde';
$conf['sentmail']['driver'] = 'sql';


The values set in conf.php or other files in the config/ dir are  
only used as default if no other value is present. If you want  
to alter existing values you have to use the admin interface in  
horde and set the values for the desired user(s).


Regards

Andreas


--
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




- End message from lst_ho...@kwsoft.de -



Regards,

Anant Athavale.

--
Confidentiality Notice: This e-mail message, including any  
attachments, is for

the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
--

--
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




- End message from a...@isac.gov.in -



Regards,

Anant Athavale.

--
Confidentiality Notice: This e-mail message, including any  
attachments, is for

the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
--

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.o

Re: [imp] linked attachments and URL

2010-08-12 Thread Jan Schneider

Zitat von Andreas Moroder :


Hello,

today I tested linked attachments ( the attachment stroed on the  
Horde VFS ). It' a very nice thing but there is one big problem.
We use Horde in our intranet but have also a second server on the  
DMZ for external access. Both have different hostnames. If we send a  
mail from the intranet the link that is generated is not visible  
from the intranet and the opposite. The URL is also absolute. If  
Some users ( me as test user ) use another installation of imp then  
the link go to this path. On the external machine this version does  
not exist.


The best would be a possibility to configure the hostname and URL  
the link and have only the last part dynamic.


Is there a chance that this changes are implemented ?


Sure, such a feature make sense. You can add an enhancement request to  
bugs.horde.org.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] maximum number of recipients setting is not working.

2010-08-12 Thread Jan Schneider
If it's just a stale cache entry, yes. If this is a problem with  
eAccelerator, then you might hit the same issue later again.

And you might try Horde 3.3.9-cvs which has a cache bug fixed.

Zitat von ANANT S ATHAVALE :


Dear Jan,

As soon as I commented the line

$conf['cache']['driver'] = 'eaccelerator', it is able to show '30'  
as max_recipients which I have set.


Should I clear the cache generated by eaccelerator which may solve  
the problem?


-ANANT.


- Message from j...@horde.org -
Date: Thu, 12 Aug 2010 14:53:03 +0200
From: Jan Schneider 
 Subject: Re: [imp] maximum number of recipients setting is not working.
  To: imp@lists.horde.org



Zitat von ANANT S ATHAVALE :


- Message from j...@horde.org -
  Date: Thu, 12 Aug 2010 14:45:36 +0200
  From: Jan Schneider 
Subject: Re: [imp] maximum number of recipients setting is not working.
To: imp@lists.horde.org


Is it 1 or true? If it's really 1, you shouldn't be able to send  
to more than one recpient. If it's true, there is no limit.


The lines which I have added for debugging always print 1.  I  
don't know, whether it is internally interpreted as 1 or TRUE.


Use var_export($variable, true) instead of plain $variable.


BTW, I am using eAccelerator, would it cause any problem?


Not necessarily eAccelerator, but it could be a stale cache. Try  
with caching disabled.



Setting the limit works fine here by the way.

Zitat von ANANT S ATHAVALE :


Dear List,

It does not seem to be anything to do with Draft/not draft.  I  
tried to debug, added few lines in imp/lib/Compose.php.


-

1275d1274
< Horde::logMessage('exceed=' . $exceed, __FILE__,  
__LINE__, PEAR_LOG_NOTICE);

1277d1275
< Horde::logMessage('max_recipients=' .  
$max_recipients, __FILE__, __LINE__, PEAR_LOG_NOTICE);


---

But, I find that, max_recipients is always '1' and not the value  
which I have set.


Please guide me to further debug.

-ANANT.

- Message from a...@isac.gov.in -
Date: Wed, 11 Aug 2010 11:50:20 +0530
From: ANANT S ATHAVALE 
Subject: Re: [imp] maximum number of recipients setting is not working.
  To: imp@lists.horde.org



Dear List,

All my settings are correct.  I have set  
'Show,Read,Edit,Delete' permissions enabled for IMP (now).  I  
am trying to block recipients more than 30.   I am using the  
old sent-mail (mark it as draft) and send it again (which has  
more than 30 recipients)  and this is not getting blocked. When  
I open the sent-mail folder, the mail which I am opening as  
draft has "Undisclosed recipients" under "To" column (does this  
mean anything?)..


But, when I open it for sending it again, all addresses show up  
(35) and when I send mail, it is sent.


Could this be a bug?

Regards,
ANANT.



- Message from lst_ho...@kwsoft.de -
Date: Tue, 10 Aug 2010 10:02:46 +0200
From: lst_ho...@kwsoft.de
Subject: Re: [imp] maximum number of recipients setting is not working.
 To: imp@lists.horde.org



Zitat von ANANT S ATHAVALE :


Dear List,

Based on one of the queries over this list, I have tried to  
set this limit.


1. /imp/conf.php

$conf['sentmail']['params']['threshold'] = 60;
$conf['sentmail']['params']['limit_period'] = 24;
$conf['sentmail']['params']['table'] = 'imp_sentmail';
$conf['sentmail']['params']['driverconfig'] = 'horde';
$conf['sentmail']['driver'] = 'sql';


The values set in conf.php or other files in the config/ dir  
are only used as default if no other value is present. If you  
want to alter existing values you have to use the admin  
interface in horde and set the values for the desired user(s).


Regards

Andreas


--
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




- End message from lst_ho...@kwsoft.de -



Regards,

Anant Athavale.

--
Confidentiality Notice: This e-mail message, including any  
attachments, is for
the sole use of the intended recipient(s) and may contain  
confidential and

privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended  
recipient, please
contact the sender by reply e-mail and destroy all copies of  
the original

message.
--

--
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




- E

Re: [imp] linked attachments and URL

2010-08-16 Thread Jan Schneider

Zitat von andreas moroder :



Sure, such a feature make sense. You can add an enhancement request to
bugs.horde.org.

Jan.


Hello,

I tried to make the enhancement request, but it continued to tell me
that the spam protection word I insert is wrong. I even disabled
ghostery. Could you please make the reguest ( text below ) using my mail
address.


Try again, there have been some issues with the bug tracker.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Disable bottom thumbnail in IMP WebMail

2010-08-16 Thread Jan Schneider

Zitat von Josep Cols :


Hello:

They're a way to disable the bottom thumbnail on IMP?. And only the PDFs?
For PDF's, the thumbnail is generated by ghostscript and ghostscript  
has a lot of bugs that invalidates the page and impede the download  
of PDF messages.
When a PDF thumbnail is generated, the followin error is listed on  
http error_log file: GPL Ghostscript 8.71: Unrecoverable error, exit  
code 1


No, this can't be turned off for PDF only, unless you hack  
imp/lib/MIME/Viewer/pdf.php.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Disable bottom thumbnail in IMP WebMail

2010-08-18 Thread Jan Schneider

Please don't top-post.

Zitat von Josep Cols :


En/na Jan Schneider ha escrit:

Zitat von Josep Cols :


Hello:

They're a way to disable the bottom thumbnail on IMP?. And only the PDFs?
For PDF's, the thumbnail is generated by ghostscript and  
ghostscript has a lot of bugs that invalidates the page and impede  
the download of PDF messages.
When a PDF thumbnail is generated, the followin error is listed on  
http error_log file: GPL Ghostscript 8.71: Unrecoverable error,  
exit code 1


No, this can't be turned off for PDF only, unless you hack  
imp/lib/MIME/Viewer/pdf.php.



Thanks, Jan.

And can this be tourned off for all attachemnents MIME types?


No.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] LDAP Driver Vacation-h3-3.2.1

2010-08-18 Thread Jan Schneider

Zitat von Juliano Rodrigues :


Hello IMP list,

My ldap horde vacation interface is not working, and Im asking for  
an advance help here.


*What* isn't working?

Bellow are an sample userdn from my ldap and my conf.php of vacation  
horde module.


I guess userdn parm is wrong and something else...


Yes, leave it empty, it looks like your DNs can be found through  
regular DN searching.


PS:. attribute vacationInfo store the autoreply user message. (I  
dont know why its appears encrypted from slapcat output).


It's not encrypted, its base64 encoded.


Thank for an true help,  Juliano Rodrigues.

$conf['vacation']['default_message'] = _("I'm on vacation and will  
not be reading my mail for a while.\nYour mail will be dealt with  
when I return.");

$conf['vacation']['subject'] = true;
$conf['vacation']['from'] = true;
$conf['server']['params']['default']['host'] = 'localhost';
$conf['server']['params']['default']['port'] = 389;
$conf['server']['params']['default']['timeout'] = 0;
$conf['server']['params']['default']['version'] = '3';
$conf['server']['params']['default']['tls'] = false;
$conf['server']['params']['default']['basedn'] =  
'o=hosting,dc=example,dc=tld';

$conf['server']['params']['default']['userdn'] = 'mail=';
$conf['server']['params']['default']['vacation'] = 'vacationInfo';
$conf['server']['params']['default']['active'] = 'vacationActive';
$conf['server']['params']['default']['enabled'] = true;
$conf['server']['params']['default']['disabled'] = false;
$conf['server']['params']['default']['uid'] = 'mail';
$conf['server']['params']['default']['binddn'] =  
'cn=admin,dc=example,dc=tld';

$conf['server']['params']['default']['bindpw'] = 'xyz';
$conf['server']['params']['default']['hordeauth'] = 'full';
$conf['server']['driver'] = 'ldap';
$conf['aliases']['show'] = true;
$conf['aliases']['driver'] = 'none';
$conf['user']['refused'] = array('root', 'bin', 'daemon', 'adm',  
'lp', 'shutdown', 'halt', 'uucp', 'ftp', 'anonymous', 'nobody',  
'httpd', 'operator', 'guest', 'diginext', 'bind', 'cyrus',  
'courier', 'games', 'kmem', 'mailnull', 'man', 'mysql', 'news',  
'postfix', 'sshd', 'tty', 'www');

$conf['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

dn: mail=gi...@social.com.br,vd=social.com.br,o=hosting,dc=example,dc=tld
objectClass: top
objectClass: VirtualMailAccount
objectClass: Vacation
objectClass: VirtualForward
objectClass: amavisAccount
mail: gi...@social.com.br
userPassword:: e0NSWVBUfSQxJHFpU05BNkVCJGk3WFplOU95N3RGaGVkTGlOV2tnZS4=
smtpAuth: TRUE
quota: 512000
accountActive: TRUE
vdHome: /home/vmail
mailbox: social.com.br/gi...@social.com.br/
uid: giani.social.com.br
mailAutoreply: gi...@social.com.br.autoreply
delete: FALSE
otherTransport: phamm:
amavisBypassVirusChecks: FALSE
amavisBypassSpamChecks: FALSE
amavisSpamKillLevel: 6.0
amavisSpamTag2Level: 5.5
amavisSpamTagLevel: 3.0
structuralObjectClass: VirtualMailAccount
entryUUID: 3d50d0e6-2fb6-102f-8f4c-3733248c7fa4
creatorsName: cn=postmaster,vd=social.com.br,o=hosting,dc=example,dc=tld
createTimestamp: 20100729233913Z
sn: Geremias
givenName: Giani
cn: Giani Geremias
vacationActive: TRUE
vacationInfo:: T0kgZXUgZXN0b3UgZGUgZmVyaWFzIA==
forwardActive: FALSE
creationDate: 201007292039
vacationStart: 20100817
vacationEnd: 20100819
lastChange: 1282087816
entryCSN: 20100817233016.290021Z#00#000#00
modifiersName:  
mail=gi...@social.com.br,vd=social.com.br,o=hosting,dc=example,dc=tld

modifyTimestamp: 20100817233016Z


Btw, there is a dedicated mailing list for vacation, please follow-up there.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Navigation has 2 seconds wait between pages

2010-08-18 Thread Jan Schneider

Zitat von Josep Cols :


Hello:

Using IMP and from the point of view of the final user, they are a 2  
seconds wait time between pages:

-- 2 seconds between login and portal page
-- 2 seconds between portal page and INBOX page
-- Clicking on a message, 2 seconds before the message is displayed.
-- etc.

This time is a 'fixed time' and does not depends on the number of  
folders, the messages in a folder, the size of a message, etc.


Is this the normal behaviour or they are something wrong in my installation?


There is obviously something wrong. Sounds like a DNS resolving  
timeout or something similar.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] problems with trash and sent foløder after upgrade

2010-09-09 Thread Jan Schneider

Zitat von p...@hkskole.no:


Hi!

After upgrading from Webmail Edition 1.2.5 to 1.2.6 I have problems  
with folder names. The system folders Trash and Sent were originally  
translated into Papirkurv and Sendte. This worked OK in previous  
Horde release.


What do you mean? Are they called "Trash" and "Sent" on the server and  
showed up translated in the interface, or are they called "Papirkurv"  
and "Sendte" on the server?


What happens after upgrading is the translated folders are moved  
down to the private folder sections, and Trash and Sent are created  
when I send og delete mails. The two new folders are logically  
placed under the Inboks (which has remained translated as expected).


I'm not sure what you mean with "moved down" either.


Any idrea how I can fix this?

By the way, the imp/config/prefs.php has the following:


// trash folder
$_prefs['trash_folder'] = array(
// The mailbox value must be encoded in the UTF7-IMAP charset (see RFC
// 3501 [5.1.3]). For Exchange, uncomment the entry below and remove the
// default value entry.
// 'value' => 'Deleted Items',
'value' => _("Papirkurv"),
'locked' => true,
'shared' => false,
'type' => 'implicit');

// sent mail folder
$_prefs['sent_mail_folder'] = array(
// The mailbox value must be encoded in the UTF7-IMAP charset (see RFC
// 3501 [5.1.3]). For Exchange, uncomment the entry below and remove the
// default value entry.
// 'value' => 'Sent Items',
'value' => 'Sendte',
'locked' => true,
'shared' => false,
'type' => 'implicit');


--
Pål Monstad


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
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





Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Forwarded/Replied EMails in Attachments instead of in-line

2010-09-09 Thread Jan Schneider

Zitat von Brian Leggee :




Sometime a month or so ago, the Email Threads (when I forward or  
reply) end up as Attachments instead of inline in the Email. Can't  
seem to figure out in Options or SW Updates what caused this or how  
to fix it. Any ideas?


This only happens when forwarding, and depends on the forwarding  
method you choose, and whether you forwarded from the message or  
mailbox view.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Horde/IMP performance problems

2010-09-10 Thread Jan Schneider

Zitat von Michael Menge :

Does anybody have or know tools which can simulate the load of   
hundreds of IMP users in order to see the impact of changes?


I'd like to have such tools too ;-)


JMeter is perfectly suited for that.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] problems with trash and sent foløder after upgrade

2010-09-10 Thread Jan Schneider

Please keep the discussion on the mailing list.

Zitat von Pål Monstad :



Siterer Jan Schneider :


Zitat von p...@hkskole.no:


Hi!

After upgrading from Webmail Edition 1.2.5 to 1.2.6 I have  
problems with folder names. The system folders Trash and Sent were  
originally translated into Papirkurv and Sendte. This worked OK in  
previous Horde release.


What do you mean? Are they called "Trash" and "Sent" on the server  
and showed up translated in the interface, or are they called  
"Papirkurv" and "Sendte" on the server?


What happens after upgrading is the translated folders are moved  
down to the private folder sections, and Trash and Sent are  
created when I send og delete mails. The two new folders are  
logically placed under the Inboks (which has remained translated  
as expected).


I'm not sure what you mean with "moved down" either.


They are duplicated on the server. Sent and Sendte, Trash and  
Papirkurv and Drafts, Kladd


Horde seams to forget the Norwegian variants are system folders. New  
English obe are created and the Norwegians are "moved down" to  
private folder sections in the left menu.


Any idea why this happend after upgrading? How to get the Norwegians  
back again without writing a script to move contents and delete  
folders?


And even if I do this manually in Horde, Horde recreates the English folders.


This can only happen if the English names are stored in the user  
preferences. Otherwise IMP wouldn't even know about those.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] problems with trash and sent foløder after upgrade

2010-09-11 Thread Jan Schneider

Zitat von Aria Bamdad :





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

Please keep the discussion on the mailing list.



Jan,

The horde listservs do not include a 'Reply-To:' header in their mail.
Participants hit the reply button thinking they are replying to the list,
but they end up replying to the person that responded to their mail
directly.  I have made the same mistake.  Perhaps the list owner can add the
reply-to header so that reply's go back to the list address.  This is the
way other lists work.


And it's wrong.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] horde imp passwd expired change at login hook

2010-09-20 Thread Jan Schneider

Zitat von st...@ing-steen.se:


Hello Horde list!

I have one issue with the passwd module for horde, users can change
password when they are logged in, all hooks work as expected.

Problem arrives when their passwords has expired and they try to login.

The users got asked to enter new password and that work, ldap password
attribute got correctly set and also the shadowlastchange attribute is
changed correctly.

Problem 1)
But the custom passwd hook does not get called, hence the other changes
needed by the custom hook is not performed.


Updating expired passwords is not a passwd functionality, but tied  
into the horde authentication system. Thus no passwd hooks are called.



Problem 2)
The user is logged in and got confirmed that password was changed and is
logged in directly.
(strange behavior usually users get logged out after password changes!)


How is that a problem? Make much more sense to me.


After the login (takes very looong time now), IMP fails, the user is not
allowed to use IMP.

I did a successful work around for Problem 1 by adding code into
/usr/share/horde/lib/Horde/Auth/ldap.php:
/* Encrypt the new password */
$entry['userpassword'] = $this->getCryptedPassword(
$credentials['password'], '',
$this->_params['encryption'],
'true');
//HACK
  $passw = $credentials['password'];
  $e = shell_exec("/usr/bin/sudo /usr/local/scripts/upass.sh $newID
$passw");

But this will break further updates in future of horde...

How am I supposed to continue, please assist ?


You need to use the _horde_hook_authldap hook in that case.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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


[imp] IMP H3 (4.3.8) (final)

2010-09-28 Thread Jan Schneider

The Horde Team is pleased to announce the final release of the Internet
Messaging Program (IMP) version H3 (4.3.8).

IMP, the Internet Messaging Program, is one of the most popular webmail
applications available.  It allows universal, web-based access to IMAP and
POP3 mail servers and provides a full range of features normally found only in
desktop email clients.

Thanks to Naumann IT Security Consulting for reporting the XSS vulnerability.

The major changes compared to IMP version H3 (4.3.7) are:
* Fixed an XSS vulnerability in the Fetchmail configuration.
* Minor bug fixes and improvements.
* Updated Estonian translation.

The full list of changes (from version H3 (4.3.7)) can be viewed here:

http://cvs.horde.org/diff.php/imp/docs/CHANGES?rt=horde&r1=1.699.2.424&r2=1.699.2.430&ty=h

The IMP H3 (4.3.8) distribution is available from the following locations:

ftp://ftp.horde.org/pub/imp/imp-h3-4.3.8.tar.gz
http://ftp.horde.org/pub/imp/imp-h3-4.3.8.tar.gz

Patches against version H3 (4.3.7) are available at:

ftp://ftp.horde.org/pub/imp/patches/patch-imp-h3-4.3.7-h3-4.3.8.gz
http://ftp.horde.org/pub/imp/patches/patch-imp-h3-4.3.7-h3-4.3.8.gz

NOTE: Patches do not contain differences between files containing binary data.
These files will need to be updated via the distribution files:

locale/et_EE/LC_MESSAGES/imp.mo
locale/nl_NL/LC_MESSAGES/imp.mo

Or, for quicker access, download from your nearest mirror:

http://www.horde.org/mirrors.php

MD5 sums for the packages are as follows:

c7fb61c7b8ab5d6080e70719124b5460  imp-h3-4.3.8.tar.gz
5c23e9a940fca87bc7beadaaf7178760  patch-imp-h3-4.3.7-h3-4.3.8.gz

Have fun!

The Horde Team.
--
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] Some Clients don't see attachments with foreign characters

2010-09-28 Thread Jan Schneider

Zitat von Helga Mayer :


Hello,

As the subject already says, I wonder if the Mime Header encoding is correct.
If I send attachments with foreign characters in the filename, Pegasus cannot
display the attached file.

I'm using Horde Groupware Webmail Edition 1.2.6

Sending the same attachment with Thunderbird works fine for all clients.

I found a hint in http://bugs.horde.org/ticket/9212
but I can't get the patch. My browser says: "Malformed URL"


This is the correct link:
http://git.horde.org/diff.php/framework/MIME/Attic/MIME.php?rt=horde&r1=1.139.4.49&r2=1.139.4.50&ty=u

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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


[imp] DIMP H3 (1.1.5) (final)

2010-09-28 Thread Jan Schneider

The Horde Team is pleased to announce the final release of the Dynamic
Internet Messaging Program (DIMP) version H3 (1.1.5).

DIMP (Dynamic Internet Messaging Program, or Dynamic IMP) is a PHP-based
webmail system and a component of the Horde project.  DIMP is a version of the
webmail client IMP utilizing AJAX-like technologies to allow a more dynamic
user experience than traditionally offered via IMP.

DIMP requires at least Horde version 3.2 and IMP version H3 (4.2) to run.
Although not required to upgrade either Horde or IMP, it is STRONGLY
RECOMMENDED you do as any bugfixes to core functionality will occur in
these applications.

The major changes compared to DIMP version H3 (1.1.4) are:
* Fixed an XSS vulnerability when showing mailbox names.
* Minor bug fixes and improvements.
* Updated Estonian and Japanese translations.

The full list of changes (from version H3 (1.1.4)) can be viewed here:

http://cvs.horde.org/diff.php/dimp/docs/CHANGES?rt=horde&r1=1.69.2.82&r2=1.69.2.87&ty=h

The DIMP H3 (1.1.5) distribution is available from the following locations:

ftp://ftp.horde.org/pub/dimp/dimp-h3-1.1.5.tar.gz
http://ftp.horde.org/pub/dimp/dimp-h3-1.1.5.tar.gz

Patches against version H3 (1.1.4) are available at:

ftp://ftp.horde.org/pub/dimp/patches/patch-dimp-h3-1.1.4-h3-1.1.5.gz
http://ftp.horde.org/pub/dimp/patches/patch-dimp-h3-1.1.4-h3-1.1.5.gz

NOTE: Patches do not contain differences between files containing binary data.
These files will need to be updated via the distribution files:

locale/de_DE/LC_MESSAGES/dimp.mo
locale/fr_FR/LC_MESSAGES/dimp.mo
locale/ja_JP/LC_MESSAGES/dimp.mo
locale/nl_NL/LC_MESSAGES/dimp.mo

Or, for quicker access, download from your nearest mirror:

http://www.horde.org/mirrors.php

MD5 sums for the packages are as follows:

6d7605cd927eabf42de3cdb582237d6e  dimp-h3-1.1.5.tar.gz
9132d70238f1333e19d746bfd857730c  patch-dimp-h3-1.1.4-h3-1.1.5.gz

Have fun!

The Horde Team.
--
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] Horde cache problem

2010-09-29 Thread Jan Schneider

Zitat von Jochen Roderburg :


Zitat von lst_ho...@kwsoft.de:


Zitat von Jochen Roderburg :

When I have a running webmail session with activated Horde cache  
and  another mail program is changing something on the mail  
server, the  changes are not reflected on the webmail side.




At least for IMAP folders this is documented:

[cache_folders]
If set to true, note that any folders created on the server during  
an  IMP session that are NOT created via IMP will not be displayed  
until  the next login. If IMP will be the exclusive means of  
accessing the  mail server, or you are not concerned about this  
behavior, this  setting should be set to true.


Yes, I have seen and understood this particular case and have  
decided that I am "not concerned about this behavior".


But for message status, delete, new etc. it's working fine here  
with  Cyrus as IMAP server and parallel access with Thunderbird  
(IMAP) and  IMP/Horde. You have to wait for refresh for sure but  
this is standard  IMAP behavior.


These are the cases that trouble me.

When I read now that this works in your installation and see no  
warnings in the configuration dialogs, I think it is really the  
correct intended behaviour that changes on the mailserver are shown  
and I have a "special" problem here. General experience says then  
that in such strange cases the real cause is "something completely  
different".


A test scenario here:

"Old" IMP (Horde2/IMP3)
"New" IMP (Horde3/IMP4) with activated Horde cache
Thunderbird 3.1

When I sent a new mail to my account, it is shown in all three  
candidates. In Thunderbird immediately, in the IMP's after a (manual  
or automatic) refresh of the mailbox list.


I delete the mail now in the Old IMP (IMAP delete) and it is shown  
there as deleted. In Thunderbird it is also immediately shown as  
deleted. In the New IMP
it is *not* shown as deleted, and I do not find a way to persuade it  
to display this correctly. No webmail refreshes help, no Browser  
refreshes. I can logout and re-login. I can login on different  
systems with different browsers, everywhere it is displayed as not  
deleted. It even survives a complete server restart.


This is expected behavior. Due to limitations in the PHP imap  
extension, IMAP flag changes outside of IMP can't be detected when  
using either "msgcache" or "mlistcache" in the IMP configuration. I  
can't remember which one.


The only way I found to get rid of the situation is to deactivate  
the Horde cache or clear the cache storage (memcached meanwhile).


Can anybody tell me how this whole thing is supposed to work  
internally? How does IMP find out that something has changed on the  
IMAP server and its cached version is no longer valid?


Best Regards,
Jochen Roderburg


--
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





Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Horde cache problem

2010-09-29 Thread Jan Schneider

Zitat von Jochen Roderburg :


Zitat von Jan Schneider :

I delete the mail now in the Old IMP (IMAP delete) and it is shown  
there as deleted. In Thunderbird it is also immediately shown as  
deleted. In the New IMP
it is *not* shown as deleted, and I do not find a way to persuade  
it to display this correctly. No webmail refreshes help, no  
Browser refreshes. I can logout and re-login. I can login on  
different systems with different browsers, everywhere it is  
displayed as not deleted. It even survives a complete server  
restart.


This is expected behavior. Due to limitations in the PHP imap  
extension, IMAP flag changes outside of IMP can't be detected when  
using either "msgcache" or "mlistcache" in the IMP configuration. I  
can't remember which one.


Thanks for this important information. So this means that these  
optimizations can also only be used when you don't use other mail  
programs besides IMP. That is of course not an option here, we can't  
force our 4 university users to use only Webmail. What a pity,  
the mailbox cache really made the mailbox displays noticeably faster.


If it is really only one of the two options which causes the  
problem, I would guess it *is* mlistcache. I'll try both of them  
separately and see what happens.


Is this a thing which will be different in your upcoming own IMAP  
PHP library, which was mentioned occasionally here?


Yes, this is not a limitation in IMP 5 anymore.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Unexpected deletion of drafts in DIMP

2010-09-30 Thread Jan Schneider

Zitat von Michael M Slusarz :


Quoting Jochen Roderburg :

Another issue upon which I stumbled again when I made my tests for  
the cache problem:


The IMP behaviour regarding "drafts" that I know from IMP3 is:
I can click on a draft in the drafts folder, get it in a compose  
screen, can continue working on it and send it. After this the  
draft is still stored in the folder for future use.


In the traditional Interface of IMP4 this works the same, but in  
DIMP the stored draft is unconditionally deleted after sending. No  
question, no warning, nothing, it is just gone.


Bug or new future, configuration or what?

This is certainly not the expected and wanted behaviour!!


Yes it is.  A draft is, by definition (RFC 3501 [2.3.2]), a "[m]essage
[that] has not completed composition."  Thus, the natural extension is
that once the message HAS completed composition, it is no longer
needed.  This is no different than any other message you compose - once
you hit send, you have no access to the content of that message anymore.

If that message wasn't deleted, eventually your Drafts folder would
contain hundreds of old drafts.  That is obviously not very useful.

If you want to keep a message around to use as a template, you  
should be using stationery.


Funny, I just discussed about exactly that with some guy in the K-9  
channel. There always have been two different point of views on draft  
messages in mail client development. One camp considers a draft a  
temporary message state that is obsolete once the message has been  
sent. The other sees drafts as message templates. And there is also  
some differentiation depending on how the draft was created.
IMP has always been in the latter camp, and we shouldn't silently  
change this. I always had the impression that DIMP distinguishes  
between auto-saved drafts that are going to be deleted and manually  
saved draft that should stick. That would have been the ideal approach  
anyway.
Stationery are a good point and we might consider changing to the  
other camp with stationery being available in both IMP and DIMP now.  
OTOH there is still the use case where I want to write some  
mail-merge-like message, sending the same message a few times to  
different recipients with slightly different content, like different  
titles. I really don't want to go to the preferences and create  
stationery just for that.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Unexpected deletion of drafts in DIMP

2010-10-01 Thread Jan Schneider
Stationery is templates or form replies. I think the official translation is 
"Briefpapier" though in this context rather "Vorlagen" or "Standardantworten".


"Jochen Roderburg"  schrieb:

>Zitat von Jan Schneider :
>
>> Stationery are a good point and we might consider changing to the  
>> other camp with stationery being available in both IMP and DIMP now. 
>
>> OTOH there is still the use case where I want to write some  
>> mail-merge-like message, sending the same message a few times to  
>> different recipients with slightly different content, like different 
>
>> titles. I really don't want to go to the preferences and create  
>> stationery just for that.
>
>Yes, exactly, this is what I mainly use the "draft" feature for. And  
>was very puzzled now that after the first re-usage my message had  
>disappeared.
>
>Pardon my ignorance (or insufficient knowledge of english): what is  
>"stationery"?
>Wikipedia and Leo are not of much help, show nothing computer-related. 
>;-)
>
>Best regards,
>Jochen Roderburg

-- 
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] Unexpected deletion of drafts in DIMP

2010-10-02 Thread Jan Schneider

Zitat von Michael M Slusarz :

This is a UI issue.  This is still a use for stationery - it just  
needs to be easier to create stationery if necessary.  We could also  
add an option (I think Thunderbird has this option) to create a mail  
message from the contents of any existing message.


There already is the resume feature, isn't it?

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Unexpected deletion of drafts in DIMP

2010-10-02 Thread Jan Schneider

Zitat von Michael M Slusarz :


Quoting Jan Schneider :


Zitat von Michael M Slusarz :

This is a UI issue.  This is still a use for stationery - it just  
needs to be easier to create stationery if necessary.  We could  
also add an option (I think Thunderbird has this option) to create  
a mail message from the contents of any existing message.


There already is the resume feature, isn't it?


Only for messages marked as drafts.  We could probably use the same  
backend machinery, but we still need to label it differently.   
Especially since resuming drafts should restore all recipients, but  
'create new message from message contents' shouldn't.


How about allowing to store messages in the drafts folder without  
marking them as drafts. Those would be templates then.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Unexpected deletion of drafts in DIMP

2010-10-06 Thread Jan Schneider

Zitat von Michael M Slusarz :


Quoting Jan Schneider :


Zitat von Michael M Slusarz :


Quoting Jan Schneider :


Zitat von Michael M Slusarz :

This is a UI issue.  This is still a use for stationery - it  
just needs to be easier to create stationery if necessary.  We  
could also add an option (I think Thunderbird has this option)  
to create a mail message from the contents of any existing  
message.


There already is the resume feature, isn't it?


Only for messages marked as drafts.  We could probably use the  
same backend machinery, but we still need to label it differently.  
 Especially since resuming drafts should restore all recipients,  
but 'create new message from message contents' shouldn't.


How about allowing to store messages in the drafts folder without  
marking them as drafts. Those would be templates then.


This is confusing.  All of our "special" mailboxes are single  
purpose only - Drafts, Spam, Trash.  Having messages in a special  
mailbox that might be treated differently depending on an IMAP flag  
is not good UI.


I've thought about allowing marking of individual messages in any  
mailbox as "templates" using an IMAP flag (i.e. 'imptemplate').  But  
I am still unclear why stationery is not a better solution.


On that same note, it would be really great if we would create a  
special mailbox for stationery and store the data in there (instead  
of in the prefs).  This would make the stationery messages available  
for use in other mail programs.  The downside is that stationery  
would no longer be available on POP3 servers (or servers that don't  
allow folders).  But maybe that's ok... I have been moving to make  
IMP a very basic POP3 viewer, but not providing any of the advanced  
tools when using as a POP3 client.


That sounds like the most elegant solution to me. Another big  
advantage of saved messages above using stationery is the availability  
of saved message headers, like the OP mentioned.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Charset changes breaks display of ISO-8859-1 mail messages

2010-10-06 Thread Jan Schneider

Zitat von Michael M Slusarz :

Haven't yet had the time to track it down yet, but it looks like the  
charset changes done at the hackathon this weekend have broken  
display of many ISO-8859-1 messages.  Haven't verified 100%, but I  
have seen three different ISO-8859-1 HTML messages today that have  
10s-100s of invalid characters - and I previously haven't seen a  
broken ISO-8859-1 message since I made the windows-1252 charset  
change about a month or so ago.


Maybe somebody at the hackathon more familiar with the changes can  
take a look at this.


That would be me. Interestingly I've seen both valid and invalid (i.e.  
non-converted) characters in the same message, so my guess is that  
this is due to some Text_Filter processing.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Problem with ACL for IMP 4.3.8

2010-10-07 Thread Jan Schneider

Zitat von Graeme Wood :


On Thu, 7 Oct 2010, Marco wrote:


Hi,
I have just upgraded to horde-webmail-1.2.7 from horde-webmail-1.2.6.

If I have an IMAP account with folder containing chars as ' ' or  
'-' I can't set

IMAP ACL.
It return:

"The current list of users with access to this folder could not be  
retrieved."



For instance, if I have an IMAP folder named 'postfix-users', then  
I can't set

ACL on it. If I rename the folder in 'postfixusers' IMP let me to set ACL.
If I re-rename it to 'postfix-users' ACL disappear again.

This doesn't happen with horde-webmail-1.2.6 on the same account  
and folder, so

I think it's not an IMAP server problem.

Could you help me?


I also have this problem. It is something to do with the way folder  
names are being quoted in lib/Horde/IMAP/ACL/rfc2086.php.


--
Graeme Wood, Unix Section of the IT Infrastructure Division,
Information Services, The University of Edinburgh
Email: graeme.w...@ed.ac.uk Phone: +44 131 650 5003 Fax: +44 131 650 6552

The University of Edinburgh is a charitable body,
registered in Scotland, with registration number SC005336.
--
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




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

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Charset changes breaks display of ISO-8859-1 mail messages

2010-10-07 Thread Jan Schneider

Zitat von Michael M Slusarz :


Quoting Jan Schneider :


Zitat von Michael M Slusarz :

Haven't yet had the time to track it down yet, but it looks like  
the charset changes done at the hackathon this weekend have broken  
display of many ISO-8859-1 messages.  Haven't verified 100%, but I  
have seen three different ISO-8859-1 HTML messages today that have  
10s-100s of invalid characters - and I previously haven't seen a  
broken ISO-8859-1 message since I made the windows-1252 charset  
change about a month or so ago.


Maybe somebody at the hackathon more familiar with the changes can  
take a look at this.


That would be me. Interestingly I've seen both valid and invalid  
(i.e. non-converted) characters in the same message, so my guess is  
that this is due to some Text_Filter processing.


Fixed.  All the charset parameters were removed from  
Horde_Text_Filter drivers (see the commit message) which broke things.


Cool, thanks.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] WSOD after upgrading IMP to 4.3.8

2010-10-07 Thread Jan Schneider

http://wiki.horde.org/FAQ/Admin/Troubleshoot#wsod

Zitat von Sebastian Feltel :


Hello,
I´ve upgraded our Webmail installation yesterday to HORDE 3.3.9 and  
IMP 4.3.8.

I used the published patch files which where applied without any error.

Now I´ve the effect that users with underscores in their usernames  
receive a white
page after login but users with "old" usernames without any special  
character can
use webmail as before the upgrade happens. I´ve activated logging  
but nothing got
Logged when a "special char" user logs in. PHP logging doesn´t log  
anything of interest.


The log settings are as follows:

$conf['log']['priority'] = PEAR_LOG_INFO;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/srv/www/webmail.X/logs/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;

Downgrading to IMP 4.3.7 "solves" the problem.

My system is a Debian GNU/Linux Squeeze with PHP 5.3.2 on top of  
Apache 2.2.16. The

mail backend consists of Postfix and Courier IMAP.

Is there someone else with this problem?

Bye
Sebastian



BTW: Sorry for the probably wrong line endings in this mail as I´m forced to
use Outlook @work.

--
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





Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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


[imp] IMP H3 (4.3.9) (final)

2010-10-25 Thread Jan Schneider

The Horde Team is pleased to announce the final release of the Internet
Messaging Program (IMP) version H3 (4.3.9).

IMP, the Internet Messaging Program, is one of the most popular webmail
applications available.  It allows universal, web-based access to IMAP and
POP3 mail servers and provides a full range of features normally found only in
desktop email clients.

The major changes compared to IMP version H3 (4.3.8) are:
* Fixed a regression for IMAP users without any sub-folders.

The full list of changes (from version H3 (4.3.8)) can be viewed here:

http://cvs.horde.org/diff.php/imp/docs/CHANGES?rt=horde&r1=1.699.2.430&r2=1.699.2.433&ty=h

The IMP H3 (4.3.9) distribution is available from the following locations:

ftp://ftp.horde.org/pub/imp/imp-h3-4.3.9.tar.gz
http://ftp.horde.org/pub/imp/imp-h3-4.3.9.tar.gz

Patches against version H3 (4.3.8) are available at:

ftp://ftp.horde.org/pub/imp/patches/patch-imp-h3-4.3.8-h3-4.3.9.gz
http://ftp.horde.org/pub/imp/patches/patch-imp-h3-4.3.8-h3-4.3.9.gz

NOTE: Patches do not contain differences between files containing binary data.
These files will need to be updated via the distribution files:

locale/et_EE/LC_MESSAGES/imp.mo
locale/fr_FR/LC_MESSAGES/imp.mo

Or, for quicker access, download from your nearest mirror:

http://www.horde.org/mirrors.php

MD5 sums for the packages are as follows:

2babca2c1715c499053c7721893eb953  imp-h3-4.3.9.tar.gz
82baa25b95e53eaeb1a46954e67a18d7  patch-imp-h3-4.3.8-h3-4.3.9.gz

Have fun!

The Horde Team.
--
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


[imp] DIMP H3 (1.1.6) (final)

2010-10-25 Thread Jan Schneider

The Horde Team is pleased to announce the final release of the Dynamic
Internet Messaging Program (DIMP) version H3 (1.1.6).

DIMP (Dynamic Internet Messaging Program, or Dynamic IMP) is a PHP-based
webmail system and a component of the Horde project.  DIMP is a version of the
webmail client IMP utilizing AJAX-like technologies to allow a more dynamic
user experience than traditionally offered via IMP.

DIMP requires at least Horde version 3.2 and IMP version H3 (4.2) to run.
Although not required to upgrade either Horde or IMP, it is STRONGLY
RECOMMENDED you do as any bugfixes to core functionality will occur in
these applications.

The major changes compared to DIMP version H3 (1.1.5) are:
* Fixed the redirection to the login screen when the session times out.

The full list of changes (from version H3 (1.1.5)) can be viewed here:

http://cvs.horde.org/diff.php/dimp/docs/CHANGES?rt=horde&r1=1.69.2.87&r2=1.69.2.90&ty=h

The DIMP H3 (1.1.6) distribution is available from the following locations:

ftp://ftp.horde.org/pub/dimp/dimp-h3-1.1.6.tar.gz
http://ftp.horde.org/pub/dimp/dimp-h3-1.1.6.tar.gz

Patches against version H3 (1.1.5) are available at:

ftp://ftp.horde.org/pub/dimp/patches/patch-dimp-h3-1.1.5-h3-1.1.6.gz
http://ftp.horde.org/pub/dimp/patches/patch-dimp-h3-1.1.5-h3-1.1.6.gz

NOTE: Patches do not contain differences between files containing binary data.
These files will need to be updated via the distribution files:

locale/fr_FR/LC_MESSAGES/dimp.mo
themes/silver/graphics/key_down.png
themes/silver/graphics/key_up.png

Or, for quicker access, download from your nearest mirror:

http://www.horde.org/mirrors.php

MD5 sums for the packages are as follows:

d84703a7a3ed820532f9e43b97bbcd64  dimp-h3-1.1.6.tar.gz
577c63b2865155dd57059a1478f15d52  patch-dimp-h3-1.1.5-h3-1.1.6.gz

Have fun!

The Horde Team.
--
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] pear Net_DNS 1.0.6 gives WSOD upon login

2010-10-25 Thread Jan Schneider

And why is that a Horde issue?

Anyway: http://wiki.horde.org/FAQ/Admin/Troubleshoot#wsod

Zitat von 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





Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] [DIMP] How to enable IMP Virtual Folder?

2010-10-28 Thread Jan Schneider

Zitat von Romulo Pires :


I need to enable the IMP virtual folders on DIMP!! Any ppl can help me???


You don't enable them. If you run a version that supports them,  
they're available. If you don't see them, they are not supported.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] [DIMP] How to enable IMP Virtual Folder?

2010-10-29 Thread Jan Schneider

Please keep the discussion on the mailing list.

Zitat von Romulo Pires :


2010/10/28 Jan Schneider :

Zitat von Romulo Pires :


I need to enable the IMP virtual folders on DIMP!! Any ppl can help me???


You don't enable them. If you run a version that supports them, they're
available. If you don't see them, they are not supported.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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


In horde 4 dimp have this function?


Yes.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Weird Problem with New Mail Notifications

2010-11-02 Thread Jan Schneider

Zitat von Joe Besko :



I've been trying to track down a problem we've been having with new  
mail notifications using Horde Webmail v1.2.6.  I have noticed a  
couple of things,


1. When I don't have any filters set (using sql driver), I get the  
notice and sound just fine.
2. If I have *any* filter set, the notification does not work (after  
logging out and logging back in).  If I clear the filter, log out  
and then log back in, the notification and sound works fine again.


I ran some debugging on these scenarios, and found a possible cause.  
 When the filters are not run, the IMAP $recent flag is unchanged.   
But when there are filters to run, the IMAP $recent flag gets  
changed to zero and I believe imap_check in  
ingo/lib/IMAP/Search.php:44 is probably causing the $recent flag to  
be reset to zero.


I was wondering if this is a "bug" and/or something that could be  
changed without causing the $recent flag from being changed?


This is how IMAP works. IMAP servers reset the recent flag once a  
mailbox has been viewed, and that's necessary to do the filtering  
through IMAP.

Use a different, server-side filter backend to avoid that.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Seeing Inbox(1/12) -> There are no messages in this mailbox

2010-11-03 Thread Jan Schneider

Zitat von Harlan Stenn :


I have a FreeBSD site where I've freshly installed:

Horde: 3.3.9
Imp: H3 (4.3.8) (run Imp tests)
Ingo: H3 (1.2.4) (run Ingo tests)
Kronolith: H3 (2.3.4) (run Kronolith tests)
Mimp: H3 (1.1.3)
Mnemo: H3 (2.2.3)
Nag: H3 (2.3.5)
Trean: 1.0-cvs (run Trean tests)
Turba: H3 (2.3.4) (run Turba tests)

PHP Version: 5.3.3

I log in and see I have a folder with 1 new/unread message, and
expanding the "Mail" button I see that it's the Inbox, with (1/12).  I
click on this folder and see:

  Inbox (1)No Messages
  There are no messages in this mailbox.

If I "visit" this account with Thunderbird, I can see the messages.

Horde and Imp tests run fine.

I see no error messages in any of the log files (apache, dovecot, ...)


Either this message is marked as deleted, and IMP set to hide deleted  
messages. Or you PHP's imap extension (specifically the c-client  
library) has problems talking to your IMAP server.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Insert clickable images

2010-11-10 Thread Jan Schneider

Zitat von Ruben Squartini :


Hi!

Anyone knows if there is any way to add an image in "cid:" format usding IMP.


IMP does this automatically, if the image can be received onto the  
webmail server.


What does this have to do with "clickable" images though?


We have the HGWE (1.2.7) with IMP (4.3.8).

I already tried to use the newer version of Xinha (0.96), but it  
also add images as IMG objects pointing to a specific URL and not to  
the internal name of a MIME object.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Delete the spam msg folder.

2010-11-10 Thread Jan Schneider

Zitat von Romulo Pires :


I wanted to help .. The staff that developed the DIMP imp or could
help me with something?

The thing is I want that when you delete a message from the inbox of
spam these messages are not sent to the trash.


That's not possible.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Insert clickable images

2010-11-10 Thread Jan Schneider

Zitat von Michael M Slusarz :


Quoting Jan Schneider :


Zitat von Ruben Squartini :


Hi!

Anyone knows if there is any way to add an image in "cid:" format  
usding IMP.


IMP does this automatically, if the image can be received onto the  
webmail server.


In IMP 4, this requires installation of the HTTP_Request PEAR package.


This was about Horde groupware that already bundles the package.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] How to add an image as a "cid:" object

2010-11-11 Thread Jan Schneider

Please don't top-post.

Zitat von Ruben Squartini :


Date: Wed, 10 Nov 2010 16:09:54 +0100
From: Jan Schneider 
To: imp@lists.horde.org
Subject: Re: [imp] Insert clickable images
Message-ID: <20101110160954.15212gygb9b9w...@neo.wg.de>
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
   format="flowed"

Zitat von Ruben Squartini :


Hi!

Anyone knows if there is any way to add an image in "cid:" format  
usding IMP.


IMP does this automatically, if the image can be received onto the
webmail server.

What does this have to do with "clickable" images though?


We have the HGWE (1.2.7) with IMP (4.3.8).

I already tried to use the newer version of Xinha (0.96), but it
also add images as IMG objects pointing to a specific URL and not

to

the internal name of a MIME object.



Hi!

Sorry if subject was wrong, I'm trying to answer to a customer who  
is trying to add a clickable image included in a mail.


First thing we observed was that imges were no "cid:" objects but  
HTML IMG tags pointing to a URL.


We did several tests using Xinha (InsertImage and  
ExtendedFileManager plugins) with no success, it is possible to add  
an image but it always is an IMG object pointing to a URL.


The server has HTTP_Request module installed by the HWGE (@version
  CVS: $Id: Request.php,v 1.63 2008/10/11 11:07:10 avb Exp).


There is some procedure to follow to allow the attachement of an  
image as "cid:"?


Like I said: this is done automatically, as long as the server can  
download this image. Obviously it cannot. Or this isn't an IMG tag,  
but a background image or some other element that doesn't match the  
regexp that searches for embedded images.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Change POP/IMAP/SMTP configuration according to the URL

2010-11-17 Thread Jan Schneider

Zitat von Salvatore Leone :


Hi,

I need to change the configuration according to the URL. Here is a  
possible scenario:


1. visiting webmail1.host.com --> horde switching to pop1.host.com  
and smt1.host.com;
2. visiting webmail2.host.com --> horde switching to with  
pop2.host.com and smt2.host.com.


is it possible to access to the different configurations through the  
same horde installation? Or do I need to run different virtual  
servers with duplicated installation?


That's what the vhost configuration switch is for. Enable it in the  
Horde configuration, then add conf-webmail1.host.com.php,  
servers-webmail1.host.com.php etc.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Redirect, reinjection in DIMP

2010-11-17 Thread Jan Schneider

Zitat von Simon Brereton :


Hi

One of the reasons I run Horde, is because I've had such a fantastic  
user experience with it as a user from another installation.  That  
installation doesn't seem to have been updated in a while, but  
nevertheless, has a feature that I miss from my installation.  And I  
wonder if it was a custom written feature or if I've just missed it  
in my options...


The ability to redirect a mail to another smtp address.  (The link  
actually says "Redirect" and allows you to reinject the mail into  
the mail queue with a new recipient address.


Actually, I have found this in IMP, but I am missing it from the  
DIMP interface.  Is there any reason this is not an option under  
other actions?


Yes, it hasn't been implement in (your version of) DIMP yet.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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


[imp] Fwd: Re: Change POP/IMAP/SMTP configuration according to the URL

2010-11-18 Thread Jan Schneider



- Weitergeleitete Nachricht von salvatore.le...@isti.cnr.it -
 Datum: Thu, 18 Nov 2010 16:44:00 +0100
   Von: Salvatore Leone 
   Betreff: Re: [imp] Change POP/IMAP/SMTP configuration according to the URL
An: Jan Schneider 


That's what the vhost configuration switch is for. Enable it in the  
Horde configuration, then add conf-webmail1.host.com.php,  
servers-webmail1.host.com.php etc.


Jan.



Hi,

I tried but without success.

I've go a few questions:

1. which conf.php do I need to update with the vhost option,  
"horde/config/conf.php" or "/horde/imp/config/conf.php"? (I tryed both  
anyway);
2. in wich directory do I have to create  
"servers-www.webmail1.host.com.php"? (I tryed in "/horde/imp/config/");
3. I didn't create any "conf-www.webmail1.host.com.php", the default  
should be fine for me right?
4. which is the correct naming convention: "servers-domain.php" or  
"domain-servers.php" (again, tried both);
5. does this works with something like "www.example.com/webmail1" and  
"www.example.com/webmail2" instead of "webmail1.example.com" and  
"webmail2.example.com"?


can you give me a link where to find some more information? I can't  
find anything usefull on google.  I only found this:  
http://www.horde.org/papers/fisl2009-inside_horde/ wich in page 4 says  
that after enabling that option "Horde loads config/conf.php,  
config/www.example.com-conf.php, etc". There is nothing about  
servers-webmail1.host.com.php.



Regards,
Salvatore


- Ende der weitergeleiteten Nachricht -


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Fwd: Re: Change POP/IMAP/SMTP configuration according to the URL

2010-11-23 Thread Jan Schneider

Zitat von Jan Schneider :

That's what the vhost configuration switch is for. Enable it in the  
Horde configuration, then add conf-webmail1.host.com.php,  
servers-webmail1.host.com.php etc.


Jan.



Hi,

I tried but without success.

I've go a few questions:

1. which conf.php do I need to update with the vhost option,  
"horde/config/conf.php" or "/horde/imp/config/conf.php"? (I tryed  
both anyway);


Use the configuration interface.

2. in wich directory do I have to create  
"servers-www.webmail1.host.com.php"? (I tryed in  
"/horde/imp/config/");


That's correct.

3. I didn't create any "conf-www.webmail1.host.com.php", the default  
should be fine for me right?


Yes, the vhost files are optional.

4. which is the correct naming convention: "servers-domain.php" or  
"domain-servers.php" (again, tried both);


Neither. servers-FQDN.php

5. does this works with something like "www.example.com/webmail1"  
and "www.example.com/webmail2" instead of "webmail1.example.com" and  
"webmail2.example.com"?


No.

can you give me a link where to find some more information? I can't  
find anything usefull on google.  I only found this:  
http://www.horde.org/papers/fisl2009-inside_horde/ wich in page 4  
says that after enabling that option "Horde loads config/conf.php,  
config/www.example.com-conf.php, etc". There is nothing about  
servers-webmail1.host.com.php.


There is: "etc". This works for any configuration file (technically as  
long as it's loaded through Horde::loadConfiguration()).


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] wrong encoding in file names when ZIP

2010-12-06 Thread Jan Schneider

Zitat von Pål Monstad :


Hi!

Running latest release og Groupware WEBmail edition I get wrong  
encodings in file names when saving all files as a ZIP-file. When  
opening the zip file the file names have wrong encoding


The original file names:
Mål for tegneserien.doc
målplan fortelling.doc
Målplan Hinduismen.doc
Målplan jødedommen 8 trinn prøve.doc
målplan portrettintervju.doc


After local saving and opening file names are shown something like:
M+Ñl for...

Is this a bug or a misconfiguration in my installation?


It's a (missing) feature: http://bugs.horde.org/ticket/7609

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] wrong encoding in file names when ZIP

2010-12-06 Thread Jan Schneider

Please keep the discussion on the mailing list.

Zitat von Pål Monstad :



Siterer Jan Schneider :


Zitat von Pål Monstad :


Hi!

Running latest release og Groupware WEBmail edition I get wrong  
encodings in file names when saving all files as a ZIP-file. When  
opening the zip file the file names have wrong encoding


The original file names:
Mål for tegneserien.doc
målplan fortelling.doc
Målplan Hinduismen.doc
Målplan jødedommen 8 trinn prøve.doc
målplan portrettintervju.doc


After local saving and opening file names are shown something like:
M+Ñl for...

Is this a bug or a misconfiguration in my installation?


It's a (missing) feature: http://bugs.horde.org/ticket/7609



I see. Any idea of when this missing feature will be implemented?


No.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
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] Problem importing message with 20mb attachment.

2010-12-31 Thread Jan Schneider

Zitat von Sebastian :

I am trying to import messages into a fresh installation of  
horde+imp in wamp, but i receive this error on the debug log:


Dec 30 21:46:17 HORDE [debug] [horde] Max memory usage: 5767168  
bytes [pid 280 on line 340 of  
"C:\wamp\www\horde\lib\Horde\Registry.php"]
Dec 30 21:46:23 HORDE [debug] [imp] Max memory usage: 7340032 bytes  
[pid 280 on line 340 of "C:\wamp\www\horde\lib\Horde\Registry.php"]
Dec 30 21:46:29 HORDE [debug] [imp] Max memory usage: 8912896 bytes  
[pid 280 on line 340 of "C:\wamp\www\horde\lib\Horde\Registry.php"]
Dec 30 21:46:54 HORDE [debug] [imp] Max memory usage: 9699328 bytes  
[pid 280 on line 340 of "C:\wamp\www\horde\lib\Horde\Registry.php"]
Dec 30 21:47:01 HORDE [debug] [horde] Max memory usage: 6553600  
bytes [pid 280 on line 340 of  
"C:\wamp\www\horde\lib\Horde\Registry.php"]
Dec 30 21:47:41 HORDE [debug] [horde] Max memory usage: 8650752  
bytes [pid 280 on line 340 of  
"C:\wamp\www\horde\lib\Horde\Registry.php"]


I don't see any error messages there.

I've set the memory limit in php.ini to 512mb, what other setting  
should I change?


My .mbox file is 27mb, and its only one message with attachment so I  
cant split it more than I already did.


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





Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Error in options

2011-01-07 Thread Jan Schneider

Zitat von Romulo Pires :


In my horde ever when i enter in personal options i get this message:

"We cannot verify that this request was really sent by you. It could be
a malicious request. If you intended to perform this action, you can retry
it now."


http://bugs.horde.org/ticket/?id=9289

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] MIMP doesn't work Object id

2011-01-07 Thread Jan Schneider

Zitat von Martins Purins :


Hello
I have successfully set up  my horde groupware with shibboleth auth.
IMP, turba, passwd modules works fine. But i have problems with MIMP.
When user connect to
https://webmail/horde/mimp/  system redirect to shib and then back  
and user get

https://webmail/horde/Object id #17
If I replace Object id #17 with mimp I get mimp interface

[05/Jan/2011:12:34:48 +0200] "GET /horde/mimp HTTP/1.1" 302 848
[05/Jan/2011:12:34:53 +0200] "POST /Shibboleth.sso/SAML2/POST  
HTTP/1.1" 302 301

[05/Jan/2011:12:34:53 +0200] "GET /horde/mimp HTTP/1.1" 301 326
[05/Jan/2011:12:34:53 +0200] "GET /horde/mimp/ HTTP/1.1" 302 -
[05/Jan/2011:12:34:54 +0200] "GET
/horde/login.php?url=%2Fhorde%2Fmimp%2Findex.php&nosidebar=1&horde_logout_token=ejKZ9CHtmMVneEZd5nCNVp5XnSc&app=
HTTP/1.1" 302 26
[05/Jan/2011:12:34:54 +0200] "GET /horde/Object%20id%20 HTTP/1.1" 404 296
[05/Jan/2011:12:34:59 +0200] "GET /horde/mimp HTTP/1.1" 301 326
[05/Jan/2011:12:34:59 +0200] "GET /horde/mimp/ HTTP/1.1" 302 -
[05/Jan/2011:12:34:59 +0200] "GET
/horde/imp/redirect.php?autologin=1&url=%2Fhorde%2Fmimp%2Findex.php
HTTP/1.1" 302 26
[05/Jan/2011:12:35:00 +0200] "GET /horde/mimp/index.php HTTP/1.1" 200 932

Can someone ehplayn this error.
I also found thet this happens with DIMP but not with turba or passwd.
May  be I missed something in may conf ?


MIMP is trying to redirect to a URL, but the code that should give the  
URL string back instead returns an object, probably an error object  
that isn't catched. This is hard to track down, because you need to  
find where the redirect is happening (look for header('Location:')  
calls in horde/login.php), and what this object is.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] FILTERS not working after upgrading

2011-01-10 Thread Jan Schneider

Zitat von Brian Leggee :

After a software upgrade (specifically Plesk 9 to Plesk 10, which I  
believe also updates HORDE/IMP) my IMP Filters stopped working.   
Specifically what is happening ... I ran several very specific tests  
to isolate this:


In the Filter Options, under "Edit Your Filter Rules", there is an  
option to either filter:

1. All Messages
2. UNSEEN Messages
3. SEEN Messages

I use Option 1 - Filters ALL messages. However after upgrading, the  
Filters are _only_ looking at UNseen messages (as if I had selected  
Option 2.
I did try deleting all my filers and adding a couple simple filters  
back in .. no change.


Here's the current versions of the Modules:

 Address Book (turba)[1] H3 (2.3.4)  [2] 
Application is ready.
  Calendar (kronolith)[3] H3 (2.3.4) [4] 
Application is ready.
  Filters (ingo)[5] H3 (1.2.4)   [6] Application is 
ready.
  Horde (horde)[7] 3.3.8 [8] Application is 
ready.
  Mail (imp)[9] H3 (4.3.7)   [10]Application is 
ready.
  Mobile Mail (mimp)[11] H3 (1.1.3)  [12]
Application is ready.
  Notes (mnemo)[13] H3 (2.2.3)   [14]Application is 
ready.
  Password (passwd)[15] H3 (3.1.3)   [16]
Application is ready.


This is already fixed in Ingo 1.2.5.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] search for mail content

2011-01-11 Thread Jan Schneider

Zitat von Andreas Moroder :


Hello,

when I search in IMP in the sender or destination field, then all  
works well. If I add a value to the "Text" ( in German ) field, then  
no mail is found.


I searched my mail directory on the imap ( cyrus imapd ) server and  
found the mails I expected to find.


Can anyone tell me why imp ( or cyrus ? ) does not find the mails

We have (horde) 3.3.4 and (imp) H3 (4.3.7)


I can only confirm that this works fine here with Cyrus. I'm running  
the latest Horde code of course, but I don't see any search related  
fixes in changelogs since your versions.


I'm running squatter on Cyrus, but that should only speed up fulltext  
searching, not enabling it at all.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] search for mail content

2011-01-11 Thread Jan Schneider

Zitat von Andreas Moroder :


Am 11.01.2011 15:08, schrieb Jan Schneider:

Zitat von Andreas Moroder :


Hello,

when I search in IMP in the sender or destination field, then all
works well. If I add a value to the "Text" ( in German ) field, then
no mail is found.

I searched my mail directory on the imap ( cyrus imapd ) server and
found the mails I expected to find.

Can anyone tell me why imp ( or cyrus ? ) does not find the mails

We have (horde) 3.3.4 and (imp) H3 (4.3.7)


I can only confirm that this works fine here with Cyrus. I'm running the
latest Horde code of course, but I don't see any search related fixes in
changelogs since your versions.

I'm running squatter on Cyrus, but that should only speed up fulltext
searching, not enabling it at all.

Jan.


Hello Jan,

is there a way to enable debugging for the search ?
I am the only user that uses that IMP installation, but use the  
common cyrrus, so the logging should be made in IMP not cyrrus ( the  
machine is already slooow )


Not with IMP 4.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Integrating IMP and Gollem

2011-01-21 Thread Jan Schneider

Zitat von nA ni sivAm :


Hi there,

Was wondering if there is a way how attachments from IMP can be directly
saved on to Gollem shares.

I am sure this will be a very useful feature in IMP/Gollem if not
implemented yet!!

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



http://bugs.horde.org/ticket/1020

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


[imp] Fwd: Re: Integrating IMP and Gollem

2011-01-21 Thread Jan Schneider

Please keep the discussion on the mailing list.


- Weitergeleitete Nachricht von getn...@gmail.com -
Datum: Fri, 21 Jan 2011 17:08:59 +0530
Von: nA ni sivAm 
Betreff: Re: [imp] Integrating IMP and Gollem
An: Jan Schneider 

Good that it has been raised in 2004!!

does it mean it is implemented now or yet to be?

I mean both 1. attaching from gollem shares
                  2. saving to gollem shares

On Fri, Jan 21, 2011 at 4:43 PM, Jan Schneider  wrote:


Zitat von nA ni sivAm :


> Hi there,
>
> Was wondering if there is a way how attachments from IMP can be
> directly
> saved on to Gollem shares.
>
> I am sure this will be a very useful feature in IMP/Gollem if not
> implemented yet!!
>
> Thanks, nAni.  --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscr...@lists.horde.org

http://bugs.horde.org/ticket/1020

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


- Ende der weitergeleiteten Nachricht -

 

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Fwd: Re: Integrating IMP and Gollem

2011-01-24 Thread Jan Schneider

Zitat von Jan Schneider :


On Fri, Jan 21, 2011 at 4:43 PM, Jan Schneider  wrote:


Zitat von nA ni sivAm :



Hi there,

Was wondering if there is a way how attachments from IMP can be
directly
saved on to Gollem shares.

I am sure this will be a very useful feature in IMP/Gollem if not
implemented yet!!

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


http://bugs.horde.org/ticket/1020


Good that it has been raised in 2004!!

does it mean it is implemented now or yet to be?

I mean both 1. attaching from gollem shares
  2. saving to gollem shares


Attaching has been implemented long ago, saving to Gollem not yet,  
otherwise the ticket wouldn't be open.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] How to generate load using imp

2011-02-08 Thread Jan Schneider

Zitat von Piotr Legiecki :


Michael M Slusarz pisze:

Quoting Piotr Legiecki :


Hi

I'd like to test my new imp4.2 setup (before puting it to  
production) with heavy load (lets say 100 connections). Just like  
there were 100 people logged to imp. Is it possible at all?


The problem is that when I'm testing it it is working fine, two or  
three people also does not make any difference. But when I put it  
to production, the mail (imap) server (another machine) just dies  
with load (w)  200. About 50 sessions are registered in imp.


The same imap server is working ok with imp3.


Then it almost certainly is this issue:

http://wiki.horde.org/ImpUWIMAPNamespaces

michael



I know, here is my previous post:
http://article.gmane.org/gmane.comp.horde.imp/27990

The point is that the solution is not working ;-( So I'd like to  
know why and to do this I need testing environment. And that is why  
I need to generate the load just like the people using imp.


JMeter is a pretty nifty tool for that.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] How to generate load using imp

2011-02-08 Thread Jan Schneider

Zitat von Piotr Legiecki :


Jan Schneider pisze:


I know, here is my previous post:
http://article.gmane.org/gmane.comp.horde.imp/27990

The point is that the solution is not working ;-( So I'd like to  
know why and to do this I need testing environment. And that is  
why I need to generate the load just like the people using imp.


JMeter is a pretty nifty tool for that.



Hm, does this tool is able to simulate user behavior who reads the  
lists using imp (imp/servers.php imap specific settings like those  
problematic namespaces etc)? Never used this so wondering...


It's able to simulate any behavior, as long as you teach it to.

Jmeter tests apache, but my IMAP server is on another machine. Is  
this testing environment suitable for jmeter?


It tests any web server. And you want to test your webmail frontend, no?

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] How to generate load using imp

2011-02-09 Thread Jan Schneider

Zitat von Piotr Legiecki :



Jmeter tests apache, but my IMAP server is on another machine. Is  
this testing environment suitable for jmeter?


It tests any web server. And you want to test your webmail frontend, no?



I don't think so ;-/
What I want to do is to put work load *using* Imp4 on the mail  
server (uw-imapd) which is on another machine.


And what *is* IMP, if not your webmail frontend?

I think Horde/Imp is fine, configured OK (when I test it it is  
working ok), but UW-imap is ill behaving when it sees the new Imp  
setup *plus* load caused by lets say 50-100 people. So I want to  
simulate those 50 people reading mails.


The same two servers were ok before with Imp3 (but there I could set  
up mail/ folder easly). So it is not the problem to handle such  
traffic, the problem must be somewhere between Imp4/servers.php and  
UW-Imapd.


Removing UW-Imap is actually out of question (I'm not an admin there).


Then you will never get a performant system.

Anyway, JMeter still is what you are looking for, please refer to its  
documention for further instructions.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Attachment Link lifetime

2011-02-14 Thread Jan Schneider

Zitat von Cyberbob :


Hi,
there is a parameter to change lifetime of link attach ??


Yes, it's a user preference.

In normal mode attach is available in my vfs directory for 6 months,  
a lot of time for me.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] excessive "select inbox"

2011-03-04 Thread Jan Schneider

Zitat von Joseph Brennan :



Tossing this out in case it rings a bell with anybody...



We have one user (out of tens of thousands) who can't open mail in
folders other than inbox.

We have a cyrus imap server. I set it to record sessions for this
user and for me.

I can see from my own session that for every screen, IMP does a
SELECT foldername, the relevant command(s), and UNSELECT.  Then IMP
pauses and sends no commands until I click something on my screen.

For this one user, as soon as it does UNSELECT, it does SELECT inbox.
Example of the timing (unix seconds), from the cyrus log:

1298580536  select inbox, get header info, etc
1298580537  unselect
1298580540  select sent-mail, get header info, etc
1298580540  unselect
1298580541  select inbox, get header info, etc
1298580542  unselect
1298580545  select inbox, get header info, etc
1298580546  unselect
1298580546  select inbox, get header info, etc
1298580548  unselect

She sees the list of messages in sent-mail, and it stays there.
(So IMP is doing SELECT inbox, getting info to redraw the screen,
but not redrawing the screen.)  When she clicks on any message in
the list, then the screen re-draws to show the list of messages
in inbox, and she sees the error "Requested message not found".

In the cyrus log I expected to find a failed FETCH command, but
it's not there.  There is no evidence that IMP did FETCH, which
suggests that IMP itself decided "Requested message not found",
but on what basis I don't know.

I see a detailed explanation of a "Requested message not found" case

but the problem there was that the user's session was getting load
balanced to two IMP servers.  That was not the case here.  Her IMP
session stayed on one host.

Since it is one user, I suspect something in the preferences makes
IMP repeatedly SELECT inbox, but I can't find it.  In fact her
preferences are vanilla except to sort by arrival descending, and
choosing her name.  I made my account sort by arrival descending
and as expected I do not get the repeated SELECTs.

Notice that even when she is reading inbox, every time it finishes
and does UNSELECT, it immediately does SELECT inbox again, more than
once.  Not normal.  All it does is get the header info it would need
to show the list of messages.  However at least she is able to open
messages in inbox.


Unless you see repeated requests to IMP from that user, matching the  
SELECTs on the IMAP server, I would rule out IMP. This might be the  
c-client library running amok, maybe it chokes on the message list. Or  
maybe this user's mailbox is corrupt, and Cyrus chokes on it.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


[imp] IMP H4 (5.0-ALPHA1)

2011-03-08 Thread Jan Schneider

The Horde Team is pleased to announce the first alpha release of the Internet
Mail Program (IMP) version H4 (5.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 Ajax, mobile and traditional
interfaces with a rich range of features normally found only in desktop email
clients.

IMPORTANT! This is a preview version that should not be used on production
systems. This version is considered feature complete but there are  
likely to be

bugs. You should not use this preview version with existing production
data. Migration of data from earlier versions has not been fully  
tested yet and

is not supported.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome, though some strings
might still change before the release candidates are prepared.

To install IMP, you need to install Horde first. See
https://github.com/horde/horde/blob/master/horde/docs/INSTALL for  
details. Once

Horde is installed, you can install IMP with the following command:

  pear install horde/imp-alpha

Then log in to Horde with your adminstrator account to configure the
application and install the database schema from the configuration interface.

The major changes compared to the IMP version H3 (4.3) are:

* Updated for Horde 4
* New mobile frontend
* Much improved AJAX frontend including a vertical pane layout
* New IMAP library written from scratch with broad RFC support and huge
  performance improvements
* More powerful search and filter functionality
* Smart-reply feature
* Localized special folders
* Better display of HTML messages
* HTML signatures
* Draft auto-saving
* Support for custom IMAP flags
* Reduced memory usage

The full list of changes (from version H3 (4.3)) can be viewed here:

https://github.com/horde/horde/blob/03a543976c302ba1c7da5674580f6f2dbb76c6d5/imp/docs/CHANGES

Have fun!

The Horde Team.



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


Re: [imp] Imp not showing folders

2011-03-09 Thread Jan Schneider

Zitat von Fabio Ferrari :


Hello,

I have a problem about Horde and Imp.

I've configured Horde and Imp to access an imap server. The authentication
is OK, and the comunication between the horde server and the imap server
is OK. In fact, in the left side of the page I see the correct list of
folders.
But when I click on one folder (es.Inbox) in the main frame of the page,
it shows anything. Just a blank frame.

No errors are shown in horde.log and in httpd/error.log . My horde and php
versions are the standard ones of centos 5.5 (php 5.1.6 and horde
3.1.9-1).


Either you logging is not configured correctly, ask on a PHP mailing  
list for help about that.
Or you happened to hit a rare fatal error that is silenced with the  
silence operator. You can try the "shout" PECL extension for that.  
Though I doubt that it will work with such an old PHP version.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] IMP H4 (5.0-ALPHA1)

2011-03-09 Thread Jan Schneider

Zitat von Adam Tauno Williams :


On Wed, 2011-03-09 at 01:45 +0100, Jan Schneider wrote:
The Horde Team is pleased to announce the first alpha release of  
the Internet

Mail Program (IMP) version H4 (5.0).


With this version DIMP & IMP are 'merged'? [correct?  That is how I'm
interpreting the text @ http://www.horde.org/dimp/]


Yes.


To install IMP, you need to install Horde first. See
https://github.com/horde/horde/blob/master/horde/docs/INSTALL for
details. Once
Horde is installed, you can install IMP with the following command:
   pear install horde/imp-alpha


Sweet!  I'm looking forward to trying that.


Then log in to Horde with your adminstrator account to configure the
application and install the database schema from the configuration  
interface.



The full list of changes (from version H3 (4.3)) can be viewed here:
https://github.com/horde/horde/blob/03a543976c302ba1c7da5674580f6f2dbb76c6d5/imp/docs/CHANGES


I'm curious what "Add configuration whether to load other applications
in an IFRAME" means.  There is not request number listed to look up.


If you add applications to the DIMP menu, those used to be loaded in  
an IFRAME inside the DIMP interface. This is by default turned off  
now, and you switch to other applications like with any non-ajax app  
too.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


[imp] IMP H4 (5.0-BETA1)

2011-03-16 Thread Jan Schneider

The Horde Team is pleased to announce the first beta release of the Internet
Mail Program (IMP) version H4 (5.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 Ajax, mobile and traditional
interfaces with a rich range of features normally found only in desktop email
clients.

IMPORTANT! This is a preview version that should not be used on production
systems. This version is considered feature complete but there are  
likely to be

bugs. You should not use this preview version with existing production
data. Migration of data from earlier versions has not been fully  
tested yet and

is not supported.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome, though some strings
might still change before the release candidates are prepared.

To install IMP, you need to install Horde first. See
https://github.com/horde/horde/blob/master/horde/docs/INSTALL for  
details. Once

Horde is installed, you can install IMP with the following command:

  pear install horde/imp-beta

Then log in to Horde with your adminstrator account to configure the
application and install the database schema from the configuration interface.

The major changes compared to the IMP version H4 (5.0-ALPHA1) are:

* Small bugfixes.

The full list of changes (from version H4 (5.0-ALPHA1)) can be viewed here:

https://github.com/horde/horde/blob/e7dbf2817de9abd761ec23526592f670a640359e/imp/docs/CHANGES

Have fun!

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


[imp] IMP H4 (5.0-RC1)

2011-03-22 Thread Jan Schneider

The Horde Team is pleased to announce the first release candidate of the
Internet Mail Program (IMP) version H4 (5.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 Ajax, mobile and traditional
interfaces with a rich range of features normally found only in desktop email
clients.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome.

To install IMP, you need to install Horde first. See
https://github.com/horde/horde/blob/master/horde/docs/INSTALL for  
details. Once

Horde is installed, you can install IMP with the following command:

  pear install horde/imp-beta

Then log in to Horde with your adminstrator account to configure the
application and install the database schema from the configuration interface.

The major changes compared to the IMP version H4 (5.0-BETA1) are:

* Added mailbox import and export to dynamic view
* Improved dynamic portal
* Remove application tabs from dynamic view
* Updated installation and upgrade instructions
* Many small bugfixes and improvements

The full list of changes (from version H4 (5.0-BETA1)) can be viewed here:

https://github.com/horde/horde/blob/ed64195b712b362b3b69651cf392c08a5dd01064/imp/docs/CHANGES

Have fun!

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


Re: [imp] IMP H4 (5.0-RC1)

2011-03-23 Thread Jan Schneider

Zitat von Ryu :


Hi,

installation is ok, but when I upgrade with Pear,  
imp/conf/backends.php file is overwritten and all my backend config  
too... Is it normal for alpha & beta version? When it will the  
production version, this would be a shame that the files be  
overwritten... no?


No. This is how configuration files work in Horde 4. Create  
backends.local.php for any local changes.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Installing H4 / stability "beta" [Was: IMP H4 (5.0-RC1)]

2011-03-24 Thread Jan Schneider


Zitat von Adam Tauno Williams :


On Thu, 2011-03-24 at 18:10 -0400, Adam Tauno Williams wrote:
> We encourage widespread testing and feedback via the mailing  
lists or our bug

> tracking system. Updated translations are very welcome.
> To install IMP, you need to install Horde first. See
> https://github.com/horde/horde/blob/master/horde/docs/INSTALL for
> details. Once
Attempting to follow those instructions, but this fails with many
messages like -
Failed to download horde/Horde_Vfs within preferred state "stable",
latest release is version 1.0.0RC1, stability "beta", use
"channel://pear.horde.org/Horde_Vfs-1.0.0RC1" to install
Do I have to install all those manually (specifying the full channel) or
is there a pear setting to get around this?  I understand it is beta, I
just want to tell pear that is OK.


Is "pear config-set preferred_state beta" the correct option?


Either that, or use the "-d preferred_state=beta" flag when calling  
PEAR to not set this option permanently.


But actually this shouldn't be necessary at all. You might get the  
warning from above, but if you correctly specified the -beta suffix  
when installing horde, the installation should still continue and pull  
in all dependencies. The -beta tag tells PEAR that beta versions are  
fine for this run.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] IMP5 link attachment

2011-03-28 Thread Jan Schneider


Zitat von Marco :


Hi,
 could you tell me if something has changed in IMP5 link attachments?


No, the code is basically the same.


The random string inserted in link by IMP4 wasn't very strong...

Thanks a lot
Regards
m.

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




Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Imp does not show attachments with long filenames

2011-03-28 Thread Jan Schneider


Zitat von Andreas Moroder :


Hello,

we have one user that often sends mail from thundrbird with attached  
PDF Files that have long filenames.
IMP does not show this attachments but outlook 2000 does it as  
thunderbird does.


The way thunderbird and imp "rewrite" long filenames is different (  
here two sample with ( sorry ) two different filenames )


And what's the difference, syntactically?


Is this a know problem and is there a solution ?


Not a known problem. And what exactly does "does not show this  
attachments" actually mean?



Grüße
Andreas

Webmail

Content-Type: application/pdf;
	name*0="iKIS Richtlinien  und anderes auch jncoh  
Krankmeldung+Therapieplan Pi";

name*1="ano terapeuti.pdf"
Content-Disposition: attachment;
	filename*0="iKIS Richtlinien  und anderes auch jncoh  
Krankmeldung+Therapiepla";

filename*1="n Piano terapeuti.pdf"
Content-Transfer-Encoding: base64

Thunderbird

Content-Type: application/pdf;
 name*0*=ISO-8859-1''iKIS%20-%20Richtlinien%20f%FCr%20Abfassung%2C%20Behand
 name*1*=lung%20und%20Endkontrolle%20von%20KG.pdf
Content-Transfer-Encoding: base64
Content-Disposition: inline;
 filename*0*=ISO-8859-1''iKIS%20-%20Richtlinien%20f%FCr%20Abfassung%2C%20Be
 filename*1*=handlung%20und%20Endkontrolle%20von%20KG.pdf

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




Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


[imp] IMP H4 (5.0-RC2)

2011-03-29 Thread Jan Schneider

The Horde Team is pleased to announce the final release candidate of the
Internet Mail Program (IMP) version H4 (5.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 Ajax, mobile and traditional
interfaces with a rich range of features normally found only in desktop email
clients.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome.

To install IMP, you need to install Horde first. See
https://github.com/horde/horde/blob/master/horde/docs/INSTALL for  
details. Once

Horde is installed, you can install IMP with the following command:

  pear install horde/imp-beta

Then log in to Horde with your adminstrator account to configure the
application and install the database schema from the configuration interface.

The major changes compared to the IMP version H4 (5.0-RC1) are:

* Improved vertical layout.
* Improved key navigation.
* Support importing of compressed mailbox files.
* Many small bugfixes and improvements.

The full list of changes (from version H4 (5.0-RC1)) can be viewed here:

https://github.com/horde/horde/blob/beed8107ca1a20aae880c39595a749261c40deba/imp/docs/CHANGES

Have fun!

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


Re: [imp] IMP H4 (5.0-RC2)

2011-03-30 Thread Jan Schneider


Zitat von Hiromi Kimura :


From: Ryu 
Subject: Re: [imp] IMP H4 (5.0-RC2)
Date: Wed, 30 Mar 2011 09:42:18 +0200


Hi,

hum, after migration to RC2, I've a fatal error at login:

Fatal error: Access to undeclared static property:
Horde_Mime::$decodeWindows1252 in /[...]/horde/imp/lib/Application.php
on line 128

Any idea on this problem ?

Thanks

Ryu


You are not alone, same error here.
Please replace Mime.php by attached one (get from Git).


Didn't you guys update Horde_Mime to RC2?

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] IMP H4 (5.0-RC2)

2011-03-30 Thread Jan Schneider


Zitat von lst_ho...@kwsoft.de:


Zitat von Jan Schneider :



Zitat von Hiromi Kimura :


From: Ryu 
Subject: Re: [imp] IMP H4 (5.0-RC2)
Date: Wed, 30 Mar 2011 09:42:18 +0200


Hi,

hum, after migration to RC2, I've a fatal error at login:

Fatal error: Access to undeclared static property:
Horde_Mime::$decodeWindows1252 in /[...]/horde/imp/lib/Application.php
on line 128

Any idea on this problem ?

Thanks

Ryu


You are not alone, same error here.
Please replace Mime.php by attached one (get from Git).


Didn't you guys update Horde_Mime to RC2?


Same here, "pear upgrade horde/Horde_Mime" say "nothing to upgrade"?

Regards

Andreas


http://bugs.horde.org/ticket/9744

Try again.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


[imp] IMP H4 (5.0) (final)

2011-04-05 Thread Jan Schneider

The Horde Team is pleased to announce the final release of the Internet Mail
Program (IMP) version H4 (5.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 Ajax, mobile and traditional
interfaces with a rich range of features normally found only in desktop email
clients.

To install IMP, you need to install Horde first. See
https://github.com/horde/horde/blob/master/horde/docs/INSTALL for  
details. Once

Horde is installed, you can install IMP with the following command:

  pear install horde/imp

Then log in to Horde with your adminstrator account to configure the
application and install the database schema from the configuration interface.

The major changes compared to the IMP version H4 (5.0-RC2) are:

* Improved new mail notifications, now available in all applications.
* Improved alarm notifications in dynamic view.
* Many small bugfixes and improvements.

The major changes compared to the IMP version H3 (4.3) are:

* Updated for Horde 4.
* All interfaces in a single application.
* New mobile frontend.
* Much improved AJAX frontend including a vertical pane layout.
* New IMAP library written from scratch with broad RFC support and huge
  performance improvements.
* More powerful search and filter functionality.
* Smart-reply feature.
* Improved new mail notifications.
* Localized special folders.
* Better display of HTML messages.
* HTML signatures.
* Draft auto-saving.
* Support for custom IMAP flags.
* Reduced memory usage.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/3994cf28ea75e8ae13bdb762066e81a3af4c0050/imp/docs/CHANGES

Have fun!

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


Re: [imp] IMP 5 delete move to next message?

2011-04-06 Thread Jan Schneider


Zitat von Derek Chen-Becker :


Hi,
I've been testing out the new 5.0 release of IMP (very nice!) and
one thing I can't figure out is how to configure it so that in the
dynamic interface, deleting a message will automatically move to the
next message. Currently, if I select a message and delete it, the
preview pane simply says "no message selected". Everyone who uses my
email server is using Thunderbird, and the behavior there is to open the
next message when you delete the current one, so I'm afraid that the
dynamic interface behavior may be confusing for them.


Shift-Delete is doing the trick.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] IMP H4 (5.0) (final)

2011-04-06 Thread Jan Schneider


Zitat von Jochen Roderburg :


Zitat von Jan Schneider :


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



.


To install IMP, you need to install Horde first. See
https://github.com/horde/horde/blob/master/horde/docs/INSTALL for  
details. Once

Horde is installed, you can install IMP with the following command:

 pear install horde/imp



That is most certainly not the way I want to do such an  
install/upgrade.   ;-)


Why not?

Will there also be downlöoadable tar files for the components and/or  
the whole Horde-Webmail package as before?


Maybe at some point. But this isn't anything we're working on right  
now. Of course you can download an unpack all PEAR packages manually.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] address book migration

2011-04-08 Thread Jan Schneider


Zitat von Janis Eisaks :


Quoting Janis Eisaks :


Is there the way how to transfer address book form webmail 1.0.8 to
1.2.9 easily?


issue half-solved - using .vcf export/import account by account.


This is not really a solution. Read docs/UPGRADING.

The other issue with addresses - actually in turba - is it possible  
to introduce quick sort not only by latin letters but also according  
to full national alphabet?


The problem is that contact having family name Žurka or Ābele, for  
example, is listed only when show All records is used.


http://bugs.horde.org/ticket/7458

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] reply is replying to list as default

2011-04-08 Thread Jan Schneider


Zitat von LALOT Dominique :


Hello,

I don't find the way to change the default imp behaviour which is replying
to list without looking at replyto header. If I use the menu, I can select
reply to sender, all , list. But the defaut is not in respect with the
headers.
I fogot: last IMP version

I haven't seen something in the prefs.


There is no preference. And it doesn't make sense to *not* default to  
list reply if there is a list header in the orginal message.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] special folders not translated in french

2011-04-08 Thread Jan Schneider


Zitat von LALOT Dominique :


Hello,

Some folders are not translated in french.
INBOX is OK
Drafts, Sent, Trash are still in english
also
Getmail, Other actions


The French translation hasn't been updated in 3 years. Do you volunteer?

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Problem using hooks

2011-04-13 Thread Jan Schneider


Zitat von Nikolaos Milas :


Hello,

I have installed Horde Webmail 1.2.9 accessing my IMAP server  
(Dovecot 1.2.16 with LDAP backend) and it works.


However, from_addr and fullname fields are blank when composing a  
new email (unless user defines them explicitly in preferences).


So, in order to have the above fields pre-populated (to make the  
environment more user-friendly to new users), I have tried to use  
hooks to access our LDAP server and read mail and cn fields directly  
and I have changed horde/config/prefs.php as follows (that is, I  
have added: 'hook' => true,):


   $_prefs['fullname'] = array(
'value' => '',
'locked' => false,
'shared' => true,
'type' => 'text',
'hook' => true,
'desc' => _("Your full name:")
   );

   $_prefs['from_addr'] = array(
'value' => '',
'locked' => false,
'shared' => true,
'type' => 'text',
'hook' => true,
'desc' =>  _("Your From: address:")
   );

and I have modified / uncommented the respective functions in  
/config/hooks.php accordingly:


   function _prefs_hook_fullname($user = null)
   function _prefs_hook_from_addr($user = null)

However, nothing changes; it seems as if hooks are not being  
observed. I have even tried to run called functions without the @  
prefix, to see any error logging, but I don't see any errors  
whatsoever.


I also tried to use:

   $_prefs['from_addr'] = array(
   //'value' => '',
'locked' => false,
'shared' => true,
'type' => 'text',
'hook' => true,
'desc' =>  _("Your From: address:")
   );

but still nothing changed.

What am I doing wrong? Do I need to do something more to enable the  
above hooks?


Those preferences are not used directly, but their values are used  
when creating users' identities. This already happens the first time a  
user logs in. So you will only see the hooks being triggered when a  
user is logging in for the first time, or when he creates a new hook.  
Delete the "identities" preference from the backend to rebuild all  
users' identities.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Problem using hooks

2011-04-19 Thread Jan Schneider


Zitat von Nikolaos Milas :


On 13/4/2011 10:12 μμ, Jan Schneider wrote:



Those preferences are not used directly, but their values are used  
when creating users' identities. This already happens the first  
time a user logs in. So you will only see the hooks being triggered  
when a user is logging in for the first time, or when he creates a  
new hook. Delete the "identities" preference from the backend to  
rebuild all users' identities.




Thanks Jan,

Finally it worked! I don't know what was exactly the cause, but now  
it works fine!


Your info was useful anyway. By the way, what do you mean by "a  
user... creates a new hook"? When/how can a user create a new hook?


Sorry, that should have read "when he creates a new identity".

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


[imp] IMP H4 (5.0.1) (final)

2011-04-20 Thread Jan Schneider

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

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 Ajax, mobile and traditional
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.

The major changes compared to the IMP version H4 (5.0) are:

* Improved portal block.
* Improved message part naming.
* Improved POP3 support.
* Improved import of .eml files.
* Many smaller and larger bugfixes and improvements.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/26a2608736a9f423fa2385730589b61e7bc5f519/imp/docs/CHANGES

Have fun!

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


Re: [imp] View preference

2011-04-26 Thread Jan Schneider


Zitat von azurIt :


Hi,

is it possible to prefer 'traditional' over 'dynamic' view when  
choosing 'automatic' mode on login ?


Yes, in the preferences.


Or completely disable 'automatic' mode ? Thanks.


No.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Problems with virtual hosts configuration and making IMP's directory root

2011-04-26 Thread Jan Schneider


Zitat von Thibault PASSERON :


Hello everyone,

Some information about my configuration :
Server running Fedora 14, Apache 2.2, PHP 5.3.6, MySQL 5.5.11

I have set up a horde 4 installation in the following directory :
/var/www/html/secure/domain1 (meaning that i don't have a horde  
directory, every app is located into this directory, e.g. imp is in  
/var/www/html/secure/domain1/imp)


This directory is currently the DocumentRoot of the virtual host  
horde.domain1.org


I want to serve IMP to others virtual hosts, and make IMP accessible  
directly through the following addresses :


http://webmail.domain2.org/
http://webmail.domain3.org/, and so on

The main horde installation is configured to let users authenticate  
through IMP.


I have already tried the following config :

Alias /horde/ /var/www/html/secure/domain1
DocumentRoot /var/www/html/secure/domain1/imp

/var/www/html/secure/domain1/config/registry-web.domain2.org.php :

$this->applications = array(
[...]
'imp' => array(
[...]
'fileroot' => dirname(__FILE__) . '/../imp',
'webroot' => '',

But, when I try to connect to http://webmail.domain2.org/, I only  
got a page that says loading...


The virtual host error log shows the following lines :

File does not exist: /var/www/html/secure/domain1/imp/js/effects.js
File does not exist: /var/www/html/secure/domain1/imp/js/prototype.js
File does not exist: /var/www/html/secure/domain1/imp/js/horde.js
File does not exist: /var/www/html/secure/domain1/imp/js/growler.js
File does not exist: /var/www/html/secure/domain1/imp/js/contextsensitive.js
File does not exist: /var/www/html/secure/domain1/imp/js/dragdrop2.js
File does not exist: /var/www/html/secure/domain1/imp/js/effects.js
File does not exist: /var/www/html/secure/domain1/imp/js/popup.js

I figure that IMP is trying to get some scripts from  
/var/www/html/secure/domain1/js but I can't figure out a way to make  
this work.


Try to explicitly set the webroot for 'horde' too.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


[imp] IMP H4 (5.0.2) (final)

2011-05-03 Thread Jan Schneider

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

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 Ajax, mobile and traditional
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.

The major changes compared to the IMP version H4 (5.0.1) are:

* Added quick flag filtering to traditional view.
* Small bugfixes and improvements.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/1f607d7253b1b6bcc2eda17ac8f54c780872f972/imp/docs/CHANGES

Have fun!

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


[imp] IMP H4 (5.0.3) (final)

2011-05-03 Thread Jan Schneider

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

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 Ajax, mobile and traditional
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.

The major changes compared to the IMP version H4 (5.0.2) are:

* Added files missing in the 5.0.2 release.

The major changes compared to the IMP version H4 (5.0.1) are:

* Added quick flag filtering to traditional view.
* Small bugfixes and improvements.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/e286c9315f84c19d58cb7650d7b438b398723100/imp/docs/CHANGES

Have fun!

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


Re: [imp] Question about virtual mail with imp

2011-05-03 Thread Jan Schneider


Zitat von Tim Grooms :


Set up a new server this past weekend and decided to make the move
from Squirrelmail to Horde/Imp.
In my old set up I had 2 domains configured using sendmail/dovecot to
work with Squirrelmail.

domain.com
domain.us

I set up seperate user accounts for the .us users such as usernameus
to distinguish between
those using .com and .us.  In Squirrelmail, to access the us accounts
the users logged in as
usernameus and had access to their domain.us mail.  I have tried this
same set up with Imp.  I can
log in with the accountus but when I send email out it always uses the
.com extension on
the From/Reply to address even though they are set in the
configuration to usern...@domain.us
for email account and reply to address.  What do I have to do to make
this type of set up work?


What do you mean with "they are set in the configuration"?

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] nowhere to select encoding method when compose

2011-05-03 Thread Jan Schneider


Zitat von yahs...@lab400-51.cc.ntu.edu.tw:


my horde app version is:
horde 4.0.1   stable
imp   5.0.1   stable
ingo  2.0.1   stable
turba 3.0.1   stable

and my php version is PHP 5.3.3

When I compose a new message, there is nowhere to select encoding method.
Is it by design?


That option only exists in the traditional mode at the moment.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] [horde] No longer can access horde after upgrade

2011-05-05 Thread Jan Schneider


Zitat von Louis-Philippe Allard :


Hello,

I upgraded horde after recommendations from Horde's devs and  now I
can no longer access my portal.  I changed the settings in
imp/config/backends.php to use Gmail's imap & smtp servers,  it used
to work but now I try and I get:

Error when communicating with the mail server.

the horde log has this in it:

2011-05-04T20:46:54-04:00 ERR: HORDE [imp] IMAP read error or IMAP
connection timed out. [pid 28408 on line 472 of
"/var/www/htdocs/horde4/imp/lib/Imap.php"]
2011-05-04T20:46:54-04:00 INFO: HORDE [imp] FAILED LOGIN for
em...@gmail.com [192.168.X.XXX] to {imap.gmail.com:993 [imap]} [pid
28408 on line 177 of "/var/www/htdocs/horde4/imp/lib/Auth.php"]
2011-05-04T20:46:54-04:00 ERR: HORDE [horde] FAILED LOGIN for
em...@gmail.com [192.168.X.XXX] to Horde [pid 28408 on line 182 of
"/var/www/htdocs/horde4/login.php"]
May  4 20:47:01 lhost2 crond[1607]: FILE /var/spool/cron/crontabs/root
USER root PID 31175 /usr/bin/run-parts /etc/cron.hourly 1> /dev/null

Gmail's imap settigs are:

imap.gmail.com
Use SSL: Yes
Port: 993

smtp:
smtp.gmail.com (use authentication)
Use Authentication: Yes
Use STARTTLS: Yes (some clients call this SSL)
Port: 465 or 587

I tried smtp with both 465 & 587...

Anybody has a clue


The error message is clear. The connection timed out. If you want to  
see what going over the wire, enable IMAP debugging.


There is an IMP mailing list btw.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] add a banner in the left column of IMP

2011-05-09 Thread Jan Schneider


Zitat von Oberdan Albertoni :


Hi,
I would like to insert a banner in the position shown in the image :

http://www.digicolor.net/contenutistatici/Immagine2.png

based on the type of user who logs on.
Can you tell me where can I find documentation to do this, or an example ?
Thank you.


Just add some code to the imp/templates/dimp/index.inc template.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Can't upload PGP-Key

2011-05-09 Thread Jan Schneider


Zitat von Hanns Mattes :


Hi,

trying to upload a PGP-Key to a keyserver, I get following error-message:

"Es konnte nicht sichergestellt werden, dass diese Anfrage wirklich von
Ihnen ausgelöst wurde. Es könnte sich möglicherweise um eine böswillige
Anfrage handeln. Wenn Sie diese Aktion durchführen wollten, versuchen
Sie es bitte jetzt noch einmal." - which is a warning about a malicious
request.

Any ideas, what's wrong?


Create a ticket on bugs.horde.org.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] IMP 5x : how to activate preview of email ?

2011-05-09 Thread Jan Schneider


Zitat von Bruno Costacurta :


Hello,

how to activate the preview of email for IMP 5x ?
Note : with Horde 3 + IMP 4x I got it, but cannot find or remember  
how I activated it.


In the preferences.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] IMP 5x : how to activate preview of email ?

2011-05-11 Thread Jan Schneider


Zitat von Bruno Costacurta :


how to activate the preview of email for IMP 5x ?
Note : with Horde 3 + IMP 4x I got it, but cannot find or remember how
I activated it.



Sorry for confusion, by 'preview' I mean when mouse-over on the  
subject of the email.
By default, the subject is again displayed when mouse-over on the  
subject .. which is quite redundant.


It's not redundant because long subjects are being cut off. The  
tooltip shows the complete subject.


Is there a way to have same as previous H3 with preview of the mail  
body when mouse-over the subject in the emails folder ?


Only in the traditional interface.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] add a banner in the left column of IMP

2011-05-13 Thread Jan Schneider


Zitat von Oberdan Albertoni :


Il 09/05/2011 12:55, Jan Schneider ha scritto:


Zitat von Oberdan Albertoni :


Hi,
I would like to insert a banner in the position shown in the image :

http://www.digicolor.net/contenutistatici/Immagine2.png

based on the type of user who logs on.
Can you tell me where can I find documentation to do this, or an example ?
Thank you.


Just add some code to the imp/templates/dimp/index.inc template.


Ok, many thanks.

Can you tell me where can i find documentation to develop a personal  
block like "Metar Weather" or "Tag Cloud" and how I can activate it ?


There is no explicit documentation for exactly this task. It's  
probably the easiest if you just use an existing block and start from  
there. Alternatively you can use a skeleton block from  
https://github.com/horde/horde/blob/master/skeleton/lib/Block/Example.php


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] blank New Message when using dynamic

2011-05-19 Thread Jan Schneider


Zitat von Caleb O'Connell :


I'm using horde4 and I was on IMP 5.0.1.
I would click "New Message" and a popup window will come up, it says
"Loading..." and never progresses beyond that.  I viewed source, and it
looks like it loads the page behind the scenes, but never is viewed.  I
upgraded to the latest IMP 5.0.3 but still have the same issue.
Also, when I click "Portal" on the left menu, it will bring me to a blank
page, which is empty (google chrome just says the page is down).
this looks like a permissions issue? something is missing somewhere?
cache issue?  I use dovecot impa and postfix.  I can still connect and
send receive e-mail with an external client and the dynamic view will see
new messages received, and will load the preview fine.

Any help is greatly appreciated.

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


http://wiki.horde.org/FAQ/Admin/Troubleshoot#wsod

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] blank New Message when using dynamic

2011-05-19 Thread Jan Schneider


Zitat von Caleb O'Connell :


Caleb O'Connell wrote:


I'm using horde4 and I was on IMP 5.0.1.
I would click "New Message" and a popup window will come up, it says
"Loading..." and never progresses beyond that.  I viewed source, and

it

looks like it loads the page behind the scenes, but never is viewed.

I

upgraded to the latest IMP 5.0.3 but still have the same issue.
Also, when I click "Portal" on the left menu, it will bring me to a

blank

page, which is empty (google chrome just says the page is down).
this looks like a permissions issue? something is missing somewhere?
cache issue?  I use dovecot impa and postfix.  I can still connect

and

send receive e-mail with an external client and the dynamic view will

see

new messages received, and will load the preview fine.

Any help is greatly appreciated.


I have gone through all the apache logs, a horde.log I setup, and the
syslog and messages log file in hopes to find a persmissions error, or
a PHP error output.  I was able to get the Portal to load fine, that
was a config typo on my part.
the dynamic interface loads and seems to work in every way, except
when
a new window opens to compose or reply.  Just white with the
"Loading..."


Did you check for javascript errors?

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] blank New Message when using dynamic

2011-05-19 Thread Jan Schneider

Please don't top-post.

Zitat von Caleb O'Connell :


Jan Schneider wrote:



Zitat von Caleb O'Connell :


Caleb O'Connell wrote:


I'm using horde4 and I was on IMP 5.0.1.
I would click "New Message" and a popup window will come up, it says
"Loading..." and never progresses beyond that.  I viewed source, and

it

looks like it loads the page behind the scenes, but never is viewed.

I

upgraded to the latest IMP 5.0.3 but still have the same issue.
Also, when I click "Portal" on the left menu, it will bring me to a

blank

page, which is empty (google chrome just says the page is down).
this looks like a permissions issue? something is missing somewhere?
cache issue?  I use dovecot impa and postfix.  I can still connect

and

send receive e-mail with an external client and the dynamic view will

see

new messages received, and will load the preview fine.

Any help is greatly appreciated.


I have gone through all the apache logs, a horde.log I setup, and the
syslog and messages log file in hopes to find a persmissions error, or
a PHP error output.  I was able to get the Portal to load fine, that
was a config typo on my part.
the dynamic interface loads and seems to work in every way, except
when
a new window opens to compose or reply.  Just white with the
"Loading..."


Did you check for javascript errors?


unterminated string literal
http:///imp/compose-dimp.php?type=new&ajaxui=1&uniq=1305837535356
Line 235

was the javascript error I was getting.  In getting the detailed error, what
I found was, an alarm for an event today was trying to be shown.  Why though
would it want to show me the alarm when composig, and nowhere else?  Why
would it cause the issue with displaying a composition window?


This has already been fixed in Git for IMP 5.0.4. Does this mean you  
only see this when you get that alarm messages?


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Sending emails on schedule

2011-05-20 Thread Jan Schneider


Zitat von Louis-Philippe Allard :


I was just wondering if there is a possibility (current or future) to be
able to send an email automatically on a schedule basis, lets say for
example I'd like Horde to automatically send an email every Wednesday night
a 7PM to a certain address with a certain content...?


No.


  I suppose if Horde cant do that, or its not planned to have it do that, I
could use cron with sendmail but I'd prefer to keep email stuff within
horde if possible.


It's not planned either.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] imp 5.03 and starttls

2011-05-21 Thread Jan Schneider


Zitat von Janis Eisaks :


Hi!

I have a problem with IMP5 - my mailserver is TLS-capable, but i do  
not want to use this feature as the horde and postfix resides on the  
same server.


So, I am not able to send a message - in maillog I see such:

May 20 16:35:14 server imapd: LOGIN, user=user,  
ip=[:::127.0.0.1], port=[47433], protocol=IMAP
May 20 16:35:14 server imapd: LOGOUT, user=user,  
ip=[:::127.0.0.1], headers=0, body=0, rcvd=51, sent=155, time=0,  
starttls=1


If I am doing it from IMP4 (webmail 1.2.9), starttls=1 is lacking in  
logout line.


In Horde4/imp5 config it is stated that no authentication has to be  
used, path to openssl binary is not given.


$servers['imap']['secure'] = false;

in backends.local.php.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] imp5 error

2011-05-21 Thread Jan Schneider


Zitat von Janis Eisaks :


besides the previous poblem there is such message:

HORDE: HORDE [imp] PHP ERROR: Illegal offset type in unset [pid  
17892 on line 541 of "/home/htdocs/horde4/imp/lib/Imap.php"]


Does it cause any errors? If not, ignore it and re-report if this is  
still happening with IMP 5.0.4.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] Implementation of "The New" Horde question(s)

2011-05-21 Thread Jan Schneider


Zitat von Brian Leggee :


A few questions on upgrading to the latest version of Horde ...

1. Is there a working 'demo' so that I can show the new Horde to  
managerment ?


No.

2. My understanding is that we cannot run both versions of Horde at  
the same time on the same server ... is that true? So implementation  
need to be done "suddenly/abruptly", without overlap of the old &  
the new? We just have 1 Server on the internet, but it is our own,  
dedicated server, not shared nor virtualized


No, you can run as many Horde versions as you like. You just can't  
share the same database tables. See the discussion on the horde  
mailing list.


3. If this is the case, can Horde be setup locally on a PC running  
whatever version of Linux ... just for Demonstration purposes,  
before we commit and convert?


Sure.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


Re: [imp] db migration and sorting

2011-05-23 Thread Jan Schneider


Zitat von Janis Eisaks :


Hi!

two remaining questions:

1. how can i migrate user's data (adress books, identities, tasks,  
filters etc) from webmail 1.2.9 to Horde4;


http://www.horde.org/apps/horde/docs/UPGRADING

2. what can be done to display folder list in alphabetical order for  
selected language - for example letter "č" in Latvian follows "c",  
not "z"


Horde 1.0.8 places national letters before A, 1.2.9 and Horde4/IMP5 - after Z


We use strnatcasecmp and strcasecmp for sorting mailboxes. Those have  
the advantage of correctly sorting mailboxes with numbers and being  
binary-safe. For better locale-specific sorting, we would have to use  
strcoll, but this function doesn't support either of the former  
features.


Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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


  1   2   3   4   5   6   7   8   9   10   >