Re: [fw-general] Bugs with patches languishing in the tracker... won't someone think of the bitrot?

2011-05-05 Thread Michael Kliewe
Hi there, I have the same problem. I also opened some issues (see for example [1] - [6] regarding Zend_Mail/Zend_Mail_Storage), and reported possible improvements and fixes, in 5 of this 6 cases including patches/code fragments. But none of them has been applied, so I'm working with dozen of

Re: [fw-general] Zend_Mail exhaust memory reading multipart mail with large attachment

2010-02-11 Thread Michael Kliewe
it with the Zend_Mail_Protocol_Imap Instance but failed. Got the information with imap_fetchstructure() but only for the cost of another connection. Shouldn't the Imap classes be modified to lazy load content? Thanks again Jens Am 10.02.2010 14:56, schrieb Michael Kliewe: Hi, I had the same problem, and I

Re: [fw-general] Zend_Mail exhaust memory reading multipart mail with large attachment

2010-02-10 Thread Michael Kliewe
Hi, I had the same problem, and I solved it with the imap command FETCH BODYSTRUCTURE There you get the headers of all parts of a mail (or of specific parts if you set more parameters to the request). You can also request headers of many mails by one request. The only problem is to parse

Re: [fw-general] CLI/CRON/BATCH

2009-12-11 Thread Michael Kliewe
the need to gain access to view and controllers (whole MVC stack) Any help will be appreciated. Jaco Olivier MfG Michael Kliewe m.kli...@team.mail.de -- WICHTIGER HINWEIS: Diese E-Mail ist vertraulich

Re: [fw-general] Zend_Mail Outlook crash

2009-11-24 Thread Michael Kliewe
Hi not only the EOL's differ, the base64-string is also a different one. On Nov 24, 2009, at 12:10 PM, keith Pope wrote: Hi, I have a bit of a strange issue with outlook crashing when receiving mails from Zend_Mail... I have sent the same email from evolution and this works the two

Re: [fw-general] PHP + IIS + SMB + Zend Studios?

2009-11-18 Thread Michael Kliewe
Hi, the last commit to Xinc is from 2008. I prefer CruiseControl + phpUnderControl for my PHP projects. http://phpundercontrol.org Then you are able to automate deployment (where you can automate things like removing a webserver from the pool, deploy the new files to that server, and bring

Re: [fw-general] Problem with Zend_Form and a regex validator

2009-11-09 Thread Michael Kliewe
Hello, perhaps the modifier /u will solve your problem: http://de3.php.net/manual/en/reference.pcre.pattern.modifiers.php Michael On Nov 9, 2009, at 1:25 PM, Stefan Sturm wrote: Hello, I have a field in a Zend_Form with a regex validator like this:: 'Regex' = array( 'validator' =