Mail Folder Synchronisation between two Mac computers

I have an iMac as well as a MacBook Pro. I use mainly the iMac for my emails and filing, and when i am travelling i use the MacBook. Is it possible to have automatic synchronisation of the mail folders between the two computers, so that they are both up to date at all times? Please advice.

nobody answered

Similar Messages

  • Remote access between two mac computers?

    HOw can I set up remote access between my Mac and my daughter's Mac. In other words how can she access my computer when I am away?

    OS X: Using and troubleshooting Back to My Mac with your iCloud account

  • Can Firefox Sync be set up between two Mac computers, both with Firefox v36, but not running on the same OS X versions?

    I have a MacPro desktop (10.8.4) and MacBook laptop (OS 10.6.8). Both have the latest version of Firefox (v36). I've noticed some of the add-ons for one is not available for the other. How will Firefox Sync handle this? Can Firefox Sync be safely set up?
    Thank you,
    no1uno

    '''''"To give one example, one of the add-ons in the laptop is 'SEO for Firefox 3.6.4'. It seems this add-on is not available for (or compatible with?) the more recent OS of the MacPro. How would Firefox Sync handle this? "'''''
    I don't even see an extension by that name at the official Add-ons website - AMO. https://addons.mozilla.org/en-US/firefox/
    If you installed that extension from anywhere except for AMO I would expect Sync to just ignore it.
    ''I have at least a half-a-dozen extensions that don't get sync'd, because they aren't available from AMO - they were installed from the author's own websites.''
    As far as how Sync would handle versions of the same extension, but for different operating systems or OS versions - I would like to see an example of such an extension, that is the exact same extension ''[but maybe different version numbers]'' that is hosted at AMO.
    Also, Sync doesn't actually "synchronize" extensions, it "installs" the same extension that is "noted" as being installed on one device, and installs those same extensions on the other devices that don't have the same extensions.
    And that creates another problem ''[IMO]'', the preferences don't get "sync'd" '''''if''''' an extension isn't specifically made to be compatible with Sync. There is no "standard" at AMO for add-on extension authors to "tell" users that their extension is specifically compatible with Sync, as far as synchronizing preferences and "data" is concerned.
    One example is - https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ - '''yes''' it is Sync-compatible and the GM scripts do synchronize, but the AMO page says nothing about that "feature" being available. Also, Adblock Plus is partially compatible - but only as far as the Filter subscriptions are concerned, none of the user created "custom" filters are synchronized.

  • Transferring file between two mac os 10.7.5 computers

    what do i need to trsansfer files between two mac os 10.7 computers on the sqame network and I want to do this over the wireless network?

    Hope this helps.
    If both computers are using OS X Lion or OS X Mountain Lion, use AirDrop to send files wirelessly to those near you.
    http://support.apple.com/kb/PH11466

  • Sync folders between two Macs

    Howdy,
    I want Mail on two of my Macs to be in sync. I have a lot of rules set up and once the rules are applied the mail is sorted in local folders so it disappears from the inbox. This of course causes it to no longer be available on the other Mac.
    Looking for an application that can sync files I select between two Macs whenever a change is detected on either of them, in this case my Mail folder and peferences. This can go directly or through an OS X server that's running 24/7. I don't want to move my folders to the mailserver but keep them local.
    Any suggestions?
    Thanks in advance.

    fossy207 wrote:
    I've had a Macbook Pro for about a year and a half and love it so much that this Christmas I decided to buy myself a second Mac. I got a refurbished 24 inch iMac and just set it up last night. During the setup it occurred to me that there are certain folders on both computers (documents, pictures, audio, downloads, etc) that I would like to have available and synchronized between both computers. I'm sure I'm not the only one who'd like to do this. Does this functionality exist in Snow Leopard?
    no. not unless you want to use a command line tool like rsync.
    If not, are there any 3rd party apps that will solve my problem?
    you can use Chronosync or ForkLift. also,you can sync not directly between computers but via a cloud. there are many services that do that. there is apple's own mobileme. another very popular one is DropBox.
    Thank you for reading.
    -Chris

  • How to share documents between two macs,

    I NEED TO SHARE documents between two macs....keynote dcts.....and I always want to be working with the last dct, what is the esiest and safer way to do it ?

    Ok I have three macs sharing mobile me. One at work that´s a imac,at home my old Mack book Pro with a big monitor and now I got a beautiful Mac Book Air.
    The two computers at home can be connected wireless,I have a time capsule disk that at this moment is only backing up my MBPro. I will use my MBA for everyday use,mails,navigating and for lecturing....with keynote. Basically the documents that I need to share daily will be keynote dcts. And may be some apperture projects.
    All the mails calendars etc work beautiful with mobileme.
    I don´t really need to conect the imac at work.
    Any ideas to make things easy?
    If I work only wit dcts does are about 400 KB. If I use my folder of preentations is about 42 GB, I think I just need to work with dcts....

  • How do I share files between two Macs on my wireless network?

    I have an iMac G4 and an ibook G3 on a wireless network. I have "file sharing" activated on both computers. (Also Appletalk, which may or may not be a misguided move, but I got the idea from OSX "Help.")
    When I try to get from either computer onto the other, my computer is recognized by name (another alternative is to log on as a "guest"). I'm prompted for a password. None of the passwords I use works. I've tried the administrative passwords for both computers.
    How do I get beyond this hurdle to share files? I've posted elsewhere to no avail. This must be an easy one. How do you share files between two macs on one network?

    Do your accounts on the machines have the same short name? It's an issue I've seen a few names.. one machine with bsmith, the other with bobsmith, but the long names for both being "Bob Smith". The login windows would confuse users because it showed their names, but because the short names didn't match, it wouldn't work.
    The password you should use is the administrative one, so I don't know why you're not having luck.

  • ICal Sync between two macs

    Is there a way to sync iCal between two macs without having a .Mac account?
    Thanks,
    "D"

    As far as backing up your calendars, I use the A/S below (scheduled daily) to backup my calendars. It places a copy of (~/Library/Calendars) in your (~/Library) folder.
    Can be modified to locate the backup to an external drive if desired.
    --pick up directory path
    set WhoAmI to ((path to library folder from user domain) as string)
    set the_date to date string of (current date)
    tell application "Finder"
         --make our backup folder if necessary
         if not (exists folder (WhoAmI & "CalBackup")) then
              make new folder with properties {name:"CalBackup"} at folder WhoAmI
         end if
         delete every folder of folder (WhoAmI & "CalBackup")
         delay 3
         make new folder with properties {name:the_date} at folder (WhoAmI & "CalBackup")
         duplicate files of folder (WhoAmI & "Calendars") to folder (WhoAmI & "CalBackup:" & the_date)
         --check file sizes
         set FileList to every file of folder (WhoAmI & "CalBackup:" & the_date)
         repeat with ThisFile in FileList
              set TheSize to (size of ThisFile) / 1024
              if TheSize < 0.2 then display dialog ((name of ThisFile) as string) & " may be empty" with icon caution
         end repeat
    end tell
    Copy the script and paste it into your Script Editor. I saved it as an app called "iCal Backup" which I schedule to run daily.

  • Can Lion server keep my photos in sync between two macs?

    can Lion server keep my photos in sync between two macs?  Where should I keep them, we have Aperture 3 and my wife still likes iphoto '11.  I've already tried plenty of 3rd party solutions with little success.  I simply want my MBP to "mirror" the imac with the exception of iMovie footage.  Is this what the server app can do?  I am bad enough with computers, but even thinking about a server gives me migraines!

    discussing this right now at this link...
    http://discussions.apple.com/message.jspa?messageID=1473705#1473705

  • Using A FireWire cable between two Macs and Migration Assistance to transfer all my desktop to my macbook laptop, will all my apps, bookmarks, contacts and files be transferred? I am trying to make a complete copy of my desktop to my laptop.

    Using a FireWire cable between two Macs and the Migration Assistance feature, will al my apps, bookmarks, contacts and files be tranferred?

    See Pondini's Setup New Mac guide

  • Communication between two Macs Server

    Communication between two Macs Server:
    Can they work together and communicate and interact normally in a PowerMac network, OS X 10.5.8 Server installed, and a MacPro computer that is running Server 4.0.3 on Yosemite? Had to do some additional implementation?
    Regards

    from the JavaDocs:
    http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletContext.html
    getContext
    public ServletContext getContext(java.lang.String uripath)
    Returns a ServletContext object that corresponds to a specified URL on the server.
    This method allows servlets to gain access to the context for various parts of the server, and as needed obtain RequestDispatcher objects from the context. The given path must be begin with "/", is interpreted relative to the server's document root and is matched against the context roots of other web applications hosted on this container.
    In a security conscious environment, the servlet container may return null for a given URL.
    Parameters:
    uripath - a String specifying the context path of another web application in the container.
    Returns:
    the ServletContext object that corresponds to the named URL, or null if either none exists or the container wishes to restrict this access.
    See Also:
    RequestDispatcher

  • I own and work on two Mac computers.. a MacBook Pro and an iMac. Am I required to "purchase" the one-time in-App purchase of $4.99 TWICE, one for each computer..??

    I own and work on two Mac computers.. a MacBook Pro (dual core, 3.06GHz, 8 GBs RAM) and an iMac ((dual core, 3.06GHz, 4 GBs RAM). Am I required to "purchase" the Garageband one-time in-App purchase of $4.99 TWICE, one for each computer..??

    The answer to your question is not about the GarageBand content but the concept of downloading any apps (or in-apps purchases) from the app store. The Key is your Apple ID.
    Whenever you download an app (it doesn't matter if you pay for the app or if it is free) you have to to be logged in to the App Store with a valid Apple ID. That becomes your "Online License". Whenever you are logged in to the App Store with that Apple ID you will see your Purchase History, what apps you downloaded and also what apps have updates available. As you see, this procedure is independent from your actual computer. The App Store is only interested in your Apple ID for verification.
    To download an app or content on a different computer, just make sure you are logged in to the App Store with the same Apple ID you did for the initial purchase.
    The button will now display (instead of Free or the price tag) "Install" because the App Store knows that you purchased the item before (with that Apple ID) and that you computer you are on at the moment oesn't have th app installed. Just click the "Install" button to download the app.
    Here is how the Button looks like depending on the condition.
    The same principle applies to in-app purchases. With GarageBand, when you try to restore Purchases, make sure you are logged in in the Apple Store with the Apple ID you made the original purchase.
    One more thing: You don't need to be logged in to actually run an app, only for online activities (downloads, updates)
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Two Mac Computers and Time Capsule can't network all

    I have two Mac computers, a Mac Mini and a MacBook Pro. I also have a Time Capsule. For some reason I can only connect from my Mac Mini to the MacBook Pro, but not from the MacBook Pro to the Mac Mini. On the MacMini, when I go to Go menu in the finder and then Network, I see the Time Capsule and the MacBook Pro. If I want to go the other way MacBook Pro to the MacMini all I see when I go to Go menu in the finder and then Network, is the Time Capsule. I have searched all over the internet to find an answer to fix the problem but I have not found anything. Help! Please.

    Well, I wrote my question at 2am after hours of experimentation. The next day all seems well. It seems changing the broadcast frequency worked, but they needed time to decide they liked each other. I wish I'd known that 6 months ago! It was weird because when I first plugged the time capsule on this time it seemed the MacBook detected it just fine. Then I worked to get the internet connection going and it all went sideways. Very mysterious. Thanks for reading.

  • How e-mail is routed between two servers

    Hi ,
    Please anybody tell me how e-mail is routed between two servers , from the software point of view as well as hardware point of view .
    And how Java mail API related to that .
    Thanks,
    Kiz

    If you're looking for a simple answer there isn't one. Here's a place to start.
    http://community.roxen.com/developers/idocs/rfc/rfc974.html

  • Transferring applications between two Macs in different locations?

    What is the easiest way to copy an application between two Macs? I originally installed a graphics program on my old eMac G4, then used the Migration Assistant to transfer it to my new iMac G5. I then reinitialized the old G4 and didn't bother to reinstall the graphics program, but now I would like to have it on this machine as well and I can't find the original install disk for this application. Complicating matters is that the machines are now in two different places, one at home, one at work. This is an expensive program, so I would hate to have to buy another copy and am kicking myself for not being able to find it. Thanks for any help...

    If you can't find the original install disk for the program, contact the program vendor. Some may offer you a replacement disk for a nominal fee. And be sure to follow whatever license agreement you have for the purchase of that software. If it can't be installed at both home and at work, and you can't afford another copy of that program, you may want to seek a cheaper alternative.

Maybe you are looking for

  • HT1665 Is their an adapter to connect a i phone 3 to a lightning connector

    we have recently purchased a Sony radio/alarm with docking station. The docking station is for the i phone 4/5 series . Is there an adapter to connect from this to my i phone 3 ?

  • Nokia E72 button light problem

    guys really i began to hate that phone really it's the million time that i notice a bug or an issue i can't enjoy my phone i bought it on 1/1/2011 and i feel like i wanna get ride of it :s well as for today's issue :   [ hope it's the last one] i was

  • Gimp will not run properly

    I just purchased a 24 inch Imac and Gimp will not run properly. I have the latest system updates and firmware. Gimp starts X11 and appears to load, but the only item visible is the Gimp menu, none of the tools. It shows as running in the dock. If I t

  • LabVIEW FPGA: Multiple SCTL versus one SCTL (same clock domain)

    Hello NI forums, Question: See the attached picture from a modified version of the LabVIEW DRAM FIFO example. It probably explains my question more effectively than the paragraphs below. What is the difference to the LabVIEW / Xilinx compiliers, if a

  • How to know ITS Server URL??

    Dear all, I am trying to call ECC Transactions into IC Webclient, For that I have mapped logical system and need to give ITS Client number and URL in 'CRMS_IC_CROSS_SYS' transaction. I dont know from where we can get ITS client number and URL. We are