Yahoo sent mail not saved to server when using Mail only.

Why does my Yahoo sent mail not get saved to the server when I use Apple's Mail program? (I have it saved in settings to keep sent mail on server).  I can see it in my Sent mail folder on Apple Mail but not on the yahoo server.  It's an IMAP account and it works fine on my iPhone.
I have tried changing the outgoing ports as well and erasing the account and reinstating it on the Mail program. No luck.

NatMac:
This worked for me:
ernestobenedict London
This solved my questionRe: Yahoo Mail folder behaviour with Apple Mail 5.0 
Dec 8, 2011 5:14 PM (in response to ernestobenedict)
I finally figured out how to fix this; under the mailbox menu there is an option to "use this mailbox for" that allowed me to select the Sent Items folder from my Yahoo IMAP list of folders and make it the default for sent items from the Mac OS X mail software! "
Thanks to ernestobenedict for this solution!!!

Similar Messages

  • JDev 9.0.3.3 Data not saved to DB when using Non-Transaction DataSource

    Hi,
    Env: JDev 9.0.3.3/WL 6.0 sp1/Oracle 8i
    We have successfully deployed our application in 3-tier(remote mode) in JDev 9.0.3.2. using JClient, EO/VO, EJB Session Facade (BMT).
    Now we are planning to use JDev 9.0.3.3 (build 1205)
    We are using ejb.txn.type=local and Weblogic DataSource(non-txn).
    In JDev 9033, after commit the data is not getting saved to DB. No errors in the log below.
    This works fine in JDev 9032.
    This does not work with simple Master Detail and also with single row simple form.
    ==========================================
    [281] BaseSQLBuilder Executing DML ... (Update)
    [282] Executing DML...
    [283] UPDATE CISDBA.DCX_BASE_COST_V BaseCost SET ITEM_STAT=?,TID=? WHERE PART_NUM=? AND MY=?
    [284] cStmt = conn.prepareCall(" UPDATE CISDBA.DCX_BASE_COST_V BaseCost SET ITEM_STAT=?,TID=? WHERE PART_NUM=? AND MY=?"); // JBO-JDBC-INTERACT
    [285] cStmt.setObject(1, new BigDecimal((double) 2.0)); /*ItemStat*/ // JBO-JDBC-INTERACT
    [286] cStmt.setObject(2, "t2733bx"); /*Tid*/ // JBO-JDBC-INTERACT
    [287] cStmt.setObject(3, "04782612AA"); /*PartNum*/ // JBO-JDBC-INTERACT
    [288] cStmt.setObject(4, "2004"); /*My*/ // JBO-JDBC-INTERACT
    [289] cStmt.execute(); // JBO-JDBC-INTERACT
    [290] cStmt.close(); // JBO-JDBC-INTERACT
    BaseCostImpl: after doDML
    BaseCostImpl: End of doDML()...
    BaseCostInvestCost VO before postChanges...
    this.getWhereClause(): null
    isDirty() before executeQuery...
    this.getWhereClause(): null
    isDirty() after executeQuery...
    BaseCostInvestCost VO before postChanges...
    this.getWhereClause(): null
    isDirty() before executeQuery...
    this.getWhereClause(): null
    isDirty() after executeQuery...
    [291] BaseSQLBuilder: releaseSavepoint 'BO_SP' ignored
    [292] BaseSQLBuilder: setSavepoint 'BO_SP' ignored
    BaseCostInvestCost VO before postChanges...
    this.getWhereClause(): null
    isDirty() before executeQuery...
    this.getWhereClause(): null
    isDirty() after executeQuery...
    BaseCostInvestCost VO before postChanges...
    this.getWhereClause(): null
    isDirty() before executeQuery...
    this.getWhereClause(): null
    isDirty() after executeQuery...
    [293] BaseSQLBuilder: releaseSavepoint 'BO_SP' ignored
    [294] EJBTxnHandler: Commited txn
    [BaseCostInvestCostViewImpl.afterCommit] Enter
    [295] BaseCostInvestCostView2 notify COMMIT ...
    [BaseCostInvestCostViewImpl.afterCommit] Exit
    [BaseCostInvestCostViewImpl.afterCommit] Enter
    [296] BaseCostInvestCostView1 notify COMMIT ...
    [BaseCostInvestCostViewImpl.afterCommit] Exit
    [297] SubDept2SubProgView1 notify COMMIT ...
    [298] InvSubDeptLOV1 notify COMMIT ...
    [299] SubProg2SubDeptView1 notify COMMIT ...
    [300] SubProgramLOV1 notify COMMIT ...
    [301] StdCostView1 notify COMMIT ...
    [302] AltCostView1 notify COMMIT ...
    [303] PlantCodeView1 notify COMMIT ...
    [304] PaperCarView1 notify COMMIT ...
    [305] InvestCostItemView1 notify COMMIT ...
    [306] SavedSearchView1 notify COMMIT ...
    [307] AltCostView1_BaseInvestToAltViewLink_AltCostView notify COMMIT ...
    [308] InvestCostItemView1_BaseInvestToInvestItemViewLink_InvestCostItemView notify COMMIT ...
    [309] PaperCarView_BaseCostTrackedVehicleViewLink_PaperCarView notify COMMIT ...
    [310] VehicleProgramLOV1 notify COMMIT ...
    [311] SubDeptLOV1 notify COMMIT ...
    [312] Transaction timeout set to 28800 secs
    [313] [NavigationEvent: BaseCostInvestCostView1 From 0 to 1]
    [314] Column count: 14
    [315] ViewObject : Reusing defined prepared Statement
    [316] Binding param 1: 769661
    [317] Binding param 2: 2004
    [318] [RangeRefreshEvent: AltCostView1 start=-1 count=0]
    [319] Column count: 13
    [320] ViewObject : Reusing defined prepared Statement
    [321] Binding param 1: 769661
    [322] [RangeRefreshEvent: PaperCarView1 start=0 count=6]
    [323] Column count: 4
    [324] ViewObject : Reusing defined prepared Statement
    [325] Binding param 1: INV37
    [326] [RangeRefreshEvent: InvestCostItemView1 start=0 count=1]
    [327] [NavigationEvent: AltCostView1 From -1 to -1]
    [328] [NavigationEvent: PaperCarView1 From -1 to 0]
    [329] [NavigationEvent: InvestCostItemView1 From -1 to 0]
    ========================================================

    Hi Carsten,
    I tried to reproduce your problem, but couldn't. Let me explain what steps I executed and perhaps you can advise where I've not matched your steps.
    --Using build jdeveloper 9.0.3.3.1203, I built a new bc4j project containing a dept-emp default bc4j project (deptEntity, empEntity, deptView, empView, deptempFKAssoc, deptempFKViewLink, ApplicationModule).
    --In dos shell, I went to the directory \jdevdir\jdev\bin and ran setvars -go to set the correct jdk version
    --In the dos shell, in the directory \jdevdir\j2ee\home I executed the following command to install oc4j:
    java -jar oc4j.jar (defaults pswd to welcome for admin)
    --I remoted the appmodule to EJB Session Bean (BMT) and created a new deployment profile using the 9ias configuration for the application module.
    --I deployed the bc4j objects to oc4j
    --I created a new project
    --In this project I created a new jclient master-detail form using the above project's application module for the data model
    --I saved all and compiled the jclient project
    --I ran the jclient form and inserted a master record
    --I committed the transaction successfully
    --I browsed records, then edited a record
    --I committed the transaction successfully, then browsed.
    Is there something I've missed? Did you migrate your project and not start by creating a new project? Is there something special about the database schema you are using?
    Thanks,
    Amy

  • LR 2 - tiff file not saving as jpeg when using adjustment tool

    LR2, photoshop CS2, XP, 4gig ram
    ok so here is my workflow
    process raw file in LR2
    export to 16bit tiff
    then to send to my photo libary i have an action set up in photoshop CS2
    image mode - 8bit
    fit image 1200
    save as jpeg
    close
    this works well and i use it nearly every day
    however today I had problems with the action
    it would stop on certain photos and say
    'couldnt complete your request because of a program error'
    when I came to look at which photos were causing the problem i found out that
    ALL photos that wouldnt save to jpeg
    were photos I had used the ADJUSTMENT TOOL on
    A BUG?

    >A BUG?
    No...the error message: 'couldnt complete your request because of a program error' is an indication that your Photoshop preferences are hosed...reset the prefs.

  • Mail not saving sent messages, not moving Junk messages

    Hi everyone, I'm having a bit of trouble with OS Mail. I've set it up to use an IMAP account, and have set my preferences such that Mail should save all my sent messages in the Sent folder (I assume the Sent folder on my computer, not the one on my IMAP server). Regardless, neither my IMAP server's sent folder nor my computer's sent folder contain any messages that I've sent, and I have confirmed that these messages have in fact been received by the recipients (therefore successfully sent). I am unsure of how to resolve this issue, as there is no obvious setting change for me to persue. I just received this computer (new) a few days ago, so I wouldn't expect this problem to be due to disk maintenance/management, etc.
    Also, I have noticed that Junk messages remain highlighted and in my inbox. I changed my prefs to have these messages be placed in my Junk Mail folder. Mail asked me whether I wanted to apply that preference to older messages marked as junk that have yet to be put in the folder; I indicated yes. Nothing happened, and the Junk Mail folder remained empty (until I manually moved the messages to it). Any ideas?
    I have searched the forums for related issues and could only find problems that had an associated error message with it; my issue is different in that there are no error messages; Mail is simply ignoring my preferences. Thanks in advance,
    Vic

    In OS X Mail, this sent folder appears as a subdirectory
    (sub "mailbox"?) under my "Inbox" mailbox along with
    other folders that are mapped on my IMAP account.
    This means you haven't set up your account properly. You probably should set Preferences > Accounts > Advanced > IMAP Path Prefix to INBOX, or something like that.
    After putting the right string in the IMAP Path Prefix field, either the IMAP folders will appear somewhere else in Mail (i.e. not as subfolders of Inbox), or your problem will have already been fixed. Let me know what happens.
    I should probably mention (just realized) that in my
    account settings, my outgoing SMTP server is set to
    be my ISP's server (which is different from my IMAP
    provider).
    I wonder if, by selecting "save messages on server"
    I am saving these messages somewhere on my ISP?
    Mail should still save the sent messages where you've told it to. It's Mail, not the SMTP server, that stores the sent messages. The SMTP server has no bearing on this, but it was a good idea to consider that possibility, nevertheless.
    When I uncheck this option, perhaps my mail will
    be stored on my local computer instead?
    Yes, that's what would happen, but don't uncheck that option if you really want your sent messages to be stored on the IMAP server, or do it temporarily, so that Mail does at least save them somewhere until we fix the problem, but I believe I already know what the problem is.

  • Mail not saving sent messages (in the year 2015)

    I recently switched from Entourage to Mac Mail (I know, I know) on my laptop running 10.10.1, but have been increasingly annoyed with Mail's inability to save Sent mail at random times. I use Mail with only ONE e-mail account (Comcast IMAP), and yet it often takes FOREVER to send an e-mail and then there is no record of it. This is causing me all sorts of problems professionally and personally. I started looking into this only to find that it seems to be a longstanding issue with no solution. Has anyone solved this? I am contemplating going back to Entourage, which is RIDICULOUS.

    Have continued to look into this, and it looks like this affects IMAP accounts only. It sounds like you need to specify for Mail exactly WHERE it needs to save messages, even if you're only using one account, like I am. I found these directions on a site called Media Temple, and am trying them (I know some folks have said some of these options are grayed out, but I did have a Sent folder nested inside my Inbox that this process worked for). Will update here if this does not seem to solve the problem (it takes a while to test changes because this problem appears randomly).
    Q: Emails sent in Mail do not appear in my Sent Folder, why?
    A: When using IMAP, as we recommend for the Grid, Mail requires you provide a specific folder to save sent messages. Follow these simple steps to configure this:
    Click and highlight the "Sent" folder for your account.
    Click the "Mailbox" menu
    Choose "Use This Mailbox For"
    Choose "Sent"
    This will configure Mail to save new outgoing emails to the sent folder for your account. If you want your previously sent emails to appear they must be dragged from Mail's local Sent folder to the Sent folder listed under your account.

  • I am trying to update my iphone 4 icloud but I keep getting can not connect to server when I click on the terms and conditions

    I am trying to update my iphone 4 icloud but I keep getting can not connect to server when I click on the terms and conditions

    " iTunes could not contact the iPhone software update server because you are not connected to the internet.  Make sure your internet connention is active and try again."

  • I recently saved a draft email using mail, but now whenever I try to reopen it, it says loading but will not load. All my other drafts load fine except for this one. Is there a way to access the draft outside of mail?

    I recently saved a draft email using mail, but now whenever I try to reopen it, it says loading but will not load. All my other drafts load fine except for this one. Is there a way to access the draft outside of mail?

    Create a new profile as a test to check if your current profile is causing the problems. <br>
    See '''Creating a profile''':
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem <br>
    '''Profile Backup and Restore'''
    *http://kb.mozillazine.org/Profile_backup
    *https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • How can I decide the size of HANA server when using DMO of SUM ?

    Hi expert,
    I want to execute DB migration from MS SQL to SAP HANA by using DMO of SUM.
    So I have a question.
    How can I decide the size of HANA server when using DMO of SUM ?
    Now I have MS SQL in windows server.
    But in order to use HANA , I have to prepare Linux server.
    I want to know How can I decide the size of this Linux server.
    Can I expect the function of data compression in HANA ?
    Thanks in advance .
    Kazuki.

    Kazuki,
    Please take attetion:
    Your linux box already created = Application server:
    Application Server
    Based on the measurements SAP doesn't expect any changes concerning CPU, memory and network requirements for the ABAP application server. This means that the existing hardware and network infrastructure can still be used. Please check the PAM (www.service.sap.com/pam) for further details.
    SAP HANA Appliance ( porvided by your hardware partner)
    Consider SAP Note recommendation for HANA Main Memory, HANA CPU and HANA Disk Space.
    Regards,
    Edinaldo Junior

  • Why do I get a spinning wheel when using Mail

    Recently I have noticed that I get the rainbow spinning wheel when using Mail.
    I have upgraded to Mavricks
    This seems to happen when looking for an address
    Also when I attempt to move emails from inbox to another mailbox this does not happen.

    A general cure for Mail problems is Mailbox > Rebuild.  Don't know if it applies to your problem but it shoud not hurt. 
    P.S.  Have a current Time Machine or other backup before attempting any major software updates or rebuilds.

  • Why can't I see my hotmail folders when using Mail on my Mac, but I can see them when I use Mail on my iPhone, weird?

    I've set up Mail on my new Mac, but the folders I have set up in my Hotmail are not visible. Funny, coz I can see the folders when using Mail on my Iphone. Have I set the connection between Hotmail and my Mac incorrectly? It was very automated so I don't know what I did incorrectly. Can anyone out there give me a tip?
    Cheers, Paul

    I've set up Mail on my new Mac, but the folders I have set up in my Hotmail are not visible. Funny, coz I can see the folders when using Mail on my Iphone. Have I set the connection between Hotmail and my Mac incorrectly? It was very automated so I don't know what I did incorrectly. Can anyone out there give me a tip?
    Cheers, Paul

  • Thin flickering white line at the very top of screen when using mail

    using an imac 27 inch, new...
    there is a thin flickering white line at the very top of screen when using mail.
    usually when sending a mail or when the cursor moves over a link ( in apple mail )
    the flickering line is just under the very top menu bar which has the date on etc...
    anyone else had this or know how to fix it?
    cheers

    I am facing the same problem. In fact mac book pro 13 retina was in the 14 day period so I got it retuned today, after directions from the apple telephone support. However, the new machine I got in exchange has the same problem or flickering line under the menu tab.
    The only relief it seems is the fact that it's not a hardware problem probably. I also think so because if I do a full screen which essentially means there is no menu bar, then there is no flickering white line.
    Hope apple fixes this. Sad to notice this drop in apple quality, and yet not fixed.

  • Mail adapter fails when using Mail Package Format

    Hi.
    Using XI 3.0 stack level 9.
    When i set up the mail adapeter to Use mail package format (by ticking the "Use Mail Package") checkbox I get the following error :
    "error occured: [2005-09-14T09:42:46Z] unable to call the mailer; com.sap.aii.messaging.srt.BubbleException: Failed to call the endpoint  [null "null"]; nested exception caused by: com.sap.aii.messaging.util.XMLScanException: expecting end tag: Mail, but found Subject at state 1".
    The scenario is basic : file in mail out.
    File coming in has the structure :
    <ns:Mail xmlns:ns="http://sap.com/xi/XI/Mail/30">
      <ns:Subject>Sap test</ns:Subject>
      <ns:From>SAP</ns:From>
      <ns:To>[email protected]</ns:To>
      <ns:X_Mailer>Outlook</ns:X_Mailer>
      <ns:Content>Contect</ns:Content>
    </ns:Mail>
    Any help would be appreciated.

    Hi Rodney,
    try to use the following structure...
    <ns:Mail xmlns:ns="http://sap.com/xi/XI/Mail/30">
      <Subject>Sap test</Subject>
      <From>SAP</From>
      <To>[email protected]</To>
      <X_Mailer>Outlook</X_Mailer>
      <Content>Contect</Content>
    </ns:Mail>
    The namespace should only be included in the Mail tag. On our side it works fine with the mentioned structure.
    Hope it helps...
    Regards,
    Lars

  • HT2188 I can hear caller but they can not hear me except when using speaker phone

    I can hear caller but they can not hear me except when using speaker phone

    First of all,  make sure that your iPhone as the most recent iOS available. Check in "Settings>General>Software Update".
    One other problem could be your microphone. Does it work for anything else other than a call?
    Good-Luck!
    kpower28
    Please mark this as "solved my problem" or "helped me"!

  • "Could not complete scan" error when using Windows Fax and Scan

    "Could not complete scan" error when using Windows Fax and Scan with a HP OfficeJet Pro 8600 Plus All-In-One network printer.
    Printing is fine.
    When using the HP Scan application, get the error "Scanner communication cannot be established".
    When scanning from the printer itself it fails with the same message. In addition the printer panel displays the error:
    "The scan could not be completed due to one or more of the following issues:
    Connection to the computer is lost
    The scanner is in use
    OCR application is not installed"
    My PC is a HP Compaq Pro 6300 SFF 64bit, with ethernet cable to the router and ethernet cable to the printer
    Originally ran Windows 8.0; recently upgraded to Windows 8.1.
    Older separate Netgear router and modem was replaced with a newer Netgear Router/Modem, but both experienced the same problem.
    There was no problem with the original Windows 8.0 configuration and only after upgrading to 8.1 did the problem emerge.
    On my home netowrk I have an HP ProBook 6550b running Windows 7 sp1 that uses wireless to get to the Router, and it has no problem with scanning.
    I have followed the recommendations of a number of articles relating to this issue (including: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&docname=c02915410&product=4323659#N94), but there has been no change in behaviour.
    The printer has a static IP address;
    Power settings have been adjusted to Never for Turn off Hard Disk; Sleep and Hybrid Sleep.
    Scanning has been tested with all firewalls and antivirus turned off and in Selective Startup.
    The printer has been plugged directly into the power socket.
    With all these settings the Windows 8.1 cannot scan while the Windows 7 laptop with wireless to the router has no problems.
    Appreciate any insights into this problem.
    I can only surmise that the problem is a compatibility problem between the 8600 Printer and Windows 8.1.
    Any ideas?
    regards,
    Motorbike

    You can determine if there is compatiblity between the printer and PC by checking the Windows 8.1 hardware compatibility list. I have done that and it is shown to be fully compatible.  If the driver you installed before was only the basic driver,it would explain the lack of scan and copy functionality.
    Download and install the Windows 8.1 full feature driver and software on the HP Compaq Pro 6300 SFF 64bit PC . 
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=bi-108858-4&cc=us&dlc=en&lc=en​...
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Live type files look grainy and do not fill the background when used for green screen backgrounds.

    live type files look grainy and do not fill the background when used for green screen backgrounds. Ideas?

    What I want to do is somehow make my entire iMovie project smaller by compressing it somehow but without losing any footage or audio or quality. At the moment the project is a 56GB iMovie project lasting approx 1hr. I have a mixture of miniDV footage, titles created in Live Type (they are better quality than anything available in iMovie) and audio.
    The miniDV footage is automatically compressed when it transfers from my camcorder to my Mac, no worries there.
    The LiveType titles contain a motion background (imported into LT) and then text which appears and disappears at set points. The titles vary in length but are about 5 seconds each.
    The file size for the LT titles is approx 180MB per clip, the movie requires about 20 or so of these clips, making a very large file size overall.
    Is there a way that I can save something in LT so that the file size is smaller yet still keep the quality and use the clip in my iMovie ?

Maybe you are looking for

  • I have reset my ipod touch 4th generation and since yesterday, it is always trying to reset what can I do for it stop??

    I have reset my iPod touch 4th generation and since yesterday, it is always trying tto reset

  • Messagesplit of IDOC to several XML messges

    Hello Folks, I have a following issue: I want to split an INVOICE Idoc to several XML Messages with the following condition: If INVOICE belongs to country  then the  xml message should be created.. It works only if the INVOIC.xml belongs only to one

  • Undeliverable Mail using Apple mail

    I recently decided to transition from Outlook for Mac to Apple mail for obvious reasons - I don't like Microsoft.  However, 50% of the emails, I am sending are being returned to me.  These are the same people I have been emailing for years, some I am

  • Manual disk removal?

    I am trying to install XP using boot camp. At one point of the installation I am prompted to insert an XP CD to verify that I qualify for the XP Pro upgrade I am installing. I have an XP Home Edition CD to put in the slot to verify, but I cannot ejec

  • Application limit to 1G memory allocation

    My application uses a lot of memory. I break the memory allocation to small arrays of 100M each. I have Windows XP 32bit and I set the /3GB flag in the boot.ini file, the computer has 4G byte of ram memory. Never the less, Labview (ver 8.2) can't all