Help please with IMAP account!!!!!!!

OK, here's the scenario. 2 computers, iMac and Macbook, both running
Mail.app with the same IMAP accounts. Some mail (actually, a
lot of mail) I like to filter into different folders, e.g., Wife,
Brother, School, Work1, Work2, etc.
So I had Rules that would Move incoming e-mail into appropriate
folders when I used my old POP.
Now, after I moved over to IMAP, Moving an e-mail from the inbox to a
designated folder would remove the e-mail from the server, so,
whichever computer happens to access the e-mail first will get the
copy but the other one won't.
So, first question, is that standard IMAP behavior?
If yes, any way I can circumvent it? That is, I want to be able to
receive AND filter my emails to their appropriate folders on BOTH
machines.
One temporary workaround I'm using now is to "Copy" the e-mails to
their respective folders. The problem here, of course, is that on each
machine, I now will have 2 copies of the same e-mail, which is fine, I
guess, except for the fact that for each e-mail I get that gets
filtered, I'll have 2 unreads... one in the Inbox and another in the
folder to which it was copied. Now THAT is annoying.

The problem is, that these forlders you move to are local folders, not IMAP folders. When moving a mail from an IMAP-folder (which is stored on the server) to a local folder (which is not stored on the server, but on your local machine only) it gets deleted on the server.
Create new IMAP-folders and move your mails to these. As IMAP-folders are stored server side, your mails will be accessible from everywhere.

Similar Messages

  • Help please with User Accounts in Windows on X61 Tablet PC

    I kept getting the "Blue Screen of Death" and so I decided I would reformat the Hard Disk and reinstall everything. During the installation process, the User "Administrator" and my user account are both on the Welcome screen. Under User accounts, under "Administrator User" it says quote "The administrator account is only visible on the Welcome screen when no other user accounts exist (except the quest account), or when you start your computer in Safe Mode". This still is showing regardless that I have my name as a User and as administrator. Any help on getting this to not show would be great. I have a netbook with Windows XP and it just shows my name as a user and under user accounts just my name and guest. Thanks for the help.
    G

    You are right, can only have one open. You have to log out of a user before logging in to another user to use iTunes. Do not use the fast user switching ability of Windows.

  • Hello I need help please with my account apple I'd

    Hello
    I forgot the security questions in my apple id and I can not download apps
    without it I tried to be helped support what is listed on the page and do not
    have the option below and click the blue reset security questions.
    And I'd like to know how I can reset it?
    Thanks

    The Three Best Alternatives for Security Questions and Rescue Mail
         1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
         2.  Call Apple Support in your country: Customer Service: Contact Apple support.
         3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • Please help me with the accounting records of iTunes. At step in placing credit card details are asked to contact iTunes Support

    Please help me with the accounting records of iTunes. At step in placing credit card details are asked to contact iTunes Support

    Brenda, the easiest way to contact the support team is thru the iTunes Customer Service website:
    http://www.apple.com/support/itunes/contact/

  • Help please with FaceTime. The built in app seems to have disappeared from my iPad2. Bought it in Australia

    Help please with FaceTime. My built in app seems to have disappeared.

    If K Penguin's suggestion doesnt work, you will have to go to you iTunes and do a reset, that is if you do not have it in your back up library.

  • Little help please with forwarding traffic to proxy server!

    hi all, little help please with this error message
    i got this when i ran my code and requested only the home page of the google at my client side !!
    GET / HTTP/1.1
    Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
    Accept-Language: en-us
    UA-CPU: x86
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727)
    Host: www.google.com
    Connection: Keep-Alive
    Cookie: PREF=ID=a21457942a93fc67:TB=2:TM=1212883502:LM=1213187620:GM=1:S=H1BYeDQt9622ONKF
    HTTP/1.0 200 OK
    Cache-Control: private, max-age=0
    Date: Fri, 20 Jun 2008 22:43:15 GMT
    Expires: -1
    Content-Type: text/html; charset=UTF-8
    Content-Encoding: gzip
    Server: gws
    Content-Length: 2649
    X-Cache: MISS from linux-e6p8
    X-Cache-Lookup: MISS from linux-e6p8:3128
    Via: 1.0
    Connection: keep-alive
    GET /8SE/11?MI=32d919696b43409cb90ec369fe7aab75&LV=3.1.0.146&AG=T14050&IS=0000&TE=1&TV=tmen-us%7Cts20080620224324%7Crf0%7Csq38%7Cwi133526%7Ceuhttp%3A%2F%2Fwww.google.com%2F HTTP/1.1
    User-Agent: MSN_SL/3.1 Microsoft-Windows/5.1
    Host: g.ceipmsn.com
    HTTP/1.0 403 Forbidden
    Server: squid/2.6.STABLE5
    Date: Sat, 21 Jun 2008 01:46:26 GMT
    Content-Type: text/html
    Content-Length: 1066
    Expires: Sat, 21 Jun 2008 01:46:26 GMT
    X-Squid-Error: ERR_ACCESS_DENIED 0
    X-Cache: MISS from linux-e6p8
    X-Cache-Lookup: NONE from linux-e6p8:3128
    Via: 1.0
    Connection: close
    java.net.SocketException: Broken pipe // this is the error message
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:115)
    at java.io.DataOutputStream.writeBytes(DataOutputStream.java:259)
    at SimpleHttpHandler.run(Test77.java:61)
    at java.lang.Thread.run(Thread.java:595)
    at Test77.main(Test77.java:13)

    please could just tell me what is wrong with my code ! this is the last idea in my G.p and am havin difficulties with that cuz this is the first time dealin with java :( the purpose of my code to forward the http traffic from client to Squid server ( proxy server ) then forward the response from squid server to the clients !
    thanx a lot,
    this is my code :
    import java.io.*;
    import java.net.*;
    public class Test7 {
    public static void main(String[] args) {
    try {
    ServerSocket serverSocket = new ServerSocket(1416);
    while(true){
    System.out.println("Waiting for request");
    Socket socket = serverSocket.accept();
    new Thread(new SimpleHttpHandler(socket)).run();
    socket.close();
    catch (Exception e) {
    e.printStackTrace();
    class SimpleHttpHandler implements Runnable{
    private final static String CLRF = "\r\n";
    private Socket client;
    private DataOutputStream writer;
    private DataOutputStream writer2;
    private BufferedReader reader;
    private BufferedReader reader2;
    public SimpleHttpHandler(Socket client){
    this.client = client;
    public void run(){
    try{
    this.reader = new BufferedReader(
    new InputStreamReader(
    this.client.getInputStream()
    InetAddress ipp=InetAddress.getByName("192.168.6.29"); \\ my squid server
    System.out.println(ipp);
    StringBuffer buffer = new StringBuffer();
    Socket ss=new Socket(ipp,3128);
    this.writer= new DataOutputStream(ss.getOutputStream());
    writer.writeBytes(this.read());
    this.reader2 = new BufferedReader(
    new InputStreamReader(
    ss.getInputStream()
    this.writer2= new DataOutputStream(this.client.getOutputStream());
    writer2.writeBytes(this.read2());
    this.writer2.close();
    this.writer.close();
    this.reader.close();
    this.reader2.close();
    this.client.close();
    catch(Exception e){
    e.printStackTrace();
    private String read() throws IOException{
    String in = "";
    StringBuffer buffer = new StringBuffer();
    while(!(in = this.reader.readLine()).trim().equals("")){
    buffer.append(in + "\n");
    buffer.append(in + "\n");
    System.out.println(buffer.toString());
    return buffer.toString();
    private String read2() throws IOException{
    String in = "";
    StringBuffer buffer = new StringBuffer();
    while(!(in = this.reader2.readLine()).trim().equals("")){
    buffer.append(in + "\n");
    System.out.println(buffer.toString());
    return buffer.toString();
    Edited by: Tareq85 on Jun 20, 2008 5:22 PM

  • Can anyone help please with my Time Machine, I have been getting the following message The backup disk image "/Volumes/Mac Backup/Stephen Smith's iMac.sparsebundle" is already in use.

    Can anyone help please with my Time Machine, I have been getting the following message The backup disk image “/Volumes/Mac Backup/Stephen Smith’s iMac.sparsebundle” is already in use.

    See > http://pondini.org/TM/C12.html

  • Help please with 2006 Macbook 13inch, for tv hook up.

    Help please with 2006 Macbook 13inch, to hook up to tv for streaming. The display works through VGA but the audio isn't working. Got a plug that goes into headphone jack on computer and connects into the audio jack on the back of tv but no sound. I'm not quite sure what the issue is, whether its the wrong plug, the tv, or the computer. Best Buy says this is the right plug and it seems that it would be, but who knows. If anyone has any experience in this, I would appreciate the help!

    Make sure those audio plugs are matched with the VGA plug. With your MacBook running something with audio switch between your sources on the TV Component, Composite and such. See if the sound is coming from another source. If so then you've got your audio plugs in the wrong jacks.
    Also could you post the make and model number of your TV.

  • Help Please with Driver

    I need to install the ADB Interface for the X2 onto my computer. Does any one know how or where I can get this driver?

    <Duplicate post.  Please see Help Please with Driver  for any replies.  This post will be closed.>

  • Mail.app and purging of moved messages with IMAP accounts?

    I REALLY want to like Mail.app but one item that has caused frustration for years is the handling (or lack) of handling of my messages once moved to another folder with IMAP accounts. I would like for Mail.app to purge/expunge the messages from the server automatically when the message is moved but it doesn't seem to complete that transaction until you actually quit out of mail.
    I use multiple computers and I don't remember to quit out of Mail.app going from one of my Macs to another and don't want to but I'm getting tired of having to file the messages twice (or more). Is there a way to set Mail.app to do the automatic instant purging (or expunging) of the messages from the originating folders without having to quit out of the application? This seems to be the default behavior for nearly every other mail client I've used, including Entourage and is an option in Outlook and Outlook Express (PC).

    same is true with popmail, not just imap.
    moreover, i think hitting "remove now" just puts content in your server's trash folder, meaning it's still taking up disk quota and you'll never know till you stop getting mail...

  • Apple Mail not working with IMAP account

    I have been using Entourage for my email with several IMAP email accounts. SOme of the accounts I was getting occasional errors so I thought I would try Apple Mail.
    I am able to successfully set up the accounts in Mail (i.e. it successfully logs into server) however it does not get any of the mail nor does it get any of the mail folders that are on the IMAP server (viewing email using Web Mail or even going back to Entourage shows the emails on the account). Are there any special (hidden) tricks that I need to do to get Mail to work with a standard IMAP mail server?

    I have a very similar problem. Apparently IMAP access is better than POP3. Well IMAP slows my Mac to a complete stop whereas POP3 is seamless. I deleted my POP3 mailboxes after successfully accessing my GMail accounts via IMAP, then it slowed down.
    I've deleted the IMAP accounts a few times, but each time a new account is created it forces me to accept IMAP with no option for POP3. The help file also contains no information on POP3.
    I get about 50 emails everyday and my usual point of email access has just become redundant, I must now rely on email via my browser and .
    I made this change because the iPhone does not sync downloaded emails with Apple Mail. In Mail on my Mac, the one GMail inbox I have setup says there are 11 unread which it eventually shows yet none appear unread. I'll have to rely on web-based email until this is resolved.
    Can anyone help with these IMAP access problems?

  • No incoming mail on ipad with IMAP account

    I have not been able to receive incoming mail from an IMAP account hosted by Network Solutions, and I'm not sure if the problem is on the client or server side. I am also not able to delete messages from the inbox. (I get a message saying "Unable to move message: The message could not be moved to the mailbox Trash."
    I am sending and receiving emails from this account on both my iPhone and macbook without any problem. The iPad account is set-up exactly the same on the iPad as it is on the phone and macbook. The inbound port is set to 993, which is what it is automatically set to in the others even though NS says to set to 143.
    I have tried deleting the account and reinstalling many times with no success. I also tried resetting the ipad to factory settings. This worked briefly and everything worked fine for a couple of test emails, and then I was back at square one.
    There are a couple of things I've noticed. All my mail is in the inbox up until 9/5/13, after that there is nothing. If I search for a specific email and opt to continue the search on the server, the email is found and put in my mailbox (it is not there after deleting and reinstalling the account.) Also, I notice at the bottom of the folder bar where it tells you progress, last updated, etc. that when I am checking for mail, the status shows the downloading progress bar and the approximate number of emails I'm missing very briefly.
    Any help would be greatly appreciated.

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Problem with IMAP account, no messages in INBOX

    I'm using the email from o2 Germany with my Pre almost 2 years without any significant problem.
    Now I'm experiencing very strange behavior with the same account and the same IMAP settings on my TouchPad.
    I get no emails shown in the INBOX on TouchPad. Other Folders, Sent, Trash, or any other custom Folders, work correct.
    The update to 3.0.2 didn't help.
    I've deleted the account and created it again, I've done Full Erase, and nothing has helped.
    I believe it's not a connectivity problem. At home I’m on o2 DSL, but I’ve tried it also on other Wi-Fi Networks.
    My wife's account on o2 behaves in the same way, IMAP account of my friend by other provider worked without any problem. But I don’t think the problem is on o2 side, because it works on my Pre.
    Post relates to: Pre p100ueu (O2)

    Are you using Outlook 2003-2010 or Outlook Express to get your email at home or work? If so then you would want to check the settings to make sure the email items are not being deleted from the server.  
    Are the messages are more than 3 days old? If so you may need to correct the settings on the Touchpad under email for the amount of email time synced. 
    Can you check any trash folder for the missing messages?   
    Can you confirm that the missing messages are still in the Inbox on the mail server? You can do this by using a webmail tool for O2 through you browser. 
    Lastly you mentioned that you tried a friend's account and it worked fine. This could indicate an O2 issue through Wi-Fi versus HSDPA (O2 network)? You may want to check with O2 on this issue.

  • Issue with IMAP accounts - cannot delete

    I am running the latest OS on iPhone 4.
    I recently had some issues with my email accounts and had to delete them all from my iPhone, then recreate them. I thought they were originally set up as POP emails, but as I could see all my online folders, I gather they were IMAP.
    I did recreate them all as IMAP accounts, but was experiencing deleting emails whilst off-line, which I could previously do. I am also now experiencing an issue with my main account where every time I try to delete an email, even when online, I get the following message:
    Unable to Move Message
    The message could not be moved to the mailbox Trash.
    I went into the Advanced settings in my account and changed the deleted mailbox to 'On My iPhone', or to the trash folder online, but this hasn't made any difference. I can however move emails into folders, although moving emails to the trash instead of deleting them is a bit of a long winded process. I just can't work out why, before all this, I could delete emails with no problem even when I had no internet connection, and why I can't now.
    Would anyone be able to help? Thank you in advance for any help you could provide.

    Well, I eventually found an answer to this and it seems to work. Here it is in case someone would have the same issue
    http://support.apple.com/kb/HT1393?viewlocale=en_US

  • Mail crashes with IMAP account. Entourage/Thuderbird working fine.

    Hello Mac users!
    Unfortunately, I in the Mail discussion board, so let me repost my issue.
    A few days ago, Mail started crashing when synchronizing with my IMAP server. I've tried all the standard steps like deleting pref, cache, Library/Mail folder; created new user account, repair permissions, cron scripts...
    It crashes on our iMac and Powerbook, so it's obviously related to that particular email account. Other accounts (POP/IMAP) from the same email provider are not affected.
    For some reason though, Entourage/Thunderbird/webmailer have absolutely no problem accessing the same account!
    We heavily rely on Spotlight in our office, so there's no way to get around using Mail.app.
    I can download email using the POP protocol, yet there're many reasons why we're paying for an IMAP server.
    Removing all recent messages using Entourage doesn't have any impact on Mail.app.
    For what it's worth...A crash report can be found here
    Thanks for your help.

    And there goes my second IMAP account! Same server, different account, same symptoms!
    This is getting serious!!!
    Does anybody have a clue?

Maybe you are looking for

  • Clashing Events in iCal

    I have recently converted to Mac (yay!) and have created all of my calendars in iCal. I'm wondering if anyone can help me with iCal and appointment clashing? My problem is that sometimes I have meetings which are fortnightly and some which are weekly

  • Sending attachment with different name

    Hi, is it possible to send attachment with different name with javaMail? If possible, is there a sample code to do it? Thanks. Edited by: user1071181 on Aug 6, 2011 2:14 PM

  • Where to find storage capacity info & what i used up already?

    also, how do uninstall something I downloaded from the internet - for example, the AOL AIM thing? Where would i go to find it and what do i do then? thanks.

  • Back Up/Restore issues -

    I recently updated my Iphone 4 to the most recent IOs 6.1 in ITunes. I backed up my data but I cannot find my Back up when it was time to Restore. Can someone tell me what to do or where to go? All my data, pictures, contacts, etc. are gone..... Plea

  • Search same role with multiple subprocess

    Guru's Using CUP 5.3 sp 11 Is there anyway I can add same role to multiple subprocessess. Ex : on select role page. selected application area - > business process - > subprocess. We have some general roles which has to go with multiple sub processess