Email erased from server?

I've just set up my first BBy email account.  Are copies of the emails left on the server?  I want to make sure that I also receive them in Outlook on my PC.

Hello,
It depends on which device you are asking about. Your profile lists both a 9800 and a Z10. In both cases, there is no removal from the server upon delivery to the device. But after that, they function differently.
For the 9800, there are several conditions that must be met to delete from the server when you delete on the device:
Your server must be capable of allowing deleted item reconciliation from the device to the server:
KB05133 Email reconciliation features for the BlackBerry Internet Service
You must configure the device to delete from the server when you delete on the device...your choices are:
On Server and Handheld
On Handheld Only
Prompt
When you delete on the device, if you have selected Prompt, you must not select to delete from the Server. And of course you must not have set it to "Server and Handheld".
With all of that, it will do as you instruct based on how you have configured it, the capability of your server, and how you use it. Note carefully that, if your server is not capable, then the settings you configure and the way you use it will be irrelevant.
On the Z10, the device and the server are intended to be replicas of each other. What you do on one will act on the other. There is no setting to override it and allow you to delete on the Handheld only. The workaround is to move to a folder rather than delete.
Good luck!
Occam's Razor nearly always applies when troubleshooting technology issues!
If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
Join our BBM Channels
BSCF General Channel
PIN: C0001B7B4   Display/Scan Bar Code
Knowledge Base Updates
PIN: C0005A9AA   Display/Scan Bar Code

Similar Messages

  • Emails to/from server always bounce to some domains

    Sorry if I'm posting this in the wrong place. I've wasted 2 full days and sporadic time throughout the last 3 weeks on this.
    I recently migrated a site from Server 2003 to a new Windows Server 2008 server. Ever since the move, my emails to and from my email address bounce from the server. I've spent 3 weeks with tech support on both ends getting nowhere.
    Here's a rundown of the problem and what I've done about it:
    Problem 1: Email from my domain (call it mydomain .tld) sent to the new server (call it serverdomain .tld) always bounces
    Emails sent from mydomain .tld to serverdomain .tld get bounced back INSTANTLY with the error "550-The mail server could not deliver mail to "user@ serverdomain .tld".  The account or domain may not exist, they may be blacklisted, or missing the proper
    dns entries."
    Problem 2: Email from serverdomain .tld sent to mydomain .tld always bounces
    Emails sent from serverdomain .tld directly to mydomain .tld always bounce back after a 5-10 second delay with the error "550 Sender verify failed."
    All emails were sent directly from server to server using webmail interfaces.
    Possible problems/solutions I've explored:
    Spam Filtering:
    The new server's mail server (SmarterMail 2010) has spam filter bouncing disabled. No blacklists or greylists are defined.
    The server hosting my email account is a shared hosted server, so I don't have access to its spam settings, but I have been assured by their technical support that the server's IP address is not blacklisted or blocked in any way.
    Blacklist tests at MXToolBox.org all come up clean.
    SPF Records:
    I have defined an SPF (TXT) record for the domain "v=spf1 ip4:xxx.xxx.xxx.xxx -all", which points to the IP address of the mail server / web server. I do not have a type (SPF) record as Windows Server doesn't have an option for this type of record.
    SPF test passes without errors at www . kitterman.com/spf/validate.html. Test email through spf-test@ openspf.net returns no errors.
    Reverse Lookup:
    I have a working reverse IP set up and is confirmed by checking it at ipadmin.junkemailfilter.com/rdns.php that points back to serverdomain .tld.
    Testing through Telnet actually works:
    I followed the steps at technet.microsoft.com/en-us/library/bb123686.aspx to log into the SMTP server on the new server's end and was able to successfully send an email manually to the new server, even using the same email address that keeps failing to send
    directly to the server.
    Some observations from the logs:
    When sending email from mydomain .tld to serverdomain .tld, NO LOG ENTRIES are created at serverdomain .tld. This leads me to believe something is blocking it before it ever connects to the server.
    When sending email from serverdomain .tld to mydomain .tld, the following log entries are created:
    13:02:50 [60055] Delivery started for user@ serverdomain .tld at 1:02:50 PM
    13:02:53 [60055] Skipping spam checks: No local recipients
    13:02:56 [60055] Sending remote mail for user@ serverdomain .tld
    13:02:56 [60055] Initiating connection to xxx.xxx.xxx.xxx
    13:02:56 [60055] Connecting to xxx.xxx.xxx.xxx:25 (Id: 1)
    13:02:56 [60055] Connection to xxx.xxx.xxx.xxx:25 from xxx.xxx.xxx.xxx:65260 succeeded (Id: 1)
    13:02:56 [60055] RSP: 220-mydomain-host.tld ESMTP Exim 4.77 #2 Wed, 24 Oct 2012 13:02:58 -0700
    13:02:56 [60055] RSP: 220-We do not authorize the use of this system to transport unsolicited,
    13:02:56 [60055] RSP: 220 and/or bulk e-mail.
    13:02:56 [60055] CMD: EHLO serverdomain .tld
    13:02:56 [60055] RSP: 250-mydomain-host.tld Hello serverdomain .tld [xxx.xxx.xxx.xxx]
    13:02:56 [60055] RSP: 250-SIZE 52428800
    13:02:56 [60055] RSP: 250-AUTH PLAIN LOGIN
    13:02:56 [60055] RSP: 250-STARTTLS
    13:02:56 [60055] RSP: 250 HELP
    13:02:56 [60055] CMD: MAIL FROM:<user@ serverdomain .tld> SIZE=951
    13:02:56 [60055] RSP: 250 OK
    13:02:56 [60055] CMD: RCPT TO:<user@ mydomain .tld>
    13:02:57 [60055] RSP: 550-Verification failed for <user@ serverdomain .tld>
    13:02:57 [60055] RSP: 550-The mail server could not deliver mail to user@ serverdomain .tld.  The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
    13:02:57 [60055] RSP: 550 Sender verify failed
    13:02:57 [60055] CMD: QUIT
    13:02:57 [60055] RSP: 221 mydomain-host.tld closing connection
    13:02:57 [60055] Bounce email written to 851023860056.eml
    13:02:57 [60055] Delivery for user@ serverdomain .tld to user@ mydomain .tld has completed (Bounced)
    13:02:59 [60056] Delivery started for  at 1:02:59 PM
    13:02:59 [60055] Delivery finished for user@ serverdomain .tld at 1:02:59 PM    [id:851023860055]
    13:03:02 [60056] Skipping spam checks: Internally Generated Message
    13:03:05 [60056] Starting local delivery to user@ serverdomain .tld
    13:03:05 [60056] Delivery for  to user@ serverdomain .tld has completed (Delivered) Filter: None
    13:03:05 [60056] End delivery to user@ serverdomain .tld
    13:03:05 [60056] Delivery finished for  at 1:03:05 PM    [id:851023860056]
    Configuration:
    The new server uses Windows Server 2008 for DNS.
    The mail server is also hosted at the same IP as the DNS server.
    DNS Records for Serverdomain .tld:
    [All xxx.xxx.xxx.xxx IP addresses point to the server's IP address]
    Forward Lookup Zone: Serverdomain .tld
    (same as parent folder) (SOA) 57, servername., hostmaster.
    (same as parent folder) (NS) servername
    (same as parent folder) (MX) [10] xxx.xxx.xxx.xxx
    (same as parent folder) (TXT) v=spf1 ip4:xxx.xxx.xxx.xxx -all
    * (A) xxx.xxx.xxx.xxx
    mail (A) xxx.xxx.xxx.xxx
    mail (MX) [10] xxx.xxx.xxx.xxx
    mail (TXT) v=spf1 ip4:xxx.xxx.xxx.xxx -all
    ns1 (A) xxx.xxx.xxx.xxx
    ns2 (A) xxx.xxx.xxx.xxx
    www (A) xxx.xxx.xxx.xxx
    Reverse Lookup Zone: xxx.xxx.xxx.in-addr.arpa (syntax of IP is backwards, does not include last 3 digits)
    (same as parent folder) (SOA) 10, servername., hostmaster.
    (same as parent folder) (NS) servername
    xxx.xxx.xxx.xxx (PTR) Serverdomain .tld
    I'm totally at a loss. This is not just blocking email to/from me, but it has blocked email to at least one other domain name as well. I can get no useful help from tech support on either end.
    (I had to put spaces in all links in this post because it wouldn't let me post links. Also, this forum crashes every single time I try to post in IE9, but works fine in FireFox. How ironic is that...)

    I can only help with Exchange, but generally speaking, that line;
    13:02:57 [60055] RSP: 550-The mail server could not deliver mail to user@ serverdomain .tld.  The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
    Mean the server checked the GAL (it's global adress book) and it refused it. It's usually a simple antispam and antirelay configuration. The strange thing is the log after, that the email is received...
    That lead me to think the antispam software/hardware is badly configured, and for a reason X, it does not block the email from passing by it's filter. So yes, their answer is correct, but that mean all email is filtered in some way, so it's not
    correct in some way too.
    Does they configured your domain alias correctly and such basic information ? I have a big doubth at this point.
    Run some wireshark to be sure the problem is not in your CIE, and after pass that to their IT's tech, if the email is sent correctly, and you receive a server answer back, then something in their config is not ok.
    Don't forget that if the packet X is sent on your WAN to their datacenter, they are responsable for the correct receiving when it enter their datacenter.
    (edited: A last point; don't forget they HAVE to run a antispam's box, as the MX is the same IP, so basicly the antispam box dispatch the email to the correct server (like check
    https://www.barracudanetworks.com/ns/downloads/Setup_Guides/Barracuda_Email_Security_Service_SG_US.pdf) you will see what I mean, a list of domain and server)
    MCP | MCTS 70-236: Exchange Server 2007, Configuring
    Want to follow me ?  |  Blog:
    http://www.jabea.net | http://blogs.technet.com/b/wikininjas/

  • How to  delete email attachments from server

    Hi,
    I created an a CF template for sending e-mail which includes
    attachments. It has been tested on my dev box and is functioning
    fine as the attachment upload to a designated directory on the
    server. I would like the attachments to be purged once the e-mail
    has been forwarded to the recipent.
    In Macromedia's ColdFuision 7MX web application construction
    book page 913 "Interacting with Email" there is a CFC that will
    delete the file when the user ends their session.
    I am not sure how to write this to fit the code I am using.
    Here is the eMail form
    <!--- Mail_Form.cfm--->
    <html>
    <head>
    <title>Please enter your message</title>
    </head>
    <body>
    <form action="Send_Email.cfm" method="post"
    enctype="multipart/form-data">
    <table width="500" border="0" align="center">
    <tr>
    <td width = "500" colspan="2">Please enter your e-mail
    message:</td>
    </tr>
    <tr>
    <td width="250">To:</td>
    <td width="250"><input type="text" name="to_addr"
    value=""></td>
    </tr>
    <tr>
    <td>Subject:</td>
    <td><input type="text" name="subject"
    value=""></td>
    </tr>
    <tr>
    <td>Message:</td>
    <td><input textarea name="message" rows="5"
    cols="35"></textarea></td>
    </tr>
    <tr>
    <td width="250">Attachment #1:</td>
    <td width="250"><input type="file"
    name="attachment_1" value=""></td>
    </tr>
    <tr>
    <td width="250">Attachment #2:</td>
    <td width="250"><input type="file"
    name="attachment_2" value=""></td>
    </tr>
    <tr>
    <td width="250">Attachment #3:</td>
    <td width="250"><input type="file"
    name="attachment_3" value=""></td>
    </tr>
    <tr>
    <td width="250"> </td>
    <td width="250"><input type="submit"
    name="Send_Email" value="SendEmail"></td>
    </tr>
    </table>
    </form>
    Here is the form to send the attachment.
    <!--- Send_Email.cfm --->
    <!--- First make sure that the user uploaded attachments
    --->
    <cfif FORM.attachment_1 neq "">
    <!--- first actually upload the file --->
    <cffile action="upload"
    destination="D:\uploadsTEST\"
    filefield="attachment_1"
    nameconflict="makeunique">
    <!--- now create a temporary holder for the attachment
    later on --->
    <cfset attachment_local_file_1 =
    "d:\uploadsTEST\#file.serverfile#">
    </cfif>
    <!---Now repeat the process for the second and third
    attachment:--->
    <cfif FORM.attachment_2 neq "">
    <!--- first actually upload the file --->
    <cffile action="upload"
    destination="D:\uploadsTEST\"
    filefield="attachment_2"
    nameconflict="makeunique">
    <!--- now create a temporary holder for the attachment
    later on --->
    <cfset attachment_local_file_2 =
    "d\uploadsTEST\#file.serverfile#">
    </cfif>
    <cfif FORM.attachment_3 neq "">
    <!--- forst actually upload the file --->
    <cffile action="upload"
    destination="D:\uploadsTEST\"
    filefield="attachment_3"
    nameconflict="makeunique">
    <!--- now create a temporary holder for the attachment
    late on --->
    <cfset attachment_local_file_3 =
    "d:\uploadsTEST\#file.serverfile#">
    </cfif>
    <!---OK, you have now uploaded the file the server, now
    let's send
    out the email with the attachments:--->
    <cfmail FROM="[email protected]" to="#form.to_addr#"
    subject="#subject#"
    server="an001so-dby1c.pbi.global.pvt" port="25">
    #message#
    <cfsilent>
    <!--- <cfsilent> tag used to kill the white space
    in this area
    so your email is not cluttered with white space.--->
    <cfif FORM.attachment_1 neq "">
    <cfmailparam file="#attachment_local_file_1#">
    </cfif>
    <cfif FORM.attachment_2 neq "">
    <cfmailparam file="#attachment_local_file_2#">
    </cfif>
    <cfif FORM.attachment_3 neq "">
    <cfmailparam file="#attachment_local_file_3#">
    </cfif>
    </cfsilent>
    </cfmail>
    Here is the session application code to delete the file upon
    uploading
    <!---
    Filename: Application.cfc
    Executes for every page request
    --->
    <cfcomponent output="false">
    <!--- Name the application. --->
    <cfset this.name="attachmentPurge">
    <!--- Turn on session management. --->
    <cfset this.sessionManagement=true>
    <cfset this.clientMangment=true>
    <cffunction name="onSessionEnd" output="false"
    returnType="void">
    <!--- Look for attachments to delete --->
    <cfset var attachDir = expandPath("Attach")>
    <cfset var getFiles = "">
    <cfset var thisFile = "">
    <!--- Get a list of all files in the directory --->
    <cfdirectory directory="#attachDir#" name="getFiles">
    <!--- For each file in the directory --->
    <cfloop query="getFiles">
    <!--- If it's a file (rather than a directory) --->
    <cfif getFiles.type neq "Dir">
    <!--- Get full filename of this file --->
    <cfset thisFile =
    expandPath("Attach\#getFiles.Name#")>
    </cfif>
    </cfloop>
    </cffunction>
    </cfcomponent>
    The tutorial only explains how to delete the attachment when
    the recipient checks there mail
    in the POP server.
    Assuming that the sender is in a session would the code be
    written to delete the attached file from the directory on
    the server one the e-mail is sent.
    Can someone explain how to automatically delete email
    attachments from a designated directory or provide me with the code
    that would handle this after an email is sent with attachment.
    Thanks,
    Tony

    I don't know why your dos code didn't run. It could be
    addressing. My limited experience with cfdirectory/cffile/cfexecute
    is to type out the complete path at least once.
    Good books?
    Hard to say, depends on what else you are new at. If you are
    new to html, then htmlgoodies.com has good tutorials. So does
    webmonkey.com. If you have trouble with sql, I have heard good
    things about the SAMS book, Teach Yourself SQL in 10 Minutes by Ben
    Forta. I learned javascript by buying the book Teach Yourself
    Javascript in 24 Hours. The O'Reilly books are also good. I learned
    awk with one of those books.
    Glad you liked the fish pics. The camera is specified on most
    of the pages. If it says Reefmaster, I used an external strobe. If
    it says Sony I either used the camera flash only or natural light.
    By the way, that is not a Cold Fusion site. It's strictly html and
    javascript.

  • Just got 4G, email removed from server when read

    hi,
    i just got the iPhone4G and setup all my email accounts with no problem, BUT i dont want any emails marked "read" on ther server when i read them on my iphone, but thats exactly whats happening.....anything i can change to stop this? marking unread does not work.....i have aol and gmail accounts....and tested marking unread on iphone, does not re-appear in inbox on aol....bummer, any advice?
    thanks!

    Normally email read on the phone will still appear on another computer, UNLESS you selected 'Remove from server' in the mail settings. Depending on whether the mail is POP3 or IMAP it may or may not be marked "read" on the server. POP3 will not be, IMAP will. But with IMAP it will still be there unless you delete it on the iPhone.

  • Help with email delivery from server to client

    I would appreciate some help / insite into forwarding email from my home server to my Arch client.
    Initially I setup Getmail on the Arch client, can download POP3 email to my home directory, and then read it using Kmail via the Maildir format.
    This works great and was easy to implement. However, I wanted to get a little more 'advanced' so getmail was setup on the server and can download email no problem.  But what I have not been able to figure out yet is how to forward it to my home directory on the Arch client.
    I have googled and read the wiki and it seems like a MDA is needed to do this.  Is this correct?
    Or, can I direct Kmail to look at some directory on the server (/var/spool/mail??) and grab the mail from there?
    Any help would be appreciated.
    Thanks,
    JTD

    Endperform wrote:Are you looking to keep your email on the server at all times?  If so, I suggest looking into setting up IMAP on your home server which will do what you need.
    Endperform:  yes that is the plan.  Do still keep getmail to fetch the pop3 email from my ISP and the setup IMAP so 'forward' onto the Arch client?
    Thanks for the reply.
    pyther wrote:I'd have to second what endperform said, if you want to keep you mail on your server at all times, just check out IMAP. Also you can organize your mail in folders with imap
    pyther: Thanks for confirming what I've googled.
    JTD

  • Applescript for "remove email copies from server"

    I have an email POP account which I use on several computers as well as my cell phone.
    I'm looking for an applescript which I could place on the desktop of my primary computer which essentially performs the action located @ accounts> advanced> remove copies from server>"remove now" so that I could delete the emails I've already reviewed from my server before having them picked up by my other computers and phone.
    Anyone seen something like this?

    Is there an applescript command that will delete a message from the server.
    I have a lot of rules that route my emails when they come in but I do not want to delete them from the server when they are moved from the inbox. This allows me to rout my messages on my desktp and still recieve them on my iphone.
    However I do want to delete any messages "from the server" that are routed to my junk mail. This will save me from having to deal with them on my iphone and since they are in my junk I can look there if I suspect a false positive.
    Is there any such ability with applescript?

  • Retrieve email copies from server

    I use Outlook Express as email client on my PC.  An operating system error has just led to all my emails being wiped from the Inbox.  Although I can read emails on the website, I should like to retrieve copies from the server to my client, but don't seem able to do this.   Would greatly appreciate any help! 

    fourwheelzone wrote:
    I use Outlook Express as email client on my PC.  An operating system error has just led to all my emails being wiped from the Inbox.  Although I can read emails on the website, I should like to retrieve copies from the server to my client, but don't seem able to do this.   Would greatly appreciate any help! 
    1. The easiest way to get all your emails downloaded again is to set up an account in OE called say "version2" with the same settings as your original account making sure that the "Leave copies on the server is set".
      You may like to untick in the properties for the original account the "include this account when downloading mail and synchronising " Box.
    2. If you have recently been asked to compact your your email folders to save space by OE then you may be lucky and find a backup copy of your Inbox in your recycle bin.
    3. Are you sure that your emails have gone from your machine and not that they are still there but OE is not picking them up ?

  • Deleting email messages from server and device

    I had to wipe my 8830 due to a major sync problem but I no longer have the option to delete from the server when I delete email messages. I checked the user's guide and throughout my device. Where do I find this setting please?

    Ok, here is the Knowledge Base article relating to your need.
    http://www.blackberry.com/btsc/KB13509
     From your MESSAGES folder > Menu > Options > Email Reconciliation > Message Services.
    If those settings are not present on your device... you probably have some Service Book problems (as in not present or corrupt).
    Do this: First, look at Options > Advanced > Servcie Books and delete ALL service books releated to any email account.
    Then, with the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot
     Then do this:
    1. Options > Advanced > Host Routing Table > Menu > Register.
    2. Resend your service books from your carrier BIS site.
    http://www.blackberryfaq.com/index.php/Where_can_I​_log_into_my_BIS_account%3F
    3. With the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Deleting email messages from server

    I have set my (POP3) mail box to delete messages from its server immediately on download. But messages are not being deleted from the server. Any ideas as to why this should be?
    Thanks
    Andy

    Ok, here is the Knowledge Base article relating to your need.
    http://www.blackberry.com/btsc/KB13509
     From your MESSAGES folder > Menu > Options > Email Reconciliation > Message Services.
    If those settings are not present on your device... you probably have some Service Book problems (as in not present or corrupt).
    Do this: First, look at Options > Advanced > Servcie Books and delete ALL service books releated to any email account.
    Then, with the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot
     Then do this:
    1. Options > Advanced > Host Routing Table > Menu > Register.
    2. Resend your service books from your carrier BIS site.
    http://www.blackberryfaq.com/index.php/Where_can_I​_log_into_my_BIS_account%3F
    3. With the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Email disconnect from server

    Dear All,
    I have an iPhon I set up my work email account. After setting up the account was working fine after few mints I got message on my iphone screen your connection to the server is faild. Some time I can get my emails but sometime I get connection failed.
    I will appreciate if any one can tell me how can I fix the problem please.
    Thanks

    hi beth-martin,
    what do mean?
    tnx

  • Email notification not working from Server Monitor (for power outages etc.)

    I have my email address entered in the notifications fields for power on Server Monitor. I tried pulling the plug (it's on a UPS), which it did notice but it never sent any emails. How do I debug this? Where is the SMTP settings or whatever is needed? Have people gotten the email notifications from Server Monitor to work?
    Mike

    tobias Eichner wrote:
    Have you checked your mail filter, maybe the notification got mistakenly marked as spam ?
    thank you for your reply! Is this working for you - are you getting notifications? My spam folder doesn't have any of these. Where did you set up the SMTP info for this? I don't see this anywhere. On the web, at
    http://support.apple.com/kb/TA21298?viewlocale=en_US
    it looks like you have to tell it how to send the emails in Message.framework:
    The Message.framework looks in two places for a way to send email. The first
    is that it looks for an SMTP server configured in the Email tab of Internet
    preferences. The other way is to use an email account configured in Mail.
    the question is, which user's .plist file for internet preferences or for Mail - which user's info is it using to send the notifications?
    Mike

  • How do i restore deleted email messages from mac mail back to hotmail server?

    i have a hotmail email address i use, i have been using      mac lion mail   
    here the problem - i found loads of my emails missing when using hotmail webpage
    but in MacMail they are all there still.
    i found that in macmail settings "remove copy from server after retrieving a message" was selected(after one week). (now i have disabled this function)
    how can i send them back to the hotmail server email box?
    Many thanks in advance for help. Rick

    rickonhismac wrote:
    the emails are in inbox of mac mail back to 2009 but when i log in the hotmail.com website they only go back to jan 2012
    i think mac mail has erased the from hotmail server after placing them in the mac mail.
    i need emails back on hotmail server for access to old emails when working out and about with ipad.
    I do not know if you can unfortunately, having deleted them from the POP server and as Hotmail does not offer an iMap or Exchange solution for OSX they may be 'marooned'
    I will search around and see if I can find a solution.
    But before anything else happens backup your mail (Mailbox Menu>Export Mailbox) and save the file somewhere you can find it, you probably don't need to hear this but you should be (have been) backing up regularly, for this and many other reasons.
    I'll post back if I can find a solution to the issue.

  • I am trying to email pictures from my ipad to my email address on my computer and I have been going along nice but now I get a message that says "cannot send mail the message was rejected by the server"  can't see to figure out why it stopped sending now.

    I have been emailing pictures from my ipad to my computer and have been going along nicely and now when I went to send 5 pictures to my computer from my ipad I am getting a message that says " cannot send mail The message was rejected by the server"  cannot understand why this is happening and have not been able to fix.  Now when I try to send pictues even to another email address I am getting the same message.
    Help.

    Email may not be the best way to move pictures.
    There are lots of ways of moving files.
    A simple and popular way to copy files and share files among your devices.
    https://www.dropbox.com/
    "Box lets you store all of your content online, so you can access, manage and share it from anywhere. Integrate Box with Google Apps and Salesforce and access Box on mobile devices" Rated the most secure cloud storage by SkyHigh Networks.
    https://www.box.com/
    Using iTunes to transfer files:
    http://support.apple.com/kb/HT4094?viewlocale=en_US&locale=en_US
    Files Connect -- "Cloud Storage services like Dropbox, MobileMe iDisk, Google Docs/Picasa, Facebook photos, FTP, SFTP, WebDAV ... AFS (Apple File Shares) SMB (Windows shares)  protocols"
    https://itunes.apple.com/us/app/files-connect/id404324302?mt=8
    Windows File server
    http://itunes.apple.com/us/app/filebrowser-access-files-on/id364738545?mt=8
    "The kiteworks mobile file sharing solution provides secure creation, viewing, and sharing of enterprise content on smartphones and tablets while providing IT and security teams the administrative controls to manage user privileges and access rights necessary to ensure enterprise security and compliance."  " Includes choice of private cloud on-premise."
    http://www.accellion.com/solutions/mobile-enablement/mobile-file-sharing
    "Dukto is a simple application that allows you to share files between devices connected to the same (wireless) LAN network."
    http://www.tidal.it/?page_id=309&lang=en
    http://www.msec.it/blog/?page_id=11

  • I cannot send email from my ipad. Getting address is rejected from server message.

    I cannot send email from my ipad. Getting address is rejected from server message.

    Check the outgoing mail server setting. Make sure that your username and password are in there.
    Settings>Mail, Contacts, Calendars>Your email account>Account>Outgoing mail server - tap the server name next to SMTP and check in the primary server and make sure your username and password are entered and correct - even if it says that the password is optional.

  • I cannot email photos from within iPhoto (v. 9.5.1). When I hit send I get a message: "Your email did not go through because the server did not reply." This happens for both my iCloud account and my Shaw account. What to do???

    I cannot email photos from within iPhoto (v. 9.5.1). When I hit send I get a message: "Your email did not go through because the server did not reply." This happens for both my iCloud account and my Shaw account. What to do???

    Are you able to email from Mail with those two accounts?  If so:
    1 - go to iPhoto's Accounts preference pane and delete both accounts. Now add them back and try again.
    2 - a better solution IMO is to set Mail as the email client for iPhoto is iPhoto's General preference pane.  This gives you better access to your contacts, a sent copy of all emails and, if you want a layout similar to iPhoto's, photo layouts located in Mail's stationary.

Maybe you are looking for

  • No connection to Wifi after upgrade to iOS 7.1 AND poor battery life

    Hi, after upgrading my iPhone 4s to iOS to 7.1, I cannot connect to any Wifi anymore. Does anybody have an idea how to solve this issue? Additional, I am wondering why battery life is much worse after the upgrade. I closed all apps via multitasking v

  • Error Message with Downloads from Software Update

    Today I ran Software Update, and downloaded these two updates: one that applies to printers & scanners, and one that is an update to iTunes. After completion, each download gave the same error message as follows: The system extension "/System/Library

  • How to find remedy to fix STUBBORN Error message: U43M1D204

    I am not able to find a way to fix this error message. Apparently corrupted file: Ps CC (2014) Update Failed Ae CC (2014) Update Failed Flash Pro/Mobile Package (2014) Update Failed Bridge CC Update Failed Operating the latest version of Mac OS X  Yo

  • New comp, geek squad removed all songs, how do I get those back?

    My old hard drive crashed along with 200 something songs. Geek squad was setting up my new computer and he updated my iPod so that the only songs on it now are the sample songs from my computer. I had planned on buying the old songs again, but the Mu

  • How to refresh an ALV (CL_SALV_TABLE) after a  parallel process

    Hello all, I have created a list using CL_SALV_TABLE. When you click on a line, a new mode must be opened. There, the user will fill in some data that must be retrieved and shown in the main list when the user closes the new mode. To do so Iu2019ve u