1.1.3 update killed my email

I had three email accounts working great with 1.1.2 and now they stopped working. I get an error saying "Cannot Get Mail The POP server "xxx.xxxx.com" doesn't support xxx authentication. Please check your account settings and try again." I tried all 4 of the Authentication types and nothing works. Before when I had set them up I never had anything selected and it was blank and it worked. I tried to restore and it did not help. Also tried to delete and create it and that has not got it working either. I might revert back to 1.1.2 if I can't get it to work!!

My Mail keeps on restarting when I have all three of my IMAP accounts active. When I turn off one of them, then it's fine. All of my three IMAP accounts worked fine before 1.1.3.

Similar Messages

  • I recently updated my primary email address associated with my Apple ID account. When I go to App store on my iPad it still tries to login to the App store using the old email address I had associated with the account, and naturally my password doesn

    I recently updated my primary email address associated with my Apple ID account.
    Now when I go to App store on my iPad it still tries to login to the App store using the old email address I had associated with the account, and naturally my password doesn't work. I can't figure out how to tell my iPad to login using the updated email address.
    So in effect I'm locked out of the app store and I currently have 26 updates waiting.
    I've tried disconnecting and reconnecting my IPad to iCloud with no luck.. However I cloud happens to show the correct/updated email address.
    Does anyone know how to resolve this?
    Thanks

    Did you change the email for the Apple ID or did you create a new Apple ID? A new Apple ID cannot be used with content that was bought using a different Apple ID.
    Changing the email address you use for your Apple ID -
    http://support.apple.com/kb/HT5621

  • How do I change icloud email when my apple ID has been updated to new email? Because of the update on apple ID, when I try to delete icloud account I have to put in the password, and it says username or password is invalid (because no longer apple ID).

    How do I change icloud email when my apple ID has been updated to new email? When I try to delete icloud account (in settings-icloud-delete account) I have to put in the password for the apple ID of my old email address, which is no longer my apple ID, and it says username or password is invalid (I'm guessing because that is no longer my apple ID).

    You will wait for the rest of your life. You need to fix it; no one else will. To turn off "Find my iPhone" and its associated Activation Lock you need the Apple ID and password that were used to turn it on. If you know the Apple ID you can contact Apple Account Security and have them reset the password (after you prove you are the rightful owner of that Apple ID). see: http://support.apple.com/kb/HT5699.
    If you don't know the Apple ID the phone is permanently unusable.

  • Update or Insert Email Using BAPI_ADDRESSORG_CHANGE

    Hello Experts,
    I am facing an issue while Updating an Email in XD02 Transaction  using BAPI_ADDRESSORG_GETDETAIL and BAPI_ADDRESSORG_CHANGE. I am able to update only the email not the notes.Can Some tell me where i had went wrong and If you can please expalin me the 3   bapiadsmtp,bapicomrem,bapiadsmtx tables used for this.
    My input is LIFNR and Remark(Notes).
    READ TABLE t_bapicomrem INTO f_bapicomrem
                    WITH KEY comm_notes = gf_file-remarks.
            READ TABLE t_bapiadsmtp INTO f_bapiadsmtp
                       WITH KEY  consnumber = f_bapicomrem-consnumber.
            IF f_bapicomrem-comm_notes EQ  gf_file-remarks.
              f_bapiadsmtp-e_mail = gf_file-smtp_addr.
              MODIFY TABLE t_bapiadsmtp FROM f_bapiadsmtp.
              f_bapiadsmtx-e_mail     = 'X'.
              f_bapiadsmtx-updateflag = 'U'.
              APPEND f_bapiadsmtx TO t_bapiadsmtx.
            ELSE.
              f_bapiadsmtp-e_mail      = gf_file-smtp_addr.
              f_bapicomrem-comm_notes  =  gf_file-remarks.
              f_bapicomrex-comm_notes  = gf_file-remarks.
              f_bapiadsmtx-e_mail     = 'X'.
              f_bapiadsmtx-updateflag = 'I'.
              f_bapicomrex-LANGU      = 'EN'.
              f_bapicomrex-LANGU_ISO  = 'EN'.
              f_bapicomrex-updateflag = 'I'.
              APPEND f_bapiadsmtp TO t_bapiadsmtp.
              APPEND f_bapicomrem TO t_bapicomrem.
              APPEND f_bapiadsmtx TO t_bapiadsmtx.
            ENDIF.
            clear : f_bapicomrem,
                    f_bapicomrem,
                    f_bapiadsmtx.
          ENDLOOP.
      CALL FUNCTION 'BAPI_ADDRESSORG_CHANGE'
            EXPORTING
              obj_type       = 'LFA1'
              obj_id         = lv_objid
              save_address   = 'X'
            IMPORTING
              address_number = lv_adrnr
            TABLES
              bapiadsmtp     = t_bapiadsmtp
              bapicomrem     = t_bapicomrem
              bapiadsmt_x    = t_bapiadsmtx
              bapicomre_x    = t_bapicomrex
              return         = t_ret.
    Thanks ,
    Vijay

    Hi Vijay,
       Make few changes in the code you have given,
    The code piece given by you..
    f_bapiadsmtp-e_mail      = gf_file-smtp_addr.
              f_bapicomrem-comm_notes  =  gf_file-remarks.
              f_bapicomrex-comm_notes  = gf_file-remarks.
              f_bapiadsmtx-e_mail     = 'X'.
              f_bapiadsmtx-updateflag = 'I'.
              f_bapicomrex-LANGU      = 'EN'.
              f_bapicomrex-LANGU_ISO  = 'EN'.
              f_bapicomrex-updateflag = 'I'.
    Try this instead of this piece
    f_bapiadsmtp-e_mail      = gf_file-smtp_addr.
              f_bapicomrem-comm_notes  =  gf_file-remarks.
              f_bapicomrex-comm_notes  = 'X'.
              f_bapiadsmtx-e_mail     = 'X'.
              f_bapiadsmtx-updateflag = 'I'.
            * f_bapicomrex-LANGU      = 'EN'. " This should be either X or ' ' set this only if you change the language.
            * f_bapicomrex-LANGU_ISO  = 'EN'. " This should be either X or ' ' set this only if you change the language.
              f_bapicomrex-updateflag = 'I'.
    Hope this helps.
    Regards,
    Praveenkumar T.

  • Is there anyway to kill the email app. without rebooting the phone?

    I get emails, but I can't do anything on the screen.  It is totally unresponsive to touch. In addition, my sleep button is broken, so I can't reboot the phone.  (ordered new one, but not getting it for weeks).  Is there anyway to kill the email application without rebooting the phone?

    Thanks, I figured as much. Will I be able to save all my apps and content by importing them to my computer and then uploading them back to my iPad after I upgrade the iOS? If so, do you happen to know if a gen 1 iPad running an iOS 4.2.1 is able to upgrade to an iOS 5? I did read online that the iOS 6 is NOT compatible with it so I want to be sure the iOS 5 is before I go through the trouble...

  • Latest Acrobat X Update Killed Com1

    The latest Acrobat X update killed my Com1 port. Yes, I still use Com1 to communicate with my ham radio. So if any Adobe guy is reading the discussions in this form, please fix this bug. BTW, why do I have to call tech support, why can't I send you guys an e-mail.
    . . . JohnB

    To correct the port problem of Adobe PDF Printer after the application of A10.0.1 patch kindly follow the below steps (they require Admin privileges):
    1.      Go to Devices and Printers.
    2.      Right Click on the Adobe PDF printer and click on Remove Device (Win 7). This will delete the Adobe PDF printer.
    3.      Go to Programs and Features (Win 7)
    4.      Select Adobe Acrobat X Pro or Standard and click on Change
    5.      Select Repair and follow instructions to complete repair
    6.      After the repair is done you will have correct settings of Adobe PDF printer and also Adobe Acrobat version 10.0.1.

  • MacOS X 10.4.9 Update Killed My Mac!

    Today I tried to install the 10.4.9 update.
    Something went wrong when installing the update and I got an error message saying that the installation was unsuccessful.
    After restart my mac got stuck on the grey screen with the Apple logo and a wheel spinning forever.
    Fortunately I fixed the issue: http://net3x.blogspot.com/2007/03/macos-x-1049-update-killed-my-mac.html

    Most likely, you could have avoided this problem if
    you had followed Apple’s instructions for properly
    installing software updates:
    Troubleshooting installation and software
    updates
    Note that Apple doesn’t mention anywhere the need to
    repair permissions either before or after installing
    a system update, not even for troubleshooting system
    update issues. It’s the disk itself (i.e. the
    filesystem) that should be verified/repaired
    before installing anything. Note also that no
    applications should be running while installing the
    update and that you may experience unexpected results
    if you have third-party system software modifications
    (not normal applications) installed.
    I have to call complete and utter BS on this. I have been a mac user for more than 3 years. I have updated the day of almost every major update since 10.3.1 and 10.4.9 is by far the most problem prone thing I have ever seen apple put out. I have never once had a single issue where my mac would not boot after the install of an update. Now I have updated both my MacBook and Intel Mac Mini and both were dead in the water after the install. A different software suite is on both systems, and there is no "intrusive" 3rd party software that should cause any trouble. Thanks to the instructions above I was able to get back on-line and running 10.4.9, but something really needs to be done about these issues.

  • BAPI or FM to update IBAN and email of a customer

    Hi,
         I am creating a RFC function module where I need to update the IBAN (International Bank Account Number) of a customer in XD02 or table KNBK.
    In the FM I am importing customer number, IBAN and email . The value of IBAN which I am giving as input must get updated against that customer(importing) in table KNBK or XD02.
    But my problem is I am not getting any FM that will update the IBAN against that particular customer in XD02.
    I have used few FM like  CONVERT_IBAN_2_BANK_ACCOUNT, CONVERT_BANK_ACCOUNT_2_IBAN, BAPI_IBAN_CHANGE and many more but none is updating the value with the new input value.
    Same problem is with email address when I am trying to update. No FM I have found to update email.
    So plz can u help me as how to update IBAN and EMAIL.
    Thanks
    PP

    First convert IBAN to account with CONVERT_IBAN_2_BANK_ACCOUNT
    Then update vendor with class VMD_EI_API method MAINTAIN_BAPI (*) or BDC.
    Regards,
    Raymond
    (*) Account and IBAN are in VENDORS ->CENTRAL_DATA -> BANKDETAILS -> DATA[X] parameter of the method.

  • UPDATE SAP USER EMAIL

    Hi,
    I'm trying to update sap user email by using BAPI_USER_CHANGE BAPI. This is the code:
          CLEAR it_return.
          v_address-e_mail = ls_salida-smtp_addr.
          v_addressx-e_mail = 'X'.
          CALL FUNCTION 'BAPI_USER_CHANGE'
            EXPORTING
              username = lv_bname
              address  = v_address
              addressx = v_addressx
            TABLES
              return   = it_return.
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    When the execution finish everything seems OK but when I check in SAP user master data, email address is not updated.
    Can you tell me how can i do to make it works? or there is another way to update sap user email address?
    Thanks
    Andres

    example
      DATA: lv_addcomx    TYPE bapiadcomx,
            lt_bapiadsmtp TYPE TABLE OF bapiadsmtp,
            ls_bapiadsmtp LIKE LINE OF lt_bapiadsmtp,
        MOVE: 'X'               TO lv_addcomx-adsmtp,        "Update Flag
              ls_list-smtp_addr TO ls_bapiadsmtp-e_mail,
              ls_list-smtp_addr TO ls_bapiadsmtp-email_srch,
              001               TO ls_bapiadsmtp-consnumber.
        APPEND ls_bapiadsmtp TO lt_bapiadsmtp.
        CALL FUNCTION 'BAPI_USER_CHANGE'
          EXPORTING
            username = lv_name
            addcomx  = lv_addcomx
          TABLES
            return   = lt_return
            addsmtp  = lt_bapiadsmtp.
    You can change.. and check the su01

  • Kernel updates kill my luks encrypted system

    All right, this is weird. I have a 64bit system with encrypted root, home and  swap partitions. To setup I followed the wiki here:
    https://wiki.archlinux.org/index.php/LUKS
    My swap is encrypted like described here:
    https://wiki.archlinux.org/index.php/LU … sk_support
    Since the updates to kernel 3.1 each new kernel update kills my system. Pacman says while upgrading
    [2011-11-08 08:21] >>> Updating module dependencies. Please wait ...
    [2011-11-08 08:21] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-11-08 08:21] ==> Building image from preset: 'default'
    [2011-11-08 08:21] -> -k /boot/vmlinuz-linux_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img_64
    [2011-11-08 08:21] ==> Starting build: 3.1.0-3-ARCH
    [2011-11-08 08:21] -> Parsing hook: [base]
    [2011-11-08 08:21] -> Parsing hook: [udev]
    [2011-11-08 08:21] -> Parsing hook: [autodetect]
    [2011-11-08 08:21] -> Parsing hook: [pata]
    [2011-11-08 08:21] -> Parsing hook: [scsi]
    [2011-11-08 08:21] -> Parsing hook: [sata]
    [2011-11-08 08:21] -> Parsing hook: [usbinput]
    [2011-11-08 08:21] -> Parsing hook: [keymap]
    [2011-11-08 08:21] -> Parsing hook: [usb]
    [2011-11-08 08:21] -> Parsing hook: [encrypt]
    [2011-11-08 08:21] -> Parsing hook: [openswap]
    [2011-11-08 08:21] -> Parsing hook: [resume]
    [2011-11-08 08:21] -> Parsing hook: [filesystems]
    [2011-11-08 08:21] ==> Creating gzip initcpio image: /boot/initramfs-linux.img_64
    [2011-11-08 08:21] ==> Image generation successful
    [2011-11-08 08:21] ==> Building image from preset: 'fallback'
    [2011-11-08 08:21] -> -k /boot/vmlinuz-linux_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img_64 -S autodetect
    [2011-11-08 08:21] ==> Starting build: 3.1.0-3-ARCH
    [2011-11-08 08:21] -> Parsing hook: [base]
    [2011-11-08 08:21] -> Parsing hook: [udev]
    [2011-11-08 08:21] -> Parsing hook: [pata]
    [2011-11-08 08:21] -> Parsing hook: [scsi]
    [2011-11-08 08:21] -> Parsing hook: [sata]
    [2011-11-08 08:21] -> Parsing hook: [usbinput]
    [2011-11-08 08:21] -> Parsing hook: [keymap]
    [2011-11-08 08:21] -> Parsing hook: [usb]
    [2011-11-08 08:21] -> Parsing hook: [encrypt]
    [2011-11-08 08:21] -> Parsing hook: [openswap]
    [2011-11-08 08:21] -> Parsing hook: [resume]
    [2011-11-08 08:21] -> Parsing hook: [filesystems]
    [2011-11-08 08:21] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img_64
    [2011-11-08 08:21] ==> Image generation successful
    So the generation of the initramfs seems to be ok.
    But when I reboot this box, I get:
    running hook [openswap]
    device /dev/sda4 doesn't exist or access denied
    running hook [resume]
    waiting 10 seconds for device /dev/mapper/swapDevice
    waiting 10 seconds for device /dev/mapper/root
    root device /dev/mapper/root doesn't exist. Attempting to create it.
    ERROR: unable to determine major/minor number of root device /dev/mapper/root
    /dev/sda4 is my swap partition. Then I get dropped to a recovery shell which I can't use because my (usb) keyboard is not working.
    Now the funny part. I start the box from a install cd and chroot into the existing installation. I do a
    mkinitcpio -p linux
    The initramfs is regenerated and it works again! What the hell is pacman doing other than regenerate the initramfs with my presets?
    Harvey
    Last edited by Harey (2011-11-12 16:10:48)

    New kernel 3.1.1 did it again. My system hangs in initramfs after the reboot. Same as before: a simple rebuild without any changes fixed the boot process. This time I was able to backup the 'bad' initramfs before chrooting in and rebuilding.
    it is very funny to see the content of the 'bad' initramfs image - it is nearly empty!
    ==> Image: /boot/initramfs-linux.img_64.bak
    ==> Kernel: unknown
    ==> Compressed with: gzip
    -> Compression ratio: .452
    -> Estimated decompression time: 0.036s
    ==> Included binaries:
    /sbin/dmsetup
    /sbin/cryptsetup
    /sbin/udevadm
    /sbin/blkid
    /sbin/modprobe
    /bin/busybox
    ==> Hook run order:
    udev
    keymap
    encrypt
    openswap
    resume
    The rebuilt image looks like this:
    ==> Image: /boot/initramfs-linux.img_64
    ==> Kernel: 3.1.1-1-ARCH
    ==> Compressed with: gzip
    -> Compression ratio: .593
    -> Estimated decompression time: 0.047s
    ==> Included modules:
    aes_generic fcrypt hid-roccat-kone rmd160
    aesni-intel ff-memless hid-roccat-koneplus rmd256
    aes-x86_64 gcm hid-roccat-kovaplus rmd320
    af_alg gf128mul hid-roccat-pyra salsa20_generic
    ahci ghash-clmulni-intel hid-samsung salsa20-x86_64
    algif_hash ghash-generic hid-sjoy scsi_mod
    algif_skcipher hid hid-sony sd_mod
    ansi_cprng hid-a4tech hid-speedlink seed
    anubis hid-apple hid-sunplus seqiv
    arc4 hid-axff hid-tmff serpent
    async_memcpy hid-belkin hid-topseed sha1_generic
    async_pq hid-cherry hid-twinhan sha256_generic
    async_raid6_recov hid-chicony hid-uclogic sha512_generic
    async_tx hid-cypress hid-wacom snd
    async_xor hid-dr hid-waltop snd-rawmidi
    ata_piix hid-elecom hid-wiimote snd-seq-device
    authenc hid-emsff hid-zpff soundcore
    authencesn hid-ezkey hid-zydacron sr_mod
    blowfish hid-gaff hifn_795x syscopyarea
    camellia hid-gyration hmac sysfillrect
    cast5 hid-holtekff jbd2 sysimgblt
    cast6 hid-kensington khazad tcrypt
    cbc hid-keytouch lcd tea
    ccm hid-kye libahci tgr192
    cdrom hid-lcpower libata twofish_common
    crc16 hid-logitech lrw twofish_generic
    crc32c hid-magicmouse lzo twofish-x86_64
    crc32c-intel hid-microsoft mbcache uhci-hcd
    cryptd hid-monterey md4 usbcore
    crypto_null hid-multitouch md5 usbhid
    ctr hid-ntrig michael_mic usb-storage
    cts hid-ortek padlock-aes vmac
    deflate hid-petalynx padlock-sha wp512
    des_generic hid-picolcd pata_acpi xcbc
    dm-crypt hid-pl pata_jmicron xor
    dm-mod hid-prodikeys pcbc xts
    ecb hid-quanta pcrypt zlib
    ehci-hcd hid-roccat raid6_pq zlib_deflate
    ext4 hid-roccat-arvo raid6test
    fb_sys_fops hid-roccat-common rmd128
    ==> Included binaries:
    /bin/busybox
    /sbin/udevadm
    /sbin/dmsetup
    /sbin/blkid
    /sbin/cryptsetup
    /sbin/modprobe
    ==> Hook run order:
    udev
    keymap
    encrypt
    openswap
    resume
    For some reason the initramfs built by pacman is missing all modules. To say it again, nothing changed, simple rebuilt by mkinitcpio -p linux!
    This seems to be a bad bug...
    Harvey
    Last edited by Harey (2011-11-12 16:07:09)

  • How do I sort out 'Apple ID disabled for security reasons' after I had my old Email address and password erased but still showing ?? now I can't access my apple store Apps updates with new email address and password??

    How do I sort out 'Apple ID disabled for security reasons' after I had my old Email address and password erased but still showing ?? now I can't access my apple store Apps updates with new email address and password??

    You might try contacting App Store Support: http://www.apple.com/support/mac/app-store/

  • I have an iPhone 4S with Sprint, I had to replace my last phone after the newest update killed my wifi button. Now my new phone won't get 3G at all. I have tried turning my phone off/on, resetting my networks, and turning airplane mode off and on.

    I have an iPhone 4S with sprint. I had to replace my phone after the new update killed my wifi button and wouldn't let me turn my phone off. Since I've had my new phone, I haven't been getting 3G. I have tried resetting my networks, Turing airplane mode off/on and restarting my phone. Nothing seems to work. Any info on what I should do next would be great.

    If you have set this phone up, then there would not necessarily be a solution here until you have been verify with the provider that everything is provisioned correctly on their end. Since the 3G comes from your cellular provider, if the settings are correct on the phone, then you should work with the carrier next.

  • I have an iPhone 3Gs and was reluctant to upgrade for fear of losing data.  I recently updated software now email keeps trying to connect but doesnt and only updates if i do a "soft reboot"  if i try and restore it says i will lose data files?? solutions?

    does anyone know why after updating software my email cant connect?

    does anyone know why after updating software my email cant connect?

  • After ios 5 update are the email folder empty. an restore from backup won't help.. any ideas?

    after ios 5 update are the email folder empty. an restore from backup won't help.. any ideas?

    I Was wodnering of you ever had ths issue resolved.  My wife's iPad 2 is havieng a similiar issue.  The iPad receives only some emails -- they appear to be from people in her contacts-- but not emials from "strange" soucrces.  No junk mail rules are set.  And oddly enough it is a new iCloud email address.
    What happened to your issue?
    Here is the link to my disucussion:
    https://discussions.apple.com/message/18105173#18105173

  • Flash updates kills sound

    I have a Mac 10.6.8 which on the last Adobe Flash update killed my sound.
    I know nothing of computers - it is a glorified typewriter to me, so please advise how to remedy this in simple terms.
    Technical terms are the death for me!

    Hi,
    Could you please let us know some more details?
    Please go to the following page and let us know the Flash Player version and browser you use: http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html#main_Find_the_Flash_ Player_version_installed_on_your_machine
    Do you mean to say you don't hear any sound at all?
    Thanks,
    Sunil

Maybe you are looking for

  • How do I retrieve lost contacts?

    Having updated from BT yahoo to BTmail, all my iPad contacts have been lost.  How do I retrieve them?

  • What is the best practice for AI chart labels in InDesign

    I'm making a curved chart in Illustrator.  Eventually it will be placed in an InDesign document that will be distributed as a PDF. I want the chart to look good when printed, and when viewed on-screen.  When I look at PDFs, I typically view them at 1

  • Distributing Repository fails on 11.1.1.7.0

    Hi, I'm facing issue in installing 11g 11.1.1.7.0 Configuration Progress went well still "Restarting JEE Applications" but when it entered to Distributing Repository it just fails from there on.... Can someone help me on this...Pls? Thanks, GR Distri

  • In clause not working

    Hi All, SELECT sno,mid,mname FROM manage_date WHERE mname IN ('KIRAN-KUMAR', 'RAHUL-RAJ', 'KAUSHAL-SONI'); IF I use this query directly in DB it's working fine. But when this query is calling in .net using parameter as below it's not giving any recor

  • /dev/sda for Arch but /dev/hda for custom kernel. Why?

    My laptop does not have a scsi or sata hard drive. So why does Arch's kernel view the drive as /dev/sda1 while a custom kernel views it as /dev/hda like it should?