Skip to main content

Home/ The Apple Group/ Group items tagged handle

Rss Feed Group items tagged

Duncan Williams

Mac Support Melbourne | Macbook Pro Support Melbourne | MAC ZEN - 0 views

  •  
    Don't lose your data when you trust us for Macbook Pro repairs in Melbourne. The Mac Zen team will handle your Mac repairs in Melbourne with ease
Bakari Chavanu

TidBITS Networking: Achieving Email Bliss with IMAP, Gmail, and Apple Mail - 0 views

  • Well, that's what I intended to do, anyway. The more I wrote, the more I realized how many aspects of the IMAP/Gmail/Mail universe are unclear or confusing, as evidenced by the many email messages I've received on those subjects, and as feedback to my books ("Take Control of Apple Mail in Leopard" and "Take Control of Spam with Apple Mail") and my Macworld articles on the topic. So, what I thought would be a straightforward article has turned into a manifesto. (That means it's quite long, and somewhat opinionated - fair warning!) And, I admit it: I've written it for a largely selfish reason, which is to save myself from having to explain this information repeatedly in email messages! But I do hope you'll find it interesting and helpful if you've ever struggled with the combination of IMAP, Gmail, and Mail.
  • POP and IMAP are both methods of retrieving messages from a mail server. (In fact, many mail servers support both protocols, enabling you to access the same messages in either way.) The most common way to explain the difference between POP and IMAP is this: With POP, you download all your messages to your computer, whereas with IMAP, all your messages remain on the server. That's more or less true, but it overlooks several important points.
  • In the first place, IMAP servers, unlike POP servers, can keep track of flags for each message, indicating things like which messages have been read, forwarded, or replied to. With POP, your local email client has to track this information. That means if you download a bunch of messages on computer A using POP but leave them on the server, and then switch to computer B, you can still download the messages again, but they'll all appear to be unread - computer B won't know which messages you've seen, filed, or otherwise dealt with, because that information isn't kept on the POP server.
  • ...5 more annotations...
  • Second, speaking of filing, another key difference between POP and IMAP is that POP has just one mailbox - your inbox - on the server, whereas an IMAP server can have any number of mailboxes. So, if you check your email on computer A and move a certain message to your Read mailbox, and then check your email on computer B, that message will appear in the Read mailbox there as well.
  • If you use IMAP, you absolutely can have local copies of all your email messages, in their entirety, on your computer, and you can read, search, file, and do anything else you want to do with those messages even if you have no Internet connection at all - just as you can when you use POP.
  • And, as a bonus, you can use IMAP as a sort of rudimentary email backup. Even if your disk crashes or your computer is stolen, you'll still have a copy of all your messages on the server.
  • IMAP does have a couple of downsides, which may or may not be significant to you. First, most IMAP servers impose a storage quota on each user. If that quota is fairly low (say, 1 GB), you could run out of space for all your messages, forcing you to move some off the server to a mailbox that's stored only on your computer.
  • Apple Mail, which is a much better IMAP client than some, nevertheless has a handful of quirks in its handling of IMAP that can drive one to distraction. If you combine Mail's IMAP oddities with those of a less-than-standard IMAP server - Web Crossing, I'm looking at you - you could easily have unpleasant experiences that may lead you to the erroneous conclusion that IMAP itself is buggy or poorly designed. (Later on, I'll get into the even weirder ways that Gmail deals with IMAP.)
yc c

Information - 0 views

  •  
    The USB Overdrive X is a device driver for Mac OS X (Jaguar, Panther and Tiger) that handles any USB mouse, trackball, joystick and gamepad from any manufacturer and lets you configure them either globally or on a per-application basis.
yc c

Tim Berners-Lee - 0 views

shared by yc c on 14 Mar 09 - Cached
  •  
    'If your email is sent from Microsoft Outlook, and contains an attachment, I will be more likely to discard it...' :-) For the record: I hate spam. I and my staff waste a significant amount of time deleting spam. I feel that those who make their living sending spam damage the whole community for the sake of greed. The lie "you are only getting this because you have been signed up for it" makes me sick. My handling change for unsolicited bulk email is $10,000 plus recovery costs and legal fees. I would support legislation which made it illegal to to falsify or omit the full identification of those responsible for any commercial mail. I believe that the falsification of email headers for one's own gain and other's loss is fraudulent.
Graham Perrin

XBinary: Extended Binary Format Support for Mac OS X - 0 views

  • Extended Binary Format Support
  • © Amit Singh
  • January 2009
  • ...51 more annotations...
  • —With the advent of x86-based Macintosh computers, Universal binaries, originally known as "fat" or multiple-architecture binaries, appeared in Mac OS X.
  • Universal Binaries
  • for one or more architectures
  • along with a header that describes each constituent binary.
  • a wrapper that contains Mach-O binaries
  • a "4-way fat" executable could consist of Mach-O executables for the i386 (32-bit Intel), x86_64 (64-bit Intel), ppc (32-bit PowerPC), and ppc64 (64-bit PowerPC) architectures
  • Mac OS X does not provide any kernel-level or user-level interfaces to extend binary format support.
  • we'll need to write special software
  • new kernel functionality
  • software will involve a kernel extension.
  • extend the kernel
  • and execute them through specified handler programs.
  • Let us call the new software that implements these features XBinary. binfmt_misc Those familiar with the Linux kernel will realize that functionality similar to what's been described here exists in Linux as the binfmt_misc kernel feature. XBinary is conceptually similar
  • XBinary also has some Mac OS X specific features.
  • download and install the XBinary package
  • a command-line tool (xbinary
  • a kernel extension (xbinary.kext)
  • research software at this point
  • choosing the best library from an extended fat library file.
  • for developers, researchers, and power users
  • take XBinary for a spin
  • XBinary: extended binary format support for Mac OS X Copyright (c) 2009 Amit Singh. All Rights Reserved. http://osxbook.com The XBinary software allows you to extend the Mac OS X kernel such that it can recognize arbitrary binary formats and execute them through specified handler programs. (Mac OS X natively supports executing only Mach-O binaries, Universal (fat) binaries, and interpreter scripts.) XBinary consists of a kernel extension (xbinary.kext) and this command-line tool, which lets you control the XBinary facility. This requires superuser privileges, so you should run this tool using sudo(8). The XBinary kext must be loaded for the facility to be available.
  • You can add and manipulate in-kernel entries that enable recognition of binary formats.
  • You can also specify flags that affect how a matched entry is processed. By default, the argument vector IS adjusted and setuid/setgid binaries are NOT allowed.
  • make experimentation involving new binary formats easy
  • Let us look at Java applications
  • then specify this wrapper script as the interpreter
  • and subsequently invoke the Java application launcher.
  • given a Java class file
  • a wrapper script
  • We don't even have to write such scripts
    • Graham Perrin
       
      :-)
  • a Universal binary containing, say, Tiger and Leopard versions
  • simplify code creation and maintenance.
  • Consider a 2-way fat binary containing i386 and x86_64 architectures.
  • operating system versions in addition to processor architectures.
    • Graham Perrin
       
      :-)
  • Now think of an "extended" fat binary mechanism that incorporates
  • our hypothetical extended fat binary contains eight "architectures"
  • the extended fat feature as implemented by XBinary is not a complete implementation
  • These examples assume that you are on an x86 (little-endian) machine.
  • XBinary requires Mac OS X 10.5.x (Leopard).
  • Executive Summary This document discusses XBinary, a new software that lets you add kernel-level support for executing files in arbitrary binary formats on Mac OS X.
  • Extending Executability
  • recognize arbitrary binary formats
  • using the xbinary tool
  • copious "help" output
  • Each entry must have as its name a unique identifier string up to 31 bytes in size. Additionally, a set of other arguments specify to the kernel how to recognize that binary format and which interpreter to invoke to handle it. XBinary can recognize a binary EITHER by matching magic bytes within the first page of the file OR by matching a file extension. OTHER_ARGS must be a valid combination of the following arguments (some are optional).
  • that will determine the startup class name
  • Bonus Feature: Extra Fat Binaries
  • Since XBinary is experimental, why not experiment with such a feature too?
  • XBinary wouldn't be able to help the dynamic linker
  • The XBinary software
liza cainz

HelpGurus Computer Help Fixes Email Problems - 1 views

HelpGurus has consistently showed me that they can handle any computer related problems with ease and professionalism. They do whatever they can until they resolved their client's PC problems. In f...

support service Desktop computer technical services PC tech

started by liza cainz on 14 Feb 11 no follow-up yet
yaleinancy

Cut Price nike air max 95 black London Sale Clearance ! - 1 views

Last Friday, Paul nike air max ireland a star for the Indiana Pacers, suffered a horrific leg injury while playing in a scrimmage for Team USA. You can find the video online, but pictures of his te...

nike air max ireland 90 infrared womens pink

started by yaleinancy on 01 Sep 14 no follow-up yet
Advance trolleys

Custom Trolley Australia - 0 views

  •  
    Get the best range of custom trolleys in Australia that can be used for material handling and storage purpose. Our custom trolleys not only meet but exceed your needs and expectations.
Abdul Bais Sagar

Cheap Prescription Glasses Online | I Love Glasses - ILoveGlasses - 1 views

  •  
    Do you want to order cheap prescription glasses online? Do you want to save big on your glasses? We make it easy and simple to do that at ILoveGlasses. All you need is the most recent lens prescription from your optometrist enter it in or upload it and that's it. Then just choose a pair of glasses and we will handle the rest.
« First ‹ Previous 61 - 80 of 94 Next ›
Showing 20 items per page