Address Error When From Is Just an Email Address

I just switched to Mail 4.2. When I receive e-mail messages where the From field contains only an e-mail address, Mail displays the From information incorrectly in the message list and in the To field if I reply to the e-mail. To clarify, everything works fine for case (2) below, but I experience these problems when incoming messages have From entries like (1) below.
1: Example From field entry, e-mail address only:
[email protected]
2: Example From field entry with name information:
"Person Surname" <[email protected]>
Interestingly, in the message viewer (preview pane and separate window) the From address is matched to my address book, and the From: field is shown correctly with the sender's name (from address book) along with their e-mail address.
However, if I reply to such a message, the To field in the reply is misformatted. Example:
To: [email protected]> <[email protected]> <[email protected]>
That is also how the From: field is displayed in the message list. Somehow Mail is stuffing the e-mail address into the first and last name fields in some cases, but properly interpreting it as just an e-mail address for the message viewer.
Has anyone run into this?
Thanks,
Matt

I gueess your client application is behind the firewall. You need to specify proxy host and proxy port.
java -Dhttp.proxyHost=... -Dhttp.proxyPort=....

Similar Messages

  • 261 error when backing up just purchases

    261 error when backing up just purchases I should not be getting this error if the problem is with playlist with the wrong characters in them, I am backing up just purchases.
    Thanks In advance Krisal
    Gateway Pentium 4   Windows XP   Using DVD and CD

    Help! I received the same error.
    Acer laptop   Windows Vista   1 GB RAM

  • Error when Broadcasting PDF format to email

    Hi,
    The template is getting executed properly through WAD. Even, in portal the report is being generated correctly. The problem is when I try to broadcast PDF format to Email.
    I am receiving the following error when attempting to broadcast a query as PDF - Error: com.sap.ip.bi.base.exception.BIBaseRuntimeException.
    Please suggest me the solution.

    Hi Lavanya
    I strongly recommend you to be on latest Java patches for your SPS from the service market place.
    Also please check whether the note 1052659 - Requirements for customer messages concerning export to PDF is helpful to you.
    Especially check this portion of the note is relevant to you.
    " The following entry is in the trace:
               "Invalid Response Code: (401) Unauthorized.
               com.sap.ip.bi.base.exception.BIBaseRuntimeException com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: "Invalid Response Code: (401) Unauthorized. The requested URL was:"http://<your host>:<yourport>/AdobeDocumentServices/Config?style=document" at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:405)
    See Note 934276 " Print preview in SAP NetWeaver 2004s BI does not work".
    See the "II Web Dynpro for Java" section in Note 944221."
    If not can you let me know the detailed error you are getting.
    Thank you.
    Regards
    Suresh

  • Why do I get an error when clicking on topics in email?

    I subscribe to the forum posts that I create and by doing so I get an email when the thread has been updated. The email contains a link to the message thread but when I click I got an Apple.com webpage saying "An error has occurred". Does anyone else have this problem? How do you fix it?

    That's the truth. I get the same error when I log in
    (and it's on my Mac computers!!).
    Thanks for sharing! I was beginning to feel paranoid and think it was a Windows XP thing...

  • Error when trying to set up email

    When I try to set up my email by going to "Manage Internet Email" an error message reads: "The application has encountered an error and cannot continue." Anyone know how to bypass this error so I can get my email set up? Thanks for your help!!!

    Hello Karenfu,
    Welcome to the BlackBerry Support Community Forums
    As a workaround, try this process to add the email to your BlackBerry Internet Service account using your PC:
    http://www.blackberry.com/btsc/KB04553
    Cheers,
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Password error when trying to change Primary Email...

    I use my Microsoft Account to logon to the Skype application on Windows7.   Then, on the Skype web pages, I logon with my Microsoft Account,  then  use  Skype  >  Account  >   Edit Profile   >  Contact Details   >  ...I added a second email address.   That worked OK.
    Then I went back to the same function, and wanted to make the new email address into the "Primary email".
    When I do this a pop-up asks for my Password and says ...
    Enter Password     Please confirm your password, we're just being extra safe.
    I do this but then get an error saying...
    oops, that wasn't the right password. Try again.
    After several attemps,...it does not work.
    It appears that this function is not working at all.
    I am fairly confident that I am using a valid MS Account and Password  (since I can also use it to logon to people.live.com and/or Skype itself).
    I can get this same error with several Accounts.
    What Password does Skype want on that web page ?
    Thanks.

    If that story about   "not the same as the MS Primary alias"    is the reason,
    then do not tell me     "password is incorrect".  
    Give a proper / meaningful error message  like  ...
    "...you cannot set the Skype Primary address to something that is not also the MS Account primary alias".
    ==
    I verifyied that I have already used account.microsoft.com to change my primary alias at the Microsoft Account to the "new" email address.
    So if that is why Skype is complaining...then it is "wrong",
    because at this point in time the Skype Primary email is NOT equal to the Microsoft Account Primary alias.
    (The Skype Primary is set to the MS Account email that was "primary at MS" when the Skype account was connected (linked ?) to the Microsoft account.)
    In reality (real life) that old email address is "going away" so the Skype primary will be completely useless and incorrect.
    Thanks
    ==
    ==

  • Error when i try and send email

    ok, i promise this will be the last time for awhile i turn to you guys for help.
    I'm trying to connect to a external smtp server using the bytearray classes:
              var myMailer:SMTPMailer = new SMTPMailer ("outbound.mailhop.org", 2525);
                                  myMailer.authenticate("password", "login")
                                  myMailer.addEventListener(SMTPEvent.MAIL_SENT, onMailSent);
      // event dispatched when mail could not be sent
                                  myMailer.addEventListener(SMTPEvent.MAIL_ERROR, onMailError);
      // event dispatched when SMTPMailer successfully connected to the SMTP server
                                  myMailer.addEventListener(SMTPEvent.CONNECTED, onConnected);
      // event dispatched when SMTP server disconnected the client for different reasons
                                  myMailer.addEventListener(SMTPEvent.DISCONNECTED, onDisconnected);
      // event dispatched when the client has authenticated successfully
                                  myMailer.addEventListener(SMTPEvent.AUTHENTICATED, onAuthSuccess);
      // event dispatched when the client could not authenticate
                                  myMailer.addEventListener(SMTPEvent.BAD_SEQUENCE, onAuthFailed);
                                  myMailer.sendHTMLMail ( "[email protected]", "[email protected]", "test smtp", "<br><b>Picture from HTML :)</b>");
    It seems to connect just fine but when I try and sent the email this is the error i get:
    554 SMTP synchronization error
    I have never seen this error before and when i try and google it there really isnt much info on what causes the issue or how to fix it.
    I've stumped you guys before but I'm hoping this one isnt one of those questions!!
    Thanks
    Jorge

    I don't think AIR support SMTP protocol, refer: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequest.ht ml
    For content running in Adobe AIR, files in the application security sandbox can access URLs using any of the following URL schemes:
    http and https
    file
    app-storage
    app
    However, I suggest you to open a new bug report on this over at bugbase.adobe.com. Please include sample media, code, project or app to help us reproduce the problem.
    Thanks a lot.

  • Error when using the Attach to Email... Feature

    I currently using Adobe Reader 8.0 as well as Adobe Acrobat Professional 8.0. Whenever I try to use the Attach to Email... feature I get a debugging error. It always brings up the Visual Studioi Just-In-Time Debugger. It will create the email, but it will not attach the document at all. I've also tried this on a computer that only has Adobe Reader 8.0 on it. When using that computer, it always gives me an error message naming the .dll file gwmlt1.dll.
    I can't seem to find what the issue is with this feature. Any help would be very much appreciated.
    Also, We are using Windows XP on all of our computers here. If anyone needs any additional information about this, just let me know.
    Thanks in advance for any help.
    TPrime

    gwmlt1.dll is something to do with GroupWise (your e-mail system)
    Maybe Novell can help.
    Aandi Inston

  • Script error print from win7 64+ IE9 email + web sites to o jet 4500 wireless

    when printing to Officejet 4500 wireless E mail or from most web sites running  win 7  home premium 64bit and IE9 dose not print and gets a script error or just dose not print but print works fine from word or any other program using wireless or USB

    It appears that the issue is isolated to IE 9 since it works from everything else.
    View Microsoft's You receive a script error and are unable to print from Internet Explorer 9 document regarding this issue.
    Windows 7 64-bit has two versions of Internet Explorer:  32bit and 64bit.  Check to see if you are using the 32bit version or the 64bit version.  This can be done by clicking the blue circle with the questions and selecting About Internet Explorer.  If the version line does not specify 64bit, then it is 32bit.  I recommend using the 32bit version as 64bit web browsing has not quite taken off yet.
    The document from Microsoft says to ensure the drivers are the most recent.  The most recent drivers from HP for the Officejet 4500 and Windows 7 64bit can be found here.
    I recommend using one of the workarounds listed in the document as script errors are typically a result of a compatibility issue with the site and some function of the browser (whether an add-on or bit version).
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • I keep getting an error when clicking a link in email if firefox is not already open

    If firefox in not open when I click a link in an email I get an error message. If firefox is already open it opens a new tab and works okay. After getting the error message it still opens firefox and goes to the link.

    The actual error was "There was a problem sending the command to the program". This was the message inside the error box. The error box also shows a message "https://support.mozilla.com/questions/887286#answer-2...". I cant read anymore and can't copy any of the links or message.

  • Error when sending PO output to email

    Hi every body,
    IF I send the PO output to an email through
    ME22n->messages:by giving output type dispatch time,communication strategy..And saving that document it showing <b>Green</b> status.
    If I check the for that PO message status in SCOT,
    it is giving error msg like
    <b>"Message could not send due to RFC error"</b>
    can any body tell me what kind of problem it is ?
    and how to rectify this?
    Thanks in advance.

    Check with your basis folks if internet node is correctly setup in SCOT.
    Try sending an internet mail from sap office ( Transaction SBWP ) . If this does not go then problem not with PO program but with internet node setup and you will have to ask basis folks to setup this correctly before you can send mails.
    Cheers.
    Sanjay

  • Why is the ios5 software giving me a server time out error when I have just waited 35 mins to download the file

    I have just spent over an hour waiting for the Itunes software to download the new ios5 software and it fails right at the end as a server timeout error.
    WHY DO WE HAVE TO GO THROUGH ITUNES?? WHY CAN'T THE SOFTWARE BE PUT UP ON THE SUPPORT PAGES.THIS IS NOT A NEW PROBLEM AS I HAVE BEEN UNABLE TO DOWNLOAD ANY UPGRADES FOR THE PAST YEAR ON MY PHONE AND IPAD

    This sounds like an ISP issue of some type on your end.
    The Apple servers have been absolutely slammed and have been timing out, but certainly not for the past year.
    Do you have an Apple Store nearby at which you can try downloading upgrades?

  • Error when trying to send an email

    Hi,
    Whenever i try to send an email using SMTPin my application i get the following error message :
    javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: Unknown SMTP host: mail.webahn.com; nested exception is: java.net.UnknownHostException: mail.webahn.com
    Please could you help me solve this problem or give me a suitable suggestion as to why I get this message.

    I gueess your client application is behind the firewall. You need to specify proxy host and proxy port.
    java -Dhttp.proxyHost=... -Dhttp.proxyPort=....

  • Error when accessing MIME-Content of emails through EWS

    Hello,
    i've a problem downloading the mime-content of some emails using exchange web services. Here is the code i'm using:
                exService = new ExchangeService();
                exService.Credentials = new NetworkCredential("user", "password", "domain");
                exService.Url = new Uri(@"https://server/ews/Exchange.asmx");
                fFolder = this.GetPublicFolder(exService, null, "Test");
                ivItem = new ItemView(int.MaxValue);
                ivItem.PropertySet = new PropertySet(BasePropertySet.FirstClassProperties, pdbProperties);
                ivItem.OrderBy.Add(ItemSchema.DateTimeReceived, SortDirection.Ascending);
                fiResults = fFolder.FindItems(ivItem);
                foreach (Item iItem in fiResults.Items)
                        psItem = new PropertySet(BasePropertySet.FirstClassProperties, ItemSchema.MimeContent);
                        iItem.Load(psItem);
    Calling the Load-method throws an Microsoft.Exchange.WebServices.Data.ServiceResponseException (Errorcode "Microsoft.Exchange.WebServices.Data.ServiceError.ErrorMimeContentConversionFailed") with errortext "Fehler beim Konvertieren des MIME-Inhalts." ("Error
    converting the MIME-content" in english). Both emails have an appointment-attachment, one of them a ICS-file, which is named as "not supported calendar message". I've tried to delete the attachments and access the emails again, but the exception still occures.
    With thousands of other mails, the code runs without problems.
    I also analysed the messages with Outlook Spy, but i found nothing special, except that the one with the ics-file contains the message class "IPM.Note.NotSupportedICal" (the other is "IPM.Note").
    My question is, what can be the reason for this exception, especially for the e-mail without the unsupported attachment? And what can i possibly do to avoid it/to get the mime-content anyway? I'm using the code to export the e-mails as EML-files.
    Thank you in advance for your answers.
    Regards
    DanielLW

    Not sure about the EWS Managed API but with the web services, if you remove the request for the body of the item (<t:FieldURI FieldURI="item:MimeContent"/>) it seems to resolve the issue, since it no longer needs to convert between the
    'IPM.Note.NotSupportedICal' (non-Exchange calendar entry?) and 'IPM.Note' classes (a normal email).

  • Getting error when trying to sent outgoing email

    Eveytime I try to send an email forward to anyone I get an error message about password for outgoing mail. I have no clue what to do
    To fix this help please

    Some of the email providers (never met,but heard about one) do require additional password for outgoing mail.
    You would have to contact your Exchange Administrator or email provider to find that password. Pretty sure after you enter it once, phone will remember.

Maybe you are looking for

  • Substract days to a date

    Does somebody know a method to substract to a given date (in String format dd/mm/yyyy) a given number of days?? public String restarDias(String fecha, int dias) throws Exception { DateFormat df = DateFormat.getDateInstance(); Date fechaD = df.parse(f

  • Dota 2 problem on macbook pro 13inch

    i recently bought macbook pro 13inch , i downloaded steam and dota 2 but its not running properly. all the tool bar of dota 2 has become florecent green causing problem in reading the tool bar and when in game there is little lag and few grafic corru

  • How do I use Family shared calendar in outlook?

    I'd like to use the Family calendar (created automatically when you set up family share) in Outlook but there is no option to share.

  • Join to a corporative membership plan

    Hello everyone. I created an Adobe ID and install few adobe' softwares as a trial version. My company bought a Creative Cloud membership plan and provided the access to the same e-mail that I made my registration. The problem is that when I access my

  • Reader won't launch for internet PDF

    I have an old version of Acrobat (6) and the latest Reader 9.1.  When I need to launch a PDF from the internet, it launches the Acrobat, which won't work since it is not the latest version.  I do not want to delete the Acrobat since I use it for othe