Mail has wrong path for Save

I am using v. 7.1 of Mail under OS X 10.9.1. When I attempt to save an email to my Documents folder I get an error message:
Could not save to path /Users/bob/~/~/~/~/~/~/~/~/~/~/Documents/Payment submitted.rtf. Choose a different path.
Clearly Mail has a bad pathname for the Documents folder. TextEdit documents save properly to Documents. Terminal shows the path to Documents as: /Users/bob/Documents
What is going wrong with Mail?
Bob

Agreed.  I get a completely different wrong path, but only (so far) when I try for Documents.  Seems like a bug. Good catch.
Apple - Mac OS X - Feedback

Similar Messages

  • New desktop has wrong path for page links in nav bar

    I created a new desktop and have the following problem. The image links to portal
    pages in the horizontal nav bar in the top have wrong path.
    Example.
    In the original portal the home page link in the nav bar has a image associated
    with it in workshop.
    \framework\skin\classic\images\home.gif
    The partial url generated for the image looks liek this:
    \mywebapp\\framework\skin\classic\images\home.gif.
    I created a new desktop everything works fine except for the images. The href's
    are created for the links but the image path is wrong.
    the url generated is : \mywebapp\appmanager\framework\skin\classic\images\home.gif
    The "appmanager" in the path causes the problem.
    Is this a bug?

    Hi Subbu,
    I used workshop page properties to associate the image to the page.
    framework/skins/classic/images/home.gif
    - Shankar
    Subbu Allamaraju <[email protected]> wrote:
    Shankar,
    Did you use any tag to create the img tag? Do you have any sample
    HTML/JSP snippet?
    Subbu
    Shankar Bala wrote:
    I created a new desktop and have the following problem. The imagelinks to portal
    pages in the horizontal nav bar in the top have wrong path.
    Example.
    In the original portal the home page link in the nav bar has a imageassociated
    with it in workshop.
    \framework\skin\classic\images\home.gif
    The partial url generated for the image looks liek this:
    \mywebapp\\framework\skin\classic\images\home.gif.
    I created a new desktop everything works fine except for the images.The href's
    are created for the links but the image path is wrong.
    the url generated is : \mywebapp\appmanager\framework\skin\classic\images\home.gif
    The "appmanager" in the path causes the problem.
    Is this a bug?

  • When I try to send e-mail I get an error message stating that the e-mail address was rejected by the server.  When I send to e-mail from another address, I get back an error saying the e-mail address is unknown.  My e-mail has worked fine for years until

    When I try to send e-mail I get an error message stating that the e-mail address was rejected by the server.  When I send to e-mail from another address, I get back an error saying the e-mail address is unknown.  My e-mail has worked fine for years until yesterday.  HELP!

    The specific text of the error message is very important here — I'm not sure exactly you're encountering here.
    If you're able to connect to your email server and are able send email to other email addresses and if the failures are specific to one email recipient address, then please contact the intended recipient of the failing email, and confirm their address is valid.  (This is the way I'm reading your question.)
    If you are unable to send any email to any other email addresses and this is specific to your email address, then try the web mail client interface (if one is available) to verify your login user and password, and check with your email ISP for assistance.  If your email password works via web mail, follow this Apple troubleshooting guide, then — if everything else fails — I'd probably then entirely remove the email account from Mail.app and re-add it per your email ISP's particular setup requirements.  (Some issue with the setup or maybe a corrupt setting in OS X or a problem at the mail ISP servers is a common problem, but this effects attempts to send to all email addresses via that account.)
    An email account setup is specific to an email provider, unfortunately.   If you're using one of the more common email ISPs, then there are usually setup guides and frequently-asked questions posted online.

  • My icloud mail has not worked for 2 days.  the tech support people say they dont even know there is a problem.

    My mail has not worked for two days - in the US.  The tech support people on the phone claim they don't even know there is a proplem.  Anyone know whats going on? 

    http://www.apple.com/support/icloud/systemstatus/
    People reading this forum are just other users like you (who frankly already know there are a lot of frustrated users out there and cannot tell you anything you won't see in the above link).  Send your feedback to http://www.apple.com/feedback/icloud.html

  • Wrong path for go.bat in portal integration

    Hi Friends,
    during the configuration of the portal integration in rspor_cust01 I get the message
    'Windows can not find C:\usr.......\go.bat'.
    Where can I change the path because it is in D:\usr\sap\......go.bat.
    Thanks you for any help.
    Rg Jimbob

    Hi Subbu,
    I used workshop page properties to associate the image to the page.
    framework/skins/classic/images/home.gif
    - Shankar
    Subbu Allamaraju <[email protected]> wrote:
    Shankar,
    Did you use any tag to create the img tag? Do you have any sample
    HTML/JSP snippet?
    Subbu
    Shankar Bala wrote:
    I created a new desktop and have the following problem. The imagelinks to portal
    pages in the horizontal nav bar in the top have wrong path.
    Example.
    In the original portal the home page link in the nav bar has a imageassociated
    with it in workshop.
    \framework\skin\classic\images\home.gif
    The partial url generated for the image looks liek this:
    \mywebapp\\framework\skin\classic\images\home.gif.
    I created a new desktop everything works fine except for the images.The href's
    are created for the links but the image path is wrong.
    the url generated is : \mywebapp\appmanager\framework\skin\classic\images\home.gif
    The "appmanager" in the path causes the problem.
    Is this a bug?

  • Set default directory/path for SaveAs Dialog using WPG_DOCLOAD

    Hi, im trying to set the default directory/path for the SaveAs Dialog called by wpg_docload.download_file.
    I'm not able to find where I can specify the default path.
    Is it something like "htp.p('Content-Disposition: attachment; path=:PX_OUTPUT_DIR" ?
    Thx for your help !
    Here's a part of my code
    owa_util.mime_header( NVL(mime,'application/octet'), FALSE );
    htp.p('Content-length: ' || length);
    htp.p('Content-Disposition: attachment; filename="'||substr(fileName,INSTR(fileName,'/')+1)|| '"');
    owa_util.http_header_close;
    wpg_docload.download_file( lobLoc );
    /*********************/

    I don't believe you're allowed to set the directory path in the Content-Disposition (or any other) header. More accurately, you can set path in the filename, but browsers don't pay any attention to that, they only look at only the terminal filename.
    <p>According to RFC 2183, browsers are supposed to ignore any path information sent with the filename. Even though it's dated 1997, I believe this RFC is still in effect.
    <p>This was done as a security precaution against malicious web apps that might try to download into a system directory or other dangerous place. Also, browsers (usually) allow users to specify their own default download directories. Further, even if you could specify the path, you'd have to do it for any and all filesystems (Linux, Mac HFS, Mac OSX, Windows, etc etc).

  • 10.1.0.2 installation - listener service has wrong path

    Installing 10.1.0.2 on Windows XP pro SP2:
    It appears that the path setup for the service:
    OracleOraDb10g_home1TNSListener is wrong.
    It is set to E:\oracle\product\10.1.0\Db_1\BIN\TNSLSNR
    but should be E:\oracle\product\10.1.0\Db_2\BIN\TNSLSNR.
    Kind regards,
    Morten Steffensen

    hmm, does anyone know how to change this path for the executable of a service in windows XP?

  • How to set default file path for save

    Hello all,
    I'm currently blocked on the below issue and is hoping to gain your help and insights.
    We have recently upgraded to InDesign CS6. Now when an INDD file created in an older version of INDD is opened in CS6, all the save dialogs would not default to the location of the original INDD file. Though if the same file is opened in the version of InDesign that created it, the save dialog goes to the proper location by default.
    Debugged using our custom plugin as a gate way, and found out that after InDesign CS6 performed the document upgrade/convert, the database for the converted document loses file information. i.e.  IDataBase::GetSysFile() returns nil. I think we can figure out some way to get the original file path. For example, we can intercept "kAfterOpenDocSignalResponderService", and get the original file path of the opened file from IDocumentSignalData. Though I haven't yet able to figure out a safe way to set this file path to the document, so that the save dialogs would by default point at this path.
    Utils<Facade::IWorkgroupFacade>()->InitDocumentAssetManagement(docRef, filePath) seems to do the right thing, but it seems to be quite intruding, and I'm afraid that it is overkilling and will cause bad side effect for the use case I'm looking for.
    So I'm wondering if anyone has any suggestions to achieve this without implementing/overriding the file save dialog.
    Thanks.
    -Jeff

    You should be able to avoid writing your own open-doc trap by using kDocBoss's IOpenedFileInfo to obtain the original file's path. It seems fairly reliable; the only time I've seen it come up empty is for an opened QuarkXPress document.
    I'm afraid I don't know of a sanctioned way to change IDataBase::GetSysFile() without going through the database's SaveAs machinery. Overriding this behavior might only be possible by replacing the regular Save dialog with your own.
    But if InitDocumentAssetManagement() is helping, maybe the workgroup/asset management approach is worth pursuing. Have you tried spying on that call in the debug app? You might be able to isolate and use one of the commands that it's invoking (IAMSPManager::BindAsset() / kSetAssetAttributesCmdBoss?) without all of the side-effects of the higher-level call.

  • Root in Gnome Terminal has wrong $PATH [Solved]

    Hello
    wehn i open a Root terminal in gnome the Root user hasn't  the full PATH (only /usr/ucb:/bin:/usr/bin:/etc)
    I have no idea what is wrong.
    Thanks for every answer.
    Last edited by ZeroCool (2009-10-12 21:06:34)

    Stefan Husmann wrote:This bug is confirmed by a user  in german forum. B, you are right, but a normal su should take the environment from the underpriviliged user who switches to root, and not to something insane. Where does this /usr/ucb come from? The path does not even exist.:/
    Big Thanks for this information Now i know what is it.
    When i use
    gksudo -l gnome-terminal
    i became
    [zerocool@bruel ~]$ gksudo -l gnome-terminal
    (gksudo:15810): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
    (gksudo:15810): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
    (gksudo:15810): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
    (gksudo:15810): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed

  • Received Mail has wrong timestamp

    This has been discussed before (and archived), but it hasn't been resolved.
    I am using MacMail (I don't have a .Mac account), POP3 incoming, SMTP outgoing.
    I just switched from 10.3.9 to 10.4.4, and the timestamp on all my incoming mail is now displaying incorrectly. It is displaying in GMT, not my time zone (Central).
    I opened Long Headers and can see that the timestamp on the message is given in GMT. However, I don't think it's my server's responsibility to translate that to the correct time zone - that's the responsibility of my computer's OS, since the OS knows what time zone I am using. (My server doesn't.)
    Thus, this isn't a server problem, it's an OS problem. If someone official answers this, please tell me what the fix is for Tiger.
    Thanks,
    David

    David, Apple, and others,
    I have the same situation, and I've duplicated it using several Macs. Apple changed how Tiger's Mail 2.x displays the received time (compared to how Panther's Mail 1.x did). Apple needs to revert to how Mail 1.x adjusted the received time to your time zone.
    Apple says that received time is when the mail server received the message. Great. That's no excuse not to convert the time to the time zone that your computer uses.
    Until someone fixes it, you can change your view to display date/time sent, and not the received value. Or you can use a different email client.
    Pat

  • Mail uses wrong certificate for encrypting S/MIME messages

    Encrypted email I send using Mail Version 4.2 (1077) under OS X 10.6.2 to my work account cannot be decrypted. It appears that Mail is using the signing certificate, rather than the encryption certificate, to encrypt the email.
    The internal Certificate Authority at my employer has issued two certificates to me: A signing and an encryption certificate. Both certificates are properly stored in my keychain.
    The encryption certificate carries a 0x20 in the key usage field to designate the certificate to be used for encipherment purposes. The signing certificate carries a 0x80 in the key usage field to designate the certificate to be used for digital signatures.
    I understand that the S/MIME standard stipulates that for encrypting messages, the certificate with 0x20 in the key usage field should be used by the mail application.
    However, messages I sent are encrypted using the signing certificate (0x80 in the key usage field) and therefore cannot be decrypted on the receiving end. I examined the encrypted email using an [application|http://www.eriugena.org/blog/?p=57] to extract the serial number of the certificate used for encryption.
    We are using Outlook 2003 as our mail application at work.
    Has anybody ever come across this problem? Am I missing something - is there a way to tell Mail what certificate to use for encryption?
    Thanks,
    -Michael.

    I'm have a problem that sounds related.
    Both my wife and I created self signed mail certificates, and sent email to each other and trusted each others certificates. We were then able to send encrypted emails back and forth and our emails showed up as having trusted digital signatures.
    Then, we both purchased Verisign email certificates, and installed them in our keychains, deleting the old self-signed certificates, and repeated the process of establishing a chain of trust.
    This worked fine for me running Snow Leopard but did not work for her on Leopard. Her emails to me appear to be signed by both the old self-signed certificate and to include the new verisign certificate. Looking at the message source there is only one application/pkcs7-signature block, but in the UI it is showing both certificates.
    I don't understand how the self-signed certificate is showing up at all, since it has been deleted from her keychain.

  • Wrong Path for RRMX transaction (Bex)

    Dear All,
    I've just installed the SAP GUI 7.10 with Patch 09 and with BI AddOn Patch 7 for GUI 7.10
    When I launch the Bex Analyser from the Windows Start Menu it works (I'm obliged to launch first the Bex 3.5 before launching the 7.0 !!! but it's not the subject).
    But when I try to use the RRMX transaction, it seems that SAP is looking for the file "SAPBEX0.XLA" in the directory "C:\Program Files\SAP\FrontEnd\BW" although the file is located in the directory "C:\Program Files\Fichiers communs\SAP Shared\BW".
    Does anyone have an idea on how to change this path in SAP ?
    Thanks in advance

    Hi,
    There are two parameters in RS_FRONTEND_INIT :
    VER_MIN_ANA : min revision which you can open BexAnalyzer
    VER_ACT_ANA : actual revision which is better for opening BexAnalyser
    You can find the revision level in your BexAnalyzer installation info.
    My current version is 1352 for exemple.
    There is a note for some problem with the flag VER_MIN_ANA : 1280620
    Good luck.

  • My mail has been down for 24 hours -any official word???

    I have only seen Twitter chatter, and brief one liners hidden on .mac so what is really going on?  I haven't been able to get email for 24 hours now.  I have calendar, contacts etc, but no mail.   Unbelieveable

    Mines been down since 2AM last night, California time.

  • Wrong path for load picture

    hello
    trying load pic to JWindow
    i put png images in "images" folder
    and can't load it - always url is null
    String filename="images/image1.png";
    JLabel label;
    URL url=SWindow.class.getResource(filename);
    if (url==null) {
              System.out.println("url not found");
              System.exit(1);
    }

    all ok
    trouble was in IDEA dirrectory tree

  • Issue: calendar has wrong language for weekdays and months

    Hi,
    when changing the language from german to english, the weekdays and months names remain in german.
    weird.

    bahsig wrote:
    > when changing the language from german to english, the weekdays and months
    > names remain in german.
    This is being tracked as bug 872837
    Danita
    Novell Knowledge Partner
    Upgrading to GroupWise 2014? We've got you covered
    http://www.caledonia.net/store
    If you find this post helpful and are logged into the web interface,
    show your appreciation and click on the star below...

Maybe you are looking for

  • Working with multiple users and computers, but shared data

    Sorry if this is posted in a poor place, I'm not sure where the best place is. This is sort of a general questions. For a long time, my wife and I have had either one computer, or two machines but one has definitely been just a terminal. We've basica

  • Select Contracts based on Ship-to Party

    Hi all, I have created two contracts of type ZCQ (VA41) with the following soldto and shipto party values. Contract 1: soldto1, shipto1 Contract 2: soldto1, shipto2 <b>Now I need to retrieve contracts, based on a search criteria consisting of Sold-to

  • Inconsistent results with Windows App Certification Kit

    Hi, I asked about this issue before on a different forum but didn't get a response. Support pointed me towards this forum so I'm asking here as maybe the other forum wasn't the appropriate one. My company is attempting to renew our ms partnership, an

  • Time Machine: Mavericks backup date and time issues

    Time Machine: Troubleshooting backup issues re:  http://support.apple.com/kb/HT3275 "Messages you may see after clicking the red "i" include:" I am getting a message not listed at this page. My Time Machine fails to backup to my USB3 Passport Externa

  • Multiple characteristics

    Hi, we are presently trying to implement vendor classification in R/3 with multiple characteristic per class.  This works nicely in R/3 however the resultant BW datasource that is generated only assumes the first of the multiple characteristics and i