[symfony-users] Re: Reading mail from smtp with symfony.

2009-07-26 Thread John - White October
We use the Zend Mail class from Zend Framework. As recommended in the Jobeet tutorial! Cheers John On Jul 25, 1:43 pm, Sherif sherifgmans...@gmail.com wrote: Thanks for sharing.. interesting + creative method On Jul 25, 6:37 pm, Crafty_Shadow vankat...@gmail.com wrote: In the end, I went

[symfony-users] Re: Reading mail from smtp with symfony.

2009-07-25 Thread Crafty_Shadow
In the end, I went with a task that is called through a corn job. The task uses php's IMAP set of functions, some of my code is based on http://davidwalsh.name/gmail-php-imap and various other sources that come up when you do a simple google search. Depending on your host, finding way to access

[symfony-users] Re: Reading mail from smtp with symfony.

2009-07-25 Thread Sherif
Thanks for sharing.. interesting + creative method On Jul 25, 6:37 pm, Crafty_Shadow vankat...@gmail.com wrote: In the end, I went with a task that is called through a corn job. The task uses php's IMAP set of functions, some of my code is based onhttp://davidwalsh.name/gmail-php-imapand

[symfony-users] Re: Reading mail from smtp with symfony.

2009-07-24 Thread Gábor Fási
I have a site that needs to regularly collect info from other locations, not mails though, but websites. I achieved this via tasks scheduled with cron. They all boil down to the simple connect-process-store steps, I believe a similar approach is ok for you. On Fri, Jul 24, 2009 at 15:08,

[symfony-users] Re: Reading mail from smtp with symfony.

2009-07-24 Thread Richtermeister
Hey Gabor, I'd be interested in what software you use to access the imap servers. Any pointers? :) Thanks, Daniel On Jul 24, 6:33 am, Gábor Fási maerl...@gmail.com wrote: I have a site that needs to regularly collect info from other locations, not mails though, but websites. I achieved

[symfony-users] Re: Reading mail from smtp with symfony.

2009-07-24 Thread Gábor Fási
You misunderstood me :) I fetch data from websites, not mail accounts. On Fri, Jul 24, 2009 at 18:17, Richtermeisternex...@gmail.com wrote: Hey Gabor, I'd be interested in what software you use to access the imap servers. Any pointers? :) Thanks, Daniel On Jul 24, 6:33 am, Gábor Fási