Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some new features. #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sourjatilak
Copy link

Reads Attachments from email and processes it.

  • * 1. getFrom() : get email address.
  • * 2. detectAttachments() : detects attachments from email body. This is automatically called. We donot need to call them.
  • * 3. countAttachments() : returns counts number of attachments.
  • * 4. getAttachmentArrayJ() : returns lists of attacments in json format.
  • * 5. getAttachmentArray() : returns lists of attachments in php array format.
  • * (Attachments with Emails has been tested with outlook, hotmail, gmail, apple mail.)

Functions added:
1. getFrom() : get email address.
2. detectAttachments() : detects attachments from email body. This is automatically called. We donot need to call them.
3. countAttachments() : returns counts number of attachments.
4. getAttachmentArrayJ() : returns lists of attacments in json format.
5. getAttachmentArray() : returns lists of attachments in php array format.

(Attachments Emails has been tested with outlook, hotmail, gmail, apple mail.)
--- Sourja Banerjee @16/10/14-9:39PM IST

Signed-off-by: Sourja <[email protected]>
     1. getFrom() : get email address.
     2. detectAttachments() : detects attachments from email body. This is automatically called. We donot need to call them.
     3. countAttachments() : returns counts number of attachments.
     4. getAttachmentArrayJ() : returns lists of attacments in json format.
     5. getAttachmentArray() : returns lists of attachments in php array format.

    (Attachments with Emails has been tested with outlook, hotmail, gmail, apple mail.)

     @author Sourja T Banerjee

Signed-off-by: Sourja <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant