All posts by Sumit Gaur

Parse Emails in PHP

Problem statement : 1.Extracting information from emails in PHP (eg-attachments), 2. Simulating a daemon using PHP. Extracting information from emails in PHP Email Protocols Popular protocols for retrieving mail include POP3 and IMAP4, sending mail is usually done using the SMTP protocol.Another important standard supported by most email clients is MIME, which is used to send binary file email attachments. Attachments are files that are not part of the email proper, but are sent with the email. In computing, the Post Office Protocol (POP) is an application-layer Internet standard... Read More