Can send my yahoo or gmail mail into a file

Hi Expers,
Can i Send my Yahoo or gmail mails into a file for each file.If so What is the procedure. I am unable to now the URL for these. If any one knows the URL for Sender Mail Adapter for Yahoo or Gmail. Please send me so that i can try my scenarios.
Points will be rewarded>>>
Warm Regards,
Vijay

> I have done the settings for Gmail and used the Url
> as pop://pop.gmail.com. Still the problem is there.
The full address for gmail pop server is not that.
Check this: http://mail.google.com/support/bin/answer.py?hl=en&answer=13287
Since it is pop over SSL, port 995, you need:
pops://pop.gmail.com/ (as 995 is default port for pops, no need to inform it).
as per defined in note <a href="https://service.sap.com/sap/support/notes/856599">856599</a>.
Also, make sure you enable Pop in your gmail account: http://mail.google.com/support/bin/answer.py?answer=13273
Regards,
Henrique.
PS: If you are in XI 3.0, you have to follow some steps to enable SSL in receiver side: http://help.sap.com/saphelp_nw04/helpdata/en/8d/cb71b8046e6e469bf3dd283104e65b/frameset.htm

Similar Messages

  • After installing the new Yosemite OS on my iMac I can no longer send email. I can receive email, but not send. I use gmail and can send email on the gmail (google) site, but not on "mail" on my iMac. Any others with this problem? What should we do?

    After installing the new Yosemite OS on my iMac I can no longer send email. I can receive email, but not send. I use gmail and can send email on the gmail (google) site, but not on "mail" on my iMac. Any others with this problem? What should we do?

    My gmail, which is correctly configured for Mail with gmail SMTP and Google IMAP, works for awhile on Mail, which I leave open while working on other applications. But several times a day I get msg from Google: "We recently blocked a sign-in attempt to your Google Account" . . . and requiring me to verify my account details, re-enter passwords, confirm security settings (or change them from "disable" to "enable less secure methods" and so on). In Mail I also have tried "taking all accounts online", and re-entering my gmail password inside Mail account settings. These steps successfully re-set comms between gmail and Mail ... for awhile, then it happens again. Enough occurrences over a work day that I just quit Mail and revert to accessing gmail directly. Apple Care advisor and an Apple knowledge base article say that Apple can't deal with this, as gmail is third-party app, and they refer me to gmail, and so far I've found nothing helpful there.
    From today I also have several instances of a window saying "Mail has unexpectedly closed" and asking me to Re-open it.
    I also use Yahoo mail, which stops working with Mac Mail at the same time as gmail, but I do not receive notices to re-verify from Yahoo.
    I recently upgraded from Mavericks to Yosemite. The Mail problem happened occasionally with Mavericks but is far more frequent with Yosemite.

  • TS3899 I have set up two email accounts on my iphone4, one with tiscali, my ISP, and the other on gmail. I am able to receive emails on both accounts, and can send emails from my gmail account, but am "Unable to Send Email" from my tiscali (talktalk) acco

    I have set up two email accounts on my iphone4, one with tiscali, my ISP, and the other on gmail. I am able to receive emails on both accounts, and can send emails from my gmail account, but am "Unable to Send Email" from my tiscali (talktalk) account. I get the error message "A copy has been placed in your Outbox. The sender address "name"@tiscali.co.uk was rejected by the server".

    Hi apmichael,
    If you are having issues sending email from one of your mail accounts on your iPhone, you may find the following article helpful:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Regards,
    - Brenden

  • How can I import all my gmail contacts into iPad? I use iPad mini and the solutions available on the web are not compatible.

    How can I import all my gmail contacts into iPad? I use iPad mini and the solutions available on the web are not compatible.

    Hello and thanks for the answer.
    I meant by "not compatible" that all the solutions that I found on the web did not work, especially the "Microsoft exchange" one.
    Fortunately I found on the comments of the first website you mentioned the right answer for me, which I copy below:
    Tap Settings > Mail, Contacts, Calendars > Add Account > Other > Add CardDav Account.
    Enter the following information in the fields:
    Server: google.com
    User Name: Enter your full Google email address
    Password: Your Google account password
    Select Next at the top of the screen to complete the setup.
    After you have completed the setup, open the Contacts app on your device. Syncing should begin automatically.
    Additional Information
    Note: Make sure that SSL is enabled (under Advanced settings), and that the port is 443.
    If you are using application based special password go to https://accounts.google.com/Se... and instead of your password put that special code and u r done.

  • How can send a script as a mail.

    Hi
    this is fazil.
    Please tell me any body How can send a script as a mail.
    Thanks & Regards
    Fazil
    [email protected]

    Hi Fazil,
    First convert your script to Smartform and then use this type of coding to mail it.
    Check this code.
    REPORT zptpfrm202p_pogr_pr_instr MESSAGE-ID zmm.
    TABLES *
    Database table made for getting information about PRINTPREVIEW and
    PRINT command more than one times
    TABLES: zgr_table.
    TYPE-POOLS:syscr.
    GLOBAL TYPE DECLARATION *
    DATA: zdoc_output_info TYPE ssfcrespd, "SF:Return Document Inf.
    zjob_output_info TYPE ssfcrescl, "SF:Return value at end of
    form printing
    i_control TYPE ssfctrlop ,
    i_output_options TYPE ssfcompop,
    zjob_output_opts TYPE ssfcresop. "SF:Return value at start
    of form printing
    *This internal table is used for storing Document Segment: Material
    DATA: BEGIN OF i_mseg.
    INCLUDE STRUCTURE mseg.
    DATA: END OF i_mseg.
    This internal table is used for storing Header: Material Document
    DATA: BEGIN OF i_mkpf.
    INCLUDE STRUCTURE mkpf.
    DATA: END OF i_mkpf.
    *Variables
    DATA flag(1) TYPE c.
    DATA: vfile TYPE string.
    SELECTION-SCREEN *
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-000.
    PARAMETERS:p_mblnr TYPE mkpf-mblnr OBLIGATORY MATCHCODE OBJECT zganesh,
    p_mjahr TYPE mkpf-mjahr OBLIGATORY MATCHCODE OBJECT zganesh1,
    p_zeile TYPE mseg-zeile OBLIGATORY MATCHCODE OBJECT zganesh2.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 10.
    PARAMETER:r_disp RADIOBUTTON GROUP g1 USER-COMMAND u1 DEFAULT 'X'.
    SELECTION-SCREEN:COMMENT 15(10) text-002 .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 10.
    PARAMETERS: r_down RADIOBUTTON GROUP g1.
    SELECTION-SCREEN:COMMENT 15(10) text-003.
    *PARAMETERS: v_file LIKE rlgrap-filename .
    *SELECTION-SCREEN:COMMENT 70(50) text-005.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 10.
    PARAMETERS: r_print RADIOBUTTON GROUP g1 .
    SELECTION-SCREEN:COMMENT 15(10) text-004.
    SELECTION-SCREEN END OF LINE.
    PARAMETERS: v_file LIKE rlgrap-filename MODIF ID g12.
    SELECTION-SCREEN END OF BLOCK b2.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR v_file.
    DATA : wlv_field_name LIKE dynpread-fieldname,
    wlv_file_name LIKE ibipparms-path.
    wlv_field_name = v_file.
    CALL FUNCTION 'F4_FILENAME'
    EXPORTING
    field_name = wlv_field_name
    IMPORTING
    file_name = wlv_file_name.
    IF sy-subrc EQ 0.
    vfile = wlv_file_name.
    v_file = wlv_file_name.
    ENDIF.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF screen-name = 'V_FILE'.
    IF r_disp EQ 'X' OR r_print EQ 'X'.
    screen-input = 0.
    ELSE.
    screen-input = '1'.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    START-OF-SELECTION EVENT *
    START-OF-SELECTION.
    CALLING CONVERSION FUNCTION MODULE 'CONVERSION_EXIT_ALPHA_INPUT' *
    *Conversion function module for appending 00 befor MBLNR FIELD
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
    input = p_mblnr
    IMPORTING
    output = p_mblnr.
    Call subroutine for fetching data from database
    PERFORM get_data.
    END-OF-SELECTION EVENT *
    END-OF-SELECTION.
    Call subroutine for calling and processing smartform
    PERFORM call_smartform.
    *& Form get_data
    Subroutine for fetching data from database
    FORM get_data .
    Fetching data from MKPF table with using parameters MBLNR and MJAHR
    SELECT SINGLE * FROM mkpf
    INTO i_mkpf
    WHERE mblnr = p_mblnr
    AND mjahr = p_mjahr.
    IF sy-subrc EQ 0.
    Fetching data from MSEG with using parameters MBLNR,ZEILE and MJAHR
    SELECT SINGLE * FROM mseg
    INTO i_mseg
    WHERE mblnr = i_mkpf-mblnr
    AND mjahr = i_mkpf-mjahr
    AND zeile = p_zeile.
    IF sy-subrc NE 0.
    CLEAR i_mseg.
    ENDIF.
    ELSE.
    MESSAGE i000.
    EXIT.
    ENDIF.
    ENDFORM. " get_data
    *& Form call_smartform
    Subroutine for calling smartform
    FORM call_smartform .
    Local template used in the processing output of smartform
    TYPES: BEGIN OF lt_ztable,
    mandt TYPE sy-mandt,
    mblnr TYPE mseg-mblnr,
    flag(1) TYPE c,
    END OF lt_ztable.
    CONSTANTS: c_x(1) TYPE c VALUE 'X'.
    Workarea
    DATA: lw_ztable TYPE lt_ztable.
    *Variable used in the smartform
    DATA: lv_form(30) TYPE c,
    lv_fm_name(30) TYPE c.
    lv_form = 'ZPTPFRM202L_POGR'.
    *Calling function module SSF_FUNCTION_MODULE_NAME which gives new name
    *to the function module that will generated by smartform.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = lv_form
    IMPORTING
    fm_name = lv_fm_name
    EXCEPTIONS
    no_form = 1
    no_function_module = 2
    OTHERS = 3.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    *Calling function module that will be generated by smartform
    IF r_disp = c_x.
    i_output_options-tdimmed = space.
    i_output_options-tdnewid = c_x.
    i_output_options-tddest = 'LOCL'.
    i_control-no_dialog = 'X'.
    i_control-preview = 'X'.
    ELSEIF r_print = c_x.
    i_output_options-tdimmed = c_x.
    i_output_options-tddest = 'LOCL'.
    i_control-no_dialog = c_x.
    ELSE.
    i_output_options-tdimmed = space.
    i_output_options-tdnewid = c_x.
    i_output_options-tddest = 'LOCL'.
    i_control-getotf = 'X'.
    i_control-preview = space.
    i_control-no_dialog = c_x.
    flag = c_x.
    ENDIF.
    CALL FUNCTION lv_fm_name
    EXPORTING
    control_parameters = i_control
    output_options = i_output_options
    user_settings = space
    zmkpf = i_mkpf
    zmseg = i_mseg
    IMPORTING
    document_output_info = zdoc_output_info
    job_output_info = zjob_output_info
    job_output_options = zjob_output_opts
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4
    OTHERS = 5.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    Modify the database table if it found the print command
    IF zjob_output_opts-tdpreview NE c_x.
    lw_ztable-mandt = sy-mandt.
    lw_ztable-mblnr = p_mblnr.
    lw_ztable-flag = c_x.
    MODIFY zgr_table FROM lw_ztable.
    CLEAR lw_ztable.
    ENDIF.
    IF flag EQ c_x.
    DATA: li_lines LIKE tline OCCURS 100 WITH HEADER LINE.
    DATA: lv_file TYPE string,
    lbin_fsiz TYPE i.
    lv_file = v_file.
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
    format = 'PDF'
    IMPORTING
    bin_filesize = lbin_fsiz
    TABLES
    otf = zjob_output_info-otfdata
    lines = li_lines
    EXCEPTIONS
    err_max_linewidth = 1
    err_format = 2
    err_conv_not_possible = 3
    err_bad_otf = 4
    OTHERS = 5.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    bin_filesize = lbin_fsiz
    filename = lv_file
    filetype = 'BIN'
    TABLES
    data_tab = li_lines
    EXCEPTIONS
    file_write_error = 1
    no_batch = 2
    gui_refuse_filetransfer = 3
    invalid_type = 4
    no_authority = 5
    unknown_error = 6
    header_not_allowed = 7
    separator_not_allowed = 8
    filesize_not_allowed = 9
    header_too_long = 10
    dp_error_create = 11
    dp_error_send = 12
    dp_error_write = 13
    unknown_dp_error = 14
    access_denied = 15
    dp_out_of_memory = 16
    disk_full = 17
    dp_timeout = 18
    file_not_found = 19
    dataprovider_exception = 20
    control_flush_error = 21
    OTHERS = 22.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    ENDIF.
    ENDFORM. " call_smartform
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • I have accidentally deleted the trash bin in my mailbox and can no longer move any deleted mail into the trash.  I thought I was removing all the emails from the trash but somehow managed to delete the bin instead.  Does anyone know who to reinstate it?

    I have accidentally deleted the trash bin in my mailbox and can no longer move any deleted mail into the trash.  I thought I was removing all the emails from the trash bin but somehow managed to delete the bin instead.  Does anyone know who to reinstate the bin?

    You are running 10.6.8? If yes, I assume you have your install disks? As the trash bin is part of Mail app and that is an integral part of the OS, the only way I know to get it back is to reinstall the OS. You won't lose any files, just reinstall the OS over the top of the current system.

  • TS3276 I have my email set up, I can send, but I cannot receive mail.  What could be wrong ?

    I have my email set up, I can send, but I cannot receive mail.  What could be wrong ?

    SMTP is the protocol used to send mail, where IMAP and POP are the protocols used to receive mail.  ISPs can have different servers for these protocols. 
    In this case, the specified receiving (IMAP or POP) server, or the receiving user and password credentials, are likely incorrect.
    What does the Connection Doctor diagnostic tool report?
    Mail.app's Window menu > Connection Doctor
    To check or change the settings, select Mail.app's Mail menu > Preferences... > Accounts and select the account you need to edit in the left column.
    The receiving information will be displayed for the selected Account, with either POP or IMAP shown.  Confirm with the ISP that your POP or IMAP mail settings are correct per the ISP's recommendations, as well.   And in general, IMAP is preferable to POP, if you have the option of using either of those with your ISP.

  • I cannot send email from my iPhone 4 but can send by yahoo app

    hi, this was the problem i encountered since i update my latest ios 7.1.2. but i can send o reply by using safari and yahoo apps. plz guide me to clear and can send emails o reply. thanks.

    Hey kesavan kesa,
    Try the steps for troubleshooting this issue, which can be found in the following article:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • I can send, but cannot receive E-Mail, suddenly.

    I am a new convert to the entire world of Apple, aside from a longtime Safari proponent and user. A month and a half ago, I purchased a MacBook Pro 15" (you all know the specs, I went with 512 g flash drive upgrade) and am extremely happy with it. I have Windows 7 x64 installed on a 200g partition, solely so I can continue to use a few SONY apps that I need for video and audio editing for my business. These apps are NOT available for Apple machines and are essential to my photo restoration and video transfer and editing business. Ok, that's the environment.
    Yesterday, as I normally do, I woke up, coffee, check on all of my animals, Mac starts with scheduled start-up at 7:20am as per usual while I am busy with my 'wake up' duties. After the wife was off to work and I was ready to check E-Mails and check for any correspondence from clients, I open 'mail,' (I have it set to start at scheduled start-up) and notice there is no E-Mail in my two pop accounts. I have a Gmail account and the iCloud account. 'This is odd.' I invoke 'receive' a couple times. Nothing. I turn on my phone (Blackberry) and it starts making noise as it normally does when E-Mail comes in. This is weird. I reboot my lovely Mac. No joy. No E-Mail. So I start troubleshooting. I figure out that I can send from all four accounts but cannot receive on any of them.
    I reboot to the Windows partition. I open Live Mail. It fills up on my two pop accounts. Even more weirder. I have the Gmail account on this partition also, but it rarely receives E-Mail so it can wait. No iCloud on the Windows side. We all understand that.
    On the Apple side, I removed all accounts from mail and re-established them with no resulting solution being apparent.
    I have made no changes at my account on the server (webhero.com) so I am baffled. I looked for solutions here, but have found nothing, which is why this is being written.
    Because I have seen no solutions, I consider that something unique has occurred to my computer that is not a new issue with many other Mac users.
    My system is updated to all recent standards so there isn't much more to post
    Any ideas, anyone?
    Thanks for looking,
    Kelly J.

    Personally I will never leave Windows behind. Mac just doesn't cut it for me. For one it is to much of a closed system and the door is closing even more as I type this. MS isn't that much better with the release of Win 8 (which I will not be using at all except for Tech supporting others).
    Apple does not like to give the user options and if they do you have to know the command line to implement them, in some cases. In others there simply is no user choice, like sounds for events.
    With the advent of the newer Mac's with Non upgradeability, IE the retina models and the newest iMacs, this is certainly not the systems for me.
    The OS? Well IMHO OS X isn't any better then Windows and in most case I like Windows better. IMHO Windows is an easier system to use. Not sure about Win 8.
    Been running Windows for 20+ years and I can count on one hand the number of BSODs I've had. But then I run Clean system and the desktops I built myself. Notebooks are mostly Dell Business line models and my one MBP.
    BSODs happen from bad hardware or drivers for that hardware. OS X is slightly better but Apple is not immune from writing or using bad drivers and the hardware is no better built then most any Windows PC. It just comes in a different case.
    Apple Lived on the "It Just works" saying for a long time. That is not the case today, as you may see from all the posts in all the Apple hardware forums.
    I'm Fixento get back to work, Y'all. Ga day.

  • How can i save the output  of  report into  a file,.

    Hi friends,
                 i was create a executable program .. it was executing fine.. imagine.. my program is just fetching the data from  LFA1  table based on some conditions.. every thing is fine.. and i'm getting the output also..
    but i want to save this output in a separate file.. that means.. what can i do.. my program is executing background... so, i want to save this out put in a file... so, can any one plz provide me the coding steps...
    for example here i'm giving the  my program code.. so, now where can i add the new coding.. and what can  i add ...
    data:begin of  table itab occurs 0,
            lifnr  type  lifnr,
            name1 type  name1,
            end of itab.
    select lifnr  name1  from lfa1  into table  itab .
    loop at itab.
    write:/  itab-lifnr , itab-name1,
    endloop.
    i dont know coding.. I'm learning ABAP... so, can you plz provide the exact coding..for storing these data into separate file from spool..
    help ful answers will be rewarded
    Thanks
    Babu

    Hi  Santhosh,  and  Atish,
         Thanks  for ur responces... i was mention already in my question itself.. that my program is executing  in background.. so,  every day at  6 am it will execute.. but i want to see the result...
    for that what can i do..
    regards
    Babu

  • Can i record the acquisted data down into a file ?

    Hi everyone, currently my pda can display 2 channels of data using * Cont Acq&Graph Multiple Voltages-Int Clk.vi *.
    How do i record down the data i'm displaying n place it in a file ?
    Regards,
    Lance

    Hi Stephanie, i cant find *****Help » Find Examples... and then browsing to Hardware Input and Output » DAQmx » Analog Measurements » Voltage.
    i only have help>find examplers>hardware input and output only, i have attached a print screen of my labview. in the meanwhile, i will try to use File I/O palette (Programming » File I/O) as adviced.
    I need a Cont Acq&Graph Multiple Voltages-Int Clk.vi that can display 2 channels of data and can save the 2 channels of data into an array and at the end write it to a file.
    Thanks!
    Regards,
    Chengwee
    Attachments:
    m3mories.JPG ‏128 KB

  • Can i download whole WD Abap scenario into XML File ?

    Hi,
    Experts,
    I want to download the WD( Web Dynpro ) Abap scenario into Xml file from one SAP server. by upload this xml file into another server(uploaded server) to create the WD abap scenario as it is in downloaded server. As like we download the report into xml using                              '  cl_gui_frontend_services ' class.
    through Transporting the request into that upload server i can do that but the thing is there is not communication between these systems. for that i am searching in this way.
    Thank you,
    Shabeer ahmed

    Hi Shabeer,
    This feature is not currently in the standard system. However there is a beta version of a plugin for exporting and importing Web Dynpro ABAP components.You would have to use the SAPLink program (ZSAPLINK) to export and import objects. Please go through this link to download the necessary stuff.
    [http://code.google.com/p/saplink/|http://code.google.com/p/saplink/]
    For any problems while uploading these nuggets into SAP you can post your queries [here|www.saplink.org].  Also refer to Thomas Jung's comments in [here|How to install the SAPlink plugins;.
    Regards,
    Uday

  • How can I Import photos directly from Mail into iPhoto?

    Prior to updating to Lion, when viewing photo attachments within Apple Mail, I could do a quick preview of attached photo(s) within the email and click an iPhoto icon that would import the photos into iPhoto. Something has changed now when selecting "Quick Look" I do not get an option to send the photo to iPhoto. Am I missing somthing or is this feature no longer available with Lion/Mail?

    Not sure if this helps or not. I recently installed Lion for my mother, and she couldn't figure out how to export photos in an email to iPhoto. Turns out she had to click on Details in the upper right corner of the email message. Then the Save and Quick Look buttons returned. If you click and hold on Save (possibly on the triangle on the right side of the button) there is an option to save to iPhoto.
    I haven't upgraded to Lion myself yet so I can't answer your specific question regarding saving to iPhoto from the Quick Look preview.

  • Can send but not receive in Mail

    I can't send out email in Mail, despite having the right settings. (I have gone over this with support.) I have used Mail for years, and this has only been a problem since upgrading to Leopard. Saw Pascal's answer to zfalstaf on Jan 7 and tried all his suggestions but nothing helps. Erased my account and reinstalled it. No good. The same settings work in Thunderbird.
    Error message: Cannot send message using (Mailbox name) Out
    +OK X1 NT-POP3 Server (URL Name Here).com (IMail 9.10 750087-2)
    Connection doctor sometimes connects to POP Mail server In, sometimes doesn't. Always gives red light on SMTP server.
    Help!
    Message was edited by: steviesaf

    Thanks for the quick reply, Pascal!
    I posted the error message above, if that helps. Maybe it just confuses the matter more...
    I have just the one email account. I only use my Mac at home.
    Your reply in the post to zfalstaf:
    http://discussions.apple.com/thread.jspa?threadID=1329221&tstart=105
    1) quit mail, launch again
    2) shut down mac, the launch again
    3) go to mail>preferences>accounts and in the account information pane, click on the smtp drop down menu and select the smtp info for that account, then in both account information and advanced delete the info and enter again and save
    4) go to same location as 3) above, and try different ports, such as 587, 465... does switching ssl do anything?
    5) go to your keychain access app and look for the password used for that account, is everything all right? maybe delete and save another one, or maybe there are more than one thereby confusing mail.app
    6) repair permissions in applications>utilities>disk utility
    7) delete that account, go to keychain and delete that password, then create from scratch
    (Me again: I have done these, and they have not helped. Hope you have some other thoughts. Thanks!)

  • Can't import MBP (intel) Mac-mail, into G5 (PPC) Mac-mail

    I recently sold my MBP (intel), and have the cloned HD on a FW drive. Unfortunately, I did not export my mail as an archive, from the MBP before I made the clone.
    I have a G5 Powermac dual 2.0, that I do not use for mail, and wanted to use my MBP mail in the G5's Mail app.
    I tried copying the user/library/mail folder from the MBP's same folder into the G5. This has always worked for me in the past.
    When I launch mail, I see all my messages from the MBP in my G5 inbox, but after a few seconds, a status bar appears in the lower left activity section of the main viewer, and then the messages disappear. To where, I have no idea. I have re-tried this method many times, clicking on the stop icon in that status bar, but I can't stop it in time before it disappears all the messages. (Where are they, Gitmo?)
    I have taken all accounts offline, and disconnected the internet, and that also doesn't help.
    I have tried just importing the inbox from the MBP FW clone, and i get a pop-up message in the import window that says,
    "Error
    +No valid Mail for OS X files were found"+
    Is there an incompatibility between the intel and ppc's Mail architecture, that is responsible for this?
    Why do I see my messages for a few seconds before they vanish without a trace?
    Is there any workaround for me that I can try?
    Obviously I can't reboot my PPC with the Guid partitioned MBP clone...
    Can I clone the MBP's GUID format HD clone to a G5 partition in the Apple Partition Map format and make it bootable? Seems like a lot of effort, but I am getting desperate.
    I'm tearing my hair out...
    BTW, I am getting a new MBP, but as it's a special order, it is going to take a week.
    I need to access those messages now! Can anyone help?

    Well after a day of hair tearing I have finally figured it out.
    I found a program called, emix to mbox converter, and I used that to convert all the mail files into an mbox file.
    Then I was able to import that, and drag the emails into my .mac inbox.
    It's taking a while to transfer them from the import folder to the inbox, but it is working... pheeew!

Maybe you are looking for

  • Pdf buttons not working when pdf loads in browser

    hi I have a pdf with buttons which work fine. Once pdf is put on our website and you click on it, it opens in firefox ok but none of the buttons work. Safari, chrome - work

  • Can't reinstall canon pixma ip4200 printer on xp sp3 32-bit computer

    Lost capability to print with my IP4200 printer XP SP3 32-Bit computer... Tried another forum with question: 1. Can't print... 2. Went to Printers and Faxes but no printer (IP4200 only printer) shown. 3, Tried to ADD Local Printer but Wizard stopped

  • How to create a text field (multi-line) that starts on one pages but finishes on another?

    Hi, I would like to create a multiline text field that the field starts on one pages but finishes on another? Here is an example of what I want. The text starts in the top of the box (1st box) and would continue in the bottom box (2nd box). I have Ad

  • Javacontrol.html Does Not Exist

    I understand from instructions that there is supposed to be a java control panel that one can access in one's Firefox browser.  However, I cannot find it anywhere on Fedora 20 Linux system.  It is supposed to come from a file entitled javacontrol.htm

  • Transformation inactive after system copy in SCM system

    Hi Team, I am posting this in BW keeping in mind that i am receiving issues in RSA1 transaction in my SCM system after the recent system copy. We did the system copy of SCM system and DTP conversion was also done using program RSBKDTP_BDLS. No errors