Re: [Components] Set ezcAuthenticationSession options

2009-03-09 Thread Derick Rethans
On Thu, 5 Mar 2009, Dals wrote: There is a problem with default ezcAuthenticationSessionOptions. When I'm try to set custom options names how it described in docs: - $options = new ezcAuthenticationSessionOptions(); $options-validity = 600; $options-idKey = 'customKey';

Re: [Components] Set ezcAuthenticationSession options

2009-03-09 Thread Alexandru Stanoi
Dals wrote: Dear Community! There is a problem with default ezcAuthenticationSessionOptions. When I'm try to set custom options names how it described in docs: - $options = new ezcAuthenticationSessionOptions(); $options-validity = 600; $options-idKey = 'customKey';

Re: [Components] ezcPersistentObjectCollection

2009-03-09 Thread Thomas Koch
Hi Toby, your question may be an additional use case for an ezcPersistentObjectCollection class, which I've started just thursday. My use case was, to get an array of a specific property of all persistent objects in the collection. You could add a method to get an array of the objects with the

[Components] ezcMail - attachments come as ezcMailPartText

2009-03-09 Thread Sascha Frinken
Hello, I need to extract attachments from emails. Thereby I encountered a funny behaviour. I am using the script Mail_display-example from http://ezcomponents.org/docs/api/trunk/Mail_display-example.html. When I am parsing emails containing plain text attachments the attachment is handled is an

Re: [Components] ezcMail - attachments come as ezcMailPartText

2009-03-09 Thread Alexandru Stanoi
Sascha Frinken wrote: Hello, I need to extract attachments from emails. Thereby I encountered a funny behaviour. I am using the script Mail_display-example from http://ezcomponents.org/docs/api/trunk/Mail_display-example.html. When I am parsing emails containing plain text attachments