How to identify a nested email sent from Apple 'Mail' client

Hi,
I am trying to identify whether an attachment to an email is a mail in itself. I have to parse and extract the contents
of the nested email in an email. I am identifying an attch as an email if its content type is message/rfc822. But in case if
the email(both attached and enclosing) is sent from Apple's Mail client 'Mail' its failed. Can some one help me in resolving this!
just looking for the content type message/rfc822 may not be enough!!

What does the message from Apple Mail look like?
Use the msgshow.java demo program with the -s option to show the structure of the message.

Similar Messages

  • ICloud emails sent from apple mail or iPhone 3gs never arrives, works fine when sent from iCloud website

    The ony place I have been able to send and receive email since the launch of iCloud has been the icloud website. I wasn't able to send email from my iphone 3gs or apple mail at all until today, now it finally appears to let me send email but it never arrives to its destination.
    I can send an email from the icloud website without issue, and email sent from my icloud account using my iphone 3gs and apple mail seems to send fine and without error but who knows where it goes.
    Has anyone else experienced this issue?
    Thanks!
    Charles

    I figured out how to fix it... if anyone else has this problem, go to Outlook > Preferences > Accounts > select the IMAP account > Advanced > Folders and for "Store Sent Messages in this Folder:" select "Sent Messages (Server)."

  • Email sent from Apple Mail to Outlook, recipient gets 2 versions

    When I send an email from Apple Mail to my Outlook Express and open it in Outlook it shows two versions of the email. First is formatted the way I sent it (Rich Text) and then below that is the same message in Plain Text with an line (HR) between them.
    I don't see any settings in either Mail or Outlook to change this. Only time it doesn't happen is if I send it as Plain Text to begin with.
    (ps. read as Plain Text is not selected in Outlook)

    You are typically "the man" on such issues, but I believe Apple has said some place that their RTF is only a subset of HTML? I know it gets converted to HTML like encoding, but did not think it is full HTML?
    It's true that when composing in Mail you only have access to those parts of html that Apple has provided an interface for, so there are various html things you cannot do. But those things you can do, like choose the font, font size, font color, etc. are done with standard html codes, the Content-Type header of a "rich text" message says "text/html", and the message source starts out with the codes < html > < head > < body > like any other html message would.

  • How do i stop getting emails sent from apple community, any help please

    Hi,
    how do i stop the emails from Apple support community
    any help please!!!

    AAAARGGHH - I posted to grumble about the "new" iTunes, [which is still a load of garbage], but cos 100s of people feel the same too, my mailbox is FULL of threads to the post.
    I have reset my e-mail preferences to NO for ALL notifications, with a conspicuos lack of success. So i use a junk filter to stop them, but I ain't pleased. Can anyone explain how I can get the system to work right [I know, I can guess what you are thinking, expaecting anything from Apple to be user friendly is a long shot.... but at least on can try!]
    Thanks very much!
    richjenn13

  • Question marks in emails sent from mac mail client

    When I send emails the recipient receives my emails with question marks scattered throughout the message. Not sure why this is happening. I can not find anything on the help site about out going encoding issues, only inbound issues.
    thanks for your help

    See this note:
    http://homepage.mac.com/thgewecke/woutlook.html

  • TS3276 Someone who receives my mail sent from Apple Mail cannot receive attachments or read my email even though they are on a Mac using Safari.  How could they be using Safari to receive or read my mail?

    Someone who receives my mail sent from Apple Mail cannot receive attachments or read my email even though they are on a Mac using Safari.  How could they be using Safari to receive or read my mail? 

    You can lead a horse to water, but you cannot make it drink.  This person receiving my email,  while on a Mac with Safari is reading their mail through Safari using Horde--our recent discovery.  Why they chose to do that in unclear. The last email we sent, however, was miraculously read and received and  the attachment was viewed with no problem after we told them our mail was coming from a Mac thriugh Apple Mail.  It seems that telling them that our emails were coming from a Mac and using Apple Mail was enough to make them think that perhaps THEY were doing something not quite right. Thank you both, Level 7 and Level 5. 
    But thank you especially for the meteorologists in the UK for putting forth the correct routes for Sandy these last days, you probably saved a lot of lives.

  • How can I export email addresses from apple mail?

    How can I export email addresses from Apple Mail?
    Just to be CRISTAL CLEAR please don't reply with export instructions from the address book.....not interested in this.
    I have customers that fill-out a request form online, then the data is sent to our database on our server, and another copy is sent to my email account. The server database got corrupted and is now lost. The only data left are in my email app called APPLE MAIL. I have created Filtered Folders so the data is just in one Folder, not mixed with all other emails. Is there a way to export the email names & addresses from APPLE  MAIL to a CVS file or Excel file?
    Again this is not a question related to Apple Address Book. This is ONLY for Apple MAIL exporting!
    Thanks

    There is a collection of AppleScripts called Mail Scripts you can download at this link.
    http://homepage.mac.com/aamann/Mail_Scripts.html
    The script to use from the collection of scripts is Add Addresses (Mail) which adds addresses found in the selected messages (in the header fields "From", "To", "Cc", and "Bcc") to the Address Book. This is much more flexible than the "Add Sender to Address Book" available in Mail and provides a convenient way for creating mailing lists.

  • How do I stop getting email notifications from Apple. I have checked all of the "no" boxes. Help!

    How do I stop getting email notifications from Apple support. I have checked all the "no" boxes. Help!

    https://discussions.apple.com/docs/DOC-3661
    Message was edited by: deggie

  • How can I track all email sent from one particular user through powershell?

    Went online and found a few commands like:
    Get-MessageTrackingLog -Server servername -Start "11/17/2014 09:00:00" -End "11/17/2014 17:00:00" -Sender "user@domain"
    Got back:
    Get-MessageTrackingLog : The term 'Get-MessageTrackingLog' is not recognized as the name of a cmdlet, function, script
    file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
    and try again.
    At line:1 char:1
    + Get-MessageTrackingLog -Server Mail2013 -Start "11/17/2014 09:00:00" -End "11/17 ...
    + ~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (Get-MessageTrackingLog:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    ALL I WANT TO DO IS TO TRACK EMAIL SENT FROM A PARTICULAR USER: Delivery reports in the EAC came up with absolutely nothing after entering the user mailbox and user
    Any help would be appreciated - RJM

    try this :
    get-messagetrackinglog -Server mail01 –resultsize unlimited
     -Start "11/17/2014 09:00:00" -End "11/17/2014 17:00:00" -Sender "user@domain"| Select-Object eventid,sender,timestamp,@{Name="Recipients";Expression={$_.recipients}},@{Name="RecipientStatus";Expression={$_.recipientstatus}},messagesubject
    | Export-CSV c;\tracking.csv
    Then import file to excel
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

  • How do I transfer email folders from Apple Mail into Mac Outlook

    Any suggestion on how I can transfer stored email folders on my POP email accounts on Apple Mail over to Mac Outlook 2011?

    From the file menu in Outlook, choose Import...
    Select Information from another application
    then Apple Mail, it will ask what you want to import. Accounts, Messages...

  • Auto display HTML attachments in body / email sent from mac mail

    Hi,
    One of my clients has received an email written in MAC Mail, the email doesn't display correctly instead what would be the body of the email appears as an html attachment, he doesn't want to have to click the attachment to preview it as he doesn't have to
    do this on the iphone (also an apple device hmm....), I cant see any way of making it auto display the html in the body without clicking it.
    Does anyone have any ideas?

    Hi,
    Can you confirm if the sender has this problem sending emails to other recipients?
    Please logon your Webmail(or OWA), does that message display as an attachment as well?
    If other Outlook recipients also see the email body as an attachment and you can verify it shows as an attachment on Web as well, I'm afraid we should blame the Apple Mail Client, since I've seen some Apple Mail users have this problem:
    https://discussions.apple.com/thread/1947994?tstart=0
    Kindly have the sender check if the setting like Edit > Attachments > Send Windows friendly Attachments
    has been checked.
    If I'm not getting this wrong, we should confirm this issue with Apple:
    https://discussions.apple.com/index.jspa
    Feel free to post back of course.
    Regards,
    Melon Chen
    TechNet Community Support

  • Vonage email notifications and Apple Mail client

    Vonage provides a very nice feature in which, as soon as someone leaves a voice mail message, Vonage sends out an email notification to up to five different email addresses, in addition to sending a text message to a cell phone alerting you that someone has left you a voice message on your Vonage phone. Besides getting just a text-based email notification, you can also opt to have Vonage attach a .WAV file to the email it sends to those email accounts you list in your account settings page on the Vonage web site. I think this is a great feature, because I have my iPhone set up to receive the text message, and I also configured my email accounts to receive the email notifications together with the attached .WAV file, so I can listen to the recorded voice mail messages right on the iPhone, without having to dial in to a Vonage number, or go to the Vonage web site to listen to the voice mail via a computer.
    While the Vonage email notifications with the attached .WAV files arrive just fine in my mac.com and my aol.com email accounts, those same email messages are NOT being sent to my the roadrunner.com email account provided by Time-Warner cable, my Internet Service Provider.
    When I brought this matter up the tech support people at Vonage, they theorized that the roadunner server might be blocking receipt of the emails sent by the Vonage server. However, the problem does not seem to be related to roadrunner.com, because those email messages actually do reside on the roadrunner server. I can see them all right, but only if I use a browser and check my messages via their Web Mail application. For some mysterious reason, my Apple Mail client is NOT receiving those messages, and I have no clue why that would be so.
    Does anybody know what is going on here? Shouldn't Apple Mail be able to retrieve all the messages on the roadruner server? What could prevent Apple Mail from being able to do that? And, is there anything I can do to make those email notifications —with their attached .WAV files—show up in my Inbox in Apple Mail?
    Since I thankfully receiving those email notifications at my mac.com and my aol.com accounts, this is not a mission-critical issue for me. It is merely one of one technical curiosity.
    bowlerboy

    To close out this thread, about all I can say is that the issue does not seem to be related to Apple software or to my Internet Service Provider. It is a Vonage issue that can only be fixed by calling Vonage tech support and getting their programmer/technicians to do whatever it is that they to do on their end to configure their Vonage email notifications to function correctly. If something sneezes, as it did in regards to my account, then Vonage tech support is the first place to call.
    I'll consider this issue "answered" now.
    bowlerboy_jmb

  • How to open attachment on email sent from windows

    how to open attachment sent on e mail from windows onto macbook

    Control-click on the attachment.  You should see these options.  Decide how you wish to save the attachment from the choices presented.

  • How do I recall an email sent from my iPhone?

    If i have already sent an email from my phone is there anyway to recall it from being sent?

    Can you prevent a message that has been sent from being sent?
    No, as it has been sent.

  • How can I remove a email address from my mail from window

    Everytime I go and send an email from maverick mail the window from (thats me) has a misspelt address in it and my email often chooses this hence it wont send. I can send this mail by dropping the window down and choosing the rite address i.e. FROM.
    I want to remove this address but I can not find it in accounts or on iCloud.
    Help needed
    Morgan

    I am saying instead of manually having to type in your various emails which result in a list popping up including your error-
    You need to create a list of emails you use. Therfore you do not have to type everytime you go to send a email,  you just choose your correct email from the drop down menu. Simply click of the mouse.
    I see now the correct path should read:
    Mail>Preference>Accounts>Accounts information>>Email Address
    I am suggesting this is the easiest way of dealing with the problem and why would you not already have your list of emails at hand in the drop down menu for ease of work flow.
    You maybe able to route out the cache file if you prefer, and delete:
    The following resource outlines where the cache folder is stored. Note that the Library folder is hidden by default in OS X Mavericks. To access this folder, hold down option when clicking the Go menu in Finder:
    OS X Mavericks: What is the Library folder?
    http://support.apple.com/kb/PH14330
    Mac OS X: How to troubleshoot a software issue
    http://support.apple.com/kb/ht1199
    If the issue does not appear to be related to preferences, a login item, or a kext file, and still persists in Safe Mode, there may be an issue with a cache file in your home folder:
    1. From the Finder's Go menu, choose Home.
    2. Open the Library folder.
    3. Drag the Caches folder to the desktop.
    4. Attempt to reproduce the issue.
    5. If issue is resolved, drag the Caches folder to the Trash.
    6. If issue persists, from the Finder's Go menu, choose Go To Folder.
    7. Go to this folder: /Library
    8. Drag the Caches folder to the desktop.
    9. Attempt to reproduce the issue.
    10. If issue is resolved, drag the Caches folder to the Trash.
    11. If issue persists, go to step 4.

Maybe you are looking for

  • What's wrong with my drag n drop code

    Here's the stage of something I'm working on: When you click on the blue buttons (movieclip buttons I've created with over/down/click states) they expand and play a sound. This works beautifully. Here's what I did for each movieclip button: The idea

  • Help with saving movie (external hard drive)

    Hello, I am using iMovie for the first time and am converting a VHS tape to DVD. I have a cord going from the VCR to a digital camcorder, in turn going to my iBook for iMovie, and then onto a 150 gig external hard drive that has all 150 gigs availabl

  • Hold down dock icon - show windows

    With Snow Leopard, I used to be able to hold down an icon on the dock (where multiple windows were open for the same app), and it would show all of the various pieces of that app I had open.  With Lion you have to click and select open all Windows Ex

  • MIC with different upper and lower limit

    Hi experts, I have a scenario where I have a characteristic to be tested for trace element in a chemical. But the upper and lower specification of this MIC is different for different chemicals (material numbers) . ie the specification depends on chem

  • Scripts in RMS Data conversion Op Guide

    Hi experts, Do you know where to find all the scripts needed in the Data Conversion Operations Guide? Scripts like dbc_create_uda_tab.sql dbc_create_uda_values_tab.sql Thanks You.