Control a mailbox from PHP
Control a mailbox from PHP
am 05.09.2007 17:51:48 von futureofphp
Hi
Can anyone please point me to good PHP software that can manage an
IMAP email inbox from PHP? So basically from the admin panel, the
users will be able to see all the emails, read emails, move emails to
folders, delete emails and they wont have to leave the admin section.
I have seen similar stuff happen in SugarCRM. It does not have to be
as functional as webmail clients, Just the basics will do.
TIA
Re: Control a mailbox from PHP
am 05.09.2007 21:10:53 von Toby A Inkster
WhatsPHP wrote:
> Can anyone please point me to good PHP software that can manage an
> IMAP email inbox from PHP?
http://www.php.net/imap ?
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 1 day, 7:55.]
TrivialEncoder/0.2
http://tobyinkster.co.uk/blog/2007/08/19/trivial-encoder/
Re: Control a mailbox from PHP
am 06.09.2007 00:45:35 von luiheidsgoeroe
On Wed, 05 Sep 2007 21:10:53 +0200, Toby A Inkster
wrote:
> WhatsPHP wrote:
>
>> Can anyone please point me to good PHP software that can manage an
>> IMAP email inbox from PHP?
>
> http://www.php.net/imap ?
>
Hmmm, it sounds more like the OP is looking for more of a finished webmail
product. I'm not familiar with to many of them (webmail sucks big time), a
couple of my clients use Horde to their satisfaction though.
--
Rik Wasmus
Re: Control a mailbox from PHP
am 06.09.2007 06:29:02 von 4sak3n 0ne
On Sep 5, 3:45 pm, "Rik Wasmus" wrote:
> On Wed, 05 Sep 2007 21:10:53 +0200, Toby A Inkster
>
> wrote:
> > WhatsPHP wrote:
>
> >> Can anyone please point me to good PHP software that can manage an
> >> IMAP email inbox from PHP?
>
> >http://www.php.net/imap?
>
> Hmmm, it sounds more like the OP is looking for more of a finished webmail
> product. I'm not familiar with to many of them (webmail sucks big time), a
> couple of my clients use Horde to their satisfaction though.
> --
> Rik Wasmus
I've never personally set them up (I can't get TLS auth to work with
mysql), but two are Horde IMP (http://www.horde.org/imp/), and
SquirrelMail (http://www.squirrelmail.org/). Hope that helps.