Mac OS X: Only Public Folders Are Shared


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Mac OS X: Only Public Folders Are Shared
# 1  
Old 11-07-2008
Mac OS X: Only Public Folders Are Shared

The Sharing feature of Mac OS X shares only Public folders, and all Public folders when applicable. This document describes this behavior.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Davmail/Thunderbird/Exchange 2010/Public Folders

I am attempting to try and connect my Thunderbird 8.0/Lightening 1.0 to my Public Folders using Exchange 2010. All works well except for being able to view my Public Folder in which my companies calenders reside. I can view my own calender by setting up, caldav and pointing it to the calendars... (0 Replies)
Discussion started by: metallica1973
0 Replies

2. Solaris

Shared Folders in VMWare and Oracle Solaris 11

ive a Winows 7 Host and Guest is Oracle Solaris 11, i read the vmware guide, but still wont work, since the "mount" command changed in solaris i guess, mount -t vmhgfs .host/foo /tmp/foo says that -t isnt recognized. anyone knows how to do it? thank you. (2 Replies)
Discussion started by: JonhyM
2 Replies
Login or Register to Ask a Question
feed2imap-cleaner(1)					      General Commands Manual					      feed2imap-cleaner(1)

NAME
feed2imap-cleaner - Removes old items from IMAP folders SYNOPSIS
feed2imap-cleaner [OPTIONS] DESCRIPTION
feed2imap-cleaner deletes old items from IMAP folders specified in the configuration file. The actual query string used to determine whether an item is old is : "SEEN NOT FLAGGED BEFORE (3 days ago)". Which means that an item WON'T be deleted if it satisfies one of the following conditions : o It isn't 3 days old ; o It hasn't been read yet ; o It is flagged (marked as Important, for example). -d, --dry-run Don't remove anything, but show what would be removed if run without this option. -f, --config file Use another config file (~/.feed2imaprc is the default). BUGS
Deletion criterias should probably be more configurable. SEE ALSO
Homepage : http://home.gna.org/feed2imap/ feed2imaprc(5), feed2imap(1) AUTHOR
Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Jul 25, 2005 feed2imap-cleaner(1)