Need some help! I will extract the email-address from the sender of an email: $header = imap_header($link,1,0,1024); $sender = $header->fromadress; In the manual I read about from[] , personal, adl, mailbox, host! How can I grab the contents of these fields? But i will only get the Realname of the sender! How do I get his eMail? -- ********************************************** * Jochen Kächelin * * Ihr WEBberater - Werbeagentur Pulvermüller * * Stuttgarter Str. 3 - D-73033 Göppingen * * www.wa-p.de - mailto:[EMAIL PROTECTED] * ********************************************** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]