Mails abrufen ?
- DasFragezeichen
- Mitglied
- Beiträge: 402
- Registriert: 28.08.2005 19:51
Mails abrufen ?
Gibt es eigentlich irgendeine Möglichkeit Mails auszugeben von einem POP3-Postfach (per PHP) ?
Hi,
IMAP ist das Zauberwort
http://de2.php.net/manual/de/ref.imap.php
Es gibt aber auch fertige PHP-Mailclients - google mal ein wenig...
Gruss
Underhill
IMAP ist das Zauberwort

http://de2.php.net/manual/de/ref.imap.php
Es gibt aber auch fertige PHP-Mailclients - google mal ein wenig...
Gruss
Underhill
Jetzt online: Das Forum für deine private Lightshow
Re: Mails abrufen ?
Schau mal bei phpclasses, da gibt es einige Lösungen:DasFragezeichen hat geschrieben:Gibt es eigentlich irgendeine Möglichkeit Mails auszugeben von einem POP3-Postfach (per PHP) ?
pop3.class.inc (Communicating with a POP3 mail server): http://fatfreddy.users.phpclasses.org/pop3
POP3 protocol client access to mail boxes (Access to mail boxes using the POP3 protocol.): http://fatfreddy.users.phpclasses.org/pop3class
clsImap (Access IMAP, POP or NNTP accounts): http://fatfreddy.users.phpclasses.org/clsimap
FatFreddy
Watch out where the huskies go, don't you eat the yellow snow...
Mehr dazu im Reiseforum InselTalk.de.
Tupperdosensucher schauen ins Geocachingforum.
Mehr dazu im Reiseforum InselTalk.de.
Tupperdosensucher schauen ins Geocachingforum.
- DasFragezeichen
- Mitglied
- Beiträge: 402
- Registriert: 28.08.2005 19:51
Re: Mails abrufen ?
Hier sind doch Direktlinks:
Dennis
GrüßeFatFreddy hat geschrieben:Schau mal bei phpclasses, da gibt es einige Lösungen:
pop3.class.inc (Communicating with a POP3 mail server): http://fatfreddy.users.phpclasses.org/pop3
POP3 protocol client access to mail boxes (Access to mail boxes using the POP3 protocol.): http://fatfreddy.users.phpclasses.org/pop3class
clsImap (Access IMAP, POP or NNTP accounts): http://fatfreddy.users.phpclasses.org/clsimap
Dennis