Is there a way to automatically move mail from one folder to another?

Is there a way to periodically, automatically, move mail from one folder to another?
For example, I'd like to move mail from one of my IMAP/Archives folders to my MyMac/Archive folder and I'd like this to happen without intervention.
Can this be done?

I'll try to be more specific.
When I'm done with an email, I archive it.
Because I have multiple email accounts, this results in emails in multiple Archive folders (one per account). 
I'd like to have these automatically all moved into one (on my Mac).

Similar Messages

  • Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?

    Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?  The cut and paste function is not available and there's no "move to" function.  Am I missing something?  It was so easy with Windows.

    Drag the files, or press Option when pasting them; this accesses the Move To function.
    (124070)

  • Is there a way to transfer apple apps from one account to another?

    is there a way to transfer apple apps from one account to another?

    None that you can do yourself, and probably none at all; if desired, click here and ask.
    (114191)

  • Move files from one folder to another javascript?

    I am running a 3-action droplet automatically using windows task scheduler.  Here are the 3 steps:
    1.    Batch file to move files from hot folder to processing folder
    2.    Run IPP (dr brown's image processor pro) using preloaded settings to make several sizes copies of the files.
    3.    Bat file to move the files from processing folder to archive folder.
    The problem I am observing is that Step 1 works and IPP begins to run.  It only processes the first few images, and then moves on to the 3rd step where the bat file is ran to move all files from processing folder to archive folder.   The trouble is, only a few images were processes (about 10 or so), yet all of the images get moved to the archive without being processed.  Is there a way to make sure that step 2 (IPP) doesn’t begin until all files have successfully been moved from the hot folder to the processing folder?  IPP starts right away and files are still being transferred to the processing folder.
    Does anyone have a script that will move files from one folder to another? 

    I'm sure I have see a way to close down Photoshop in a Photoshop script.  I never had the need to.  It may be a simple statement like app.close(); I don't know javascript and only hack Photoshop script mostly by looking at others code.  app.close(); is a guess on my part. Let me try it. I was wrong its photoshop.quit();
    So make your MoveToArchive.jsx look something like this
    try{
       var BAT = new File(Folder.temp + "/MoveFilesToArchive.bat");
       BAT.open("w");
       BAT.writeln('Copy /Y "c:\\Process\\*.jpg" "c:\\Archive\\*.*"');
       BAT.writeln('Del "c:\Process\\*.jpg"');
       BAT.close();
       BAT.execute();   // execute the temp bat file
    }catch(e){
    alert("Bat MoveFilesToArchive  failed to execute.");
    photoshop.quit();

  • Move files from one folder to another

    I am brand new to the application and have spent a ton of time googling various topics, but need some additional help. Seems easy enough, but I can't figure out how to do it...
    I would like to move pics from one folder to another. I can drag files from one folder to another, but they still reside in the original folder as well. Is there a way to cut and paste or a similar function to accomplish this move?
    Thanks.

    Hey, HawaiianHaole, as a multidecade Mac user, let me tell you, Aperture is about the worst example of Mac-iness one could imagine. Ironic, as it's (of course) made by Apple. But it is so inflexible, and insists so vociferously on making the user learn its peculiar interface conventions it reminds me most of something out of that famous company in Redmond.
    Want your Projects in an order you choose? Sorry! Want to arrange your windows so you can see your list of chat buddies while you're working in Aperture? Nope, can't do it! Aging eyes have trouble reading tiny grey type on a grey background? Hey buddy, it was your choice to grow old, don't blame us!
    But all is not lost. Aperture has gotten considerably better of late (versions up to 2.0 were fundamentally unusable in many ways) and will hopefully continue to improve. (ie Maybe they'll fix the printing thing...)
    Please don't make Aperture the basis for your judgement of the Mac OS. Many long time Mac users are having as much trouble with Aperture as you. Mac OSX has significantly reduced customizability but at the benefit of much improved stability and indeed usability. Old school Mac users had to learn to accept this, which most did. You'll hear people talk about the "Way of the Steve". As irksome as Aperture can be, you'll actually have a better time of it if you adopt the Way of the Steve, and accept that you can't do things the way you might want to. This is imho antithetical to the original Mac many of us knew and loved, but it's the way things are today, so we mostly shut up and take it. You can fight with your software all day, or just accept that there are ways you have to adopt and adapt to them.
    Welcome to the Bright Side, hope your Mac experience improves.

  • How to move files from one folder to another folder in webdynpro java for sap portal

    Dear Experts,
    I wan to move files from one folder to another folder in SAP portal 7.3 programmatically in webdynpro java.
    My requirement is in my portal 1000 transport packages is their. Now i want to move 1 to 200 TP's into Archive folder.
    Can you please help me how to do in through portal or wd java ...
    Regards
    Chakri

    Hello,
    Do you know what the difference between copying a file this way :
    ** Fast & simple file copy. */
    public static void copy(File source, File dest) throws IOException {
    FileChannel in = null, out = null;
    try {         
    in = new FileInputStream(source).getChannel();
    out = new FileOutputStream(dest).getChannel();
    long size = in.size();
    MappedByteBuffer buf = in.map(FileChannel.MapMode.READ_ONLY, 0, size);
    out.write(buf);
    } finally {
    if (in != null) in.close();
    if (out != null) out.close();
    ================SECOND WAY============
    AND THIS WAY:
    // Move file (src) to File/directory dest.
    public static synchronized void move(File src, File dest) throws FileNotFoundException, IOException {
    copy(src, dest);
    src.delete();
    // Copy file (src) to File/directory dest.
    public static synchronized void copy(File src, File dest) throws IOException {
    InputStream in = new FileInputStream(src);
    OutputStream out = new FileOutputStream(dest);
    // Transfer bytes from in to out
    byte[] buf = new byte[1024];
    int len;
    while ((len = in.read(buf)) > 0) {
    out.write(buf, 0, len);
    in.close();
    out.close();
    And which is better? I read up on what each kind of does but still a bit unclear as to when it is good to use which.
    Thanks in advance,
    JavaGirl

  • Why can't i move files from one folder to another by sliding them?

    help. i am trying to move files from one folder to another. but i cant slide them by clicking on a file and sliding it to another place. any suggestions? thank

    Go to Finder "Go" menu hold the option key and choose Library. Then go to Preferences trash these files:
    com.apple.finder.plist
    com.apple.sidebarlists.plist
    Then, restart, or log out and in again.
    (You will have to reset a few finder prefs the way you like them.)

  • How do I move pictures from one folder to another folder?

    How are photos moved from one folder to another?  Second question:  How can a folder be renamed?

    In PSE11 Organizer, your managed folders(folders from which you have imported your media) are shown in your left panel under "My Folders". There is a small icon next to this label 'My folders" which on mouse hover says: "Show folder hierarchy". Click on this one to see the folder tree. Now expand teh tree to a folder from where you want to move files from. Also expand the folder tree such that your destinatio folder is also visible. Just click on source folder so that you see the media to be moved. Select and drag them to the destination folder icon.
    Also if you want to move your media to an unmanged folder(which does not have any media imported into EO yet), you need to right click teh parent folder and select "show all sub folders" to view that folder. And then you can move your media in the same way.
    Hope that helps!
    Regards,
    vaishali

  • Can't move document from one folder to another

    In the previous incarnation of Pages, right when it first developed Folders (a long overdue development), I was able to easily move a document from one folder to another on my MacBook, as well as my iPad.
    Now, whenever I grab a document and try to drag and drop it into a new folder to move it, it won't let.
    Did Apple actually remove this functionality from Pages?

    Didn't have the Yosemite MBA powered up, so verified this on Mavericks with Pages v5.2.2. Since Apple has essentially frozen the Pages v5 codebase, figured this would also work on Yosemite.
    Any application (e.g. TextEdit) that takes advantage of this titlebar feature can move documents in this manner.
    In the Finder, you can move a document from one location to another by depressing the command key while dragging the file.
    In Pages v5.2.2, with the document chooser open, I can use the preceding sentence move technique to move a file from an open folder into the Pages document chooser and it will automatically switch the Pages document chooser to inside that external folder — without launching the document. But, the command+drag feature does not work to move a document visible in the Pages v5.2.2 document chooser to another Finder location, or even into a folder visible within the document chooser.

  • I suddenly can't move files from one folder to another in my FlashHelp project.

    I have RH8 (8.02). I have been working on this project for a couple of years now.
    What changed? I had imported a Word document and then removed the document and the folder it created from the Project Manager. Now I cannot move any of my files from one folder to another in the Project Manager pod. I susptected a corrupt CPD file so I closed the project, deleted the CPD file. Next I opened Robo from Programes (I never open from the .xpj file), went to Tools>Options and deleted the pinned most recently used project. Select Open, and locate/open the xpj file. I've also re-generated the output (no errors) and completed all these steps again. Of course Robo only goes haywire on me right before I have to publish for our new software release.

    Hi there
    From what I'm seeing my own guess here is that RoboHelp is still believing that the content belongs to word.
    I might suggest the following steps.
    Open Winows Explorer and make copies of the HTML files involved. Then from RoboHelp, delete or remove the content. Then use the Import function to add the desired HTML files back into the project into the desired folder.
    My thought is that by taking these steps you will have effectively disassociated Word and the topics should now be independent topics that RoboHelp should allow you to manage as you wish.
    Hope you get it sorted... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How do I move files from one folder to another?

    On my MacBookPro I am trying to move files from one folder to a BSB drive.  I can copy, but I do not want the files left in the original location.  What do I do?
    J W

    Press the Command key while dragging them.
    (58054)

  • Move Mail from one user to another user on same iMac?

    How do I move my Mail (library and preferences) from one user to another user on the same Imac? This way I want to split afterwards the mailaccounts that now sit in one user over the old and the new user by deleting those mailaccounts that I do not want to have in one or the other user account. Appreciate the help.

    How do I move my Mail (library and preferences) from one user to another user on the same Imac? This way I want to split afterwards the mailaccounts that now sit in one user over the old and the new user by deleting those mailaccounts that I do not want to have in one or the other user account. Appreciate the help.

  • Can you move mail from one account to another?

    I Use Bellsouth as my ISP. As other Posters have noted they are one of the ISPs that won't accept outgoing mail when you are on the Edge Network (even more frustrating since they are owned by AT&T!). When I go out, I have to change my outgoing mail server to cwmx.com which allows me to send messages and reply to e-mails over the Edge network or random Wi-Fis I pick up.
    However, cwmx.com doesn't work over my home network...I have to reinsert mail.bellsouth.net:25 in the outgoing server. It is a real pain.
    So, I also have a G-mail account. I thought if while I was out, and I went to iPhone/settings/mail/default account, I could select G-mail as the default and I could respond to e-mails that came in on my Bellsouth account via G-mail. Not so fast, Kemosabe!
    So, does anyone know a way to move an incoming message from one email account to another on the iPhone so you can reply using a different account?
    Just as an anecdotal observation, seems like Apple's iPhone partner, AT&T and all of it's children could give less than two hoots about Apple, Safari, etc. They seem pretty stuck in the PC world.

    Formally I always used my ISP's email account as my primary account and when moving or if deciding to change ISPs (I moved twice within a two year period of time), this required changing my email address so I switched my primary email account to a .Mac account so my ISP doesn't matter. It has an authenticated SMTP server so I can send messages with my account regardless which ISP I'm using for my internet access.
    A Gmail account would provide the same for you, is free and can be accessed as a POP account or IMAP account with any email client on your computer and with the iPhone's email client. An IMAP account would also provide for keeping all server stored mailboxes synchronized between both email clients used and the ability to save Sent messages on the server with both so sending a message with the iPhone's email client will be available in the account's Sent mailbox with the email client used on your computer automatically and vice-versa. You can also create additional server stored mailboxes with the email client used on your computer for storing received or sent messages by by category and these additional server stored mailboxes will be available with the iPhone's email client automatically.
    This is not possible with a POP account and BellSouth provides POP account access only.
    I understand it is a pain to change your email address but with the combined benefits of a Gmail account which is free and has a good spam filter on the server, I think you should give this some serious consideration.

  • Is there a way to transfer advanced actions from one project to another?

    We have several "developers" working on Captivate files.  It looks like I am going to need to do some of the advanced actions on other people's files.  Is there a way to export from mine into theirs

    One of my most urgents feature requests, but not yet there. I suspect it it mostly due to the fact that each object in CP needs its own unique ID, and that makes transferring advanced actions that do often reference objects pretty complicated. Nevertheless expect, hope that it will be possible in a future release.
    Only way to transfer advanced actions is using a template as I demonstrated in this old blog post:
    Template for reusing script
    Your project has to be based on that template to have the advanced actions available. There is no apparent way to make a template out of a CP-file, but usually just changing the extension of the CP-file from cptx to cptl will provide you with a template
    Of course you have to be very careful with the ID's as I started to explain.
    Lilybiri

  • Move mail from one spool to another spool directory?

    I have a situation where I think a user's mailbox is corrupt, so my thought is I have to make a new /var/imap structure and rebuild the database. However, mail services have to be off to do this... and it will take a while.
    My question is, can't you simply copy the structure from /var/spool/imap/user/xxxx to a new/different account, and rebuild one account individually (so that it now recoginizes this mail in it's spool??)
    I have tried the individual reconstruct command but to no avail, apparently.
    Thanks for any tips (the goal is to get at this specific email as soon as possible, one way or another).
    OS X Server 10.3.7

    Formally I always used my ISP's email account as my primary account and when moving or if deciding to change ISPs (I moved twice within a two year period of time), this required changing my email address so I switched my primary email account to a .Mac account so my ISP doesn't matter. It has an authenticated SMTP server so I can send messages with my account regardless which ISP I'm using for my internet access.
    A Gmail account would provide the same for you, is free and can be accessed as a POP account or IMAP account with any email client on your computer and with the iPhone's email client. An IMAP account would also provide for keeping all server stored mailboxes synchronized between both email clients used and the ability to save Sent messages on the server with both so sending a message with the iPhone's email client will be available in the account's Sent mailbox with the email client used on your computer automatically and vice-versa. You can also create additional server stored mailboxes with the email client used on your computer for storing received or sent messages by by category and these additional server stored mailboxes will be available with the iPhone's email client automatically.
    This is not possible with a POP account and BellSouth provides POP account access only.
    I understand it is a pain to change your email address but with the combined benefits of a Gmail account which is free and has a good spam filter on the server, I think you should give this some serious consideration.

Maybe you are looking for

  • How do I add photos to etsy using Dropbox from my iPad?

    I am a brand new iPad user.  I need to create etsy listings and thought I would be able to do that with an iPad using files from Dropbox.  When I click on add photos nothing happens.  Is this not possible? Should I have gotten a MacBook air instead?

  • ITunes 6.x.x.x

    hey, is there anywhere where i can download an OLDER version of iTunes, i have just reformatted my computer so have got iTunes 7.0 and it is literally a pile of crap!! the song quality is sh*t! when i play a game whatever button i press skips through

  • Can't Purchase anything in App Store, Additional Security Information Needed

    I am trying to make a purchase from the App Store in Snow Leopard 10.6.8, but can't make any purchases. When I try to purchase, I get the message, "Additional security information is needed. To use this Apple ID you must first login to the my info we

  • Photoshop Lightroom vs. Photoshop

    What is the difference between Photoshop Lightroom and the regular Photoshop?

  • Pages and images take a few refresh hits to actually load

    When using FireFox I have been experiencing load issues when coming to almost any website. What I have to do is refresh the page about two-five times before the page actually decides to load. Favicons do not appear on certain sites and loading images