Displaying 5 results from an estimated 5 matches for "shic".
Did you mean:
shi
2017 Sep 24
1
[Slightly OT] Use CentOS to create a bootable Mac OS X DVD from dmg file?
Le 24/09/2017 ? 03:22, Scott Robbins a ?crit?:
> I've done this a few times. I used acertoneiso and/or poweris.
>
> At the time I wrote something on it, I was running CentOS-6x which didn't
> work acertone. But I can't guarantee you won't get coasters.
>
> The notes are at http://srobb.net/dvds.html/#OSX
I was a bit angered by the OS X lock-in, so I decided
2005 Oct 11
2
Numpty question about EXISTS...
I'm fiddling with Ruby and its IMAP class. I'm trying to write
something which (at this stage) can be thought of as a variant on xbiff
which doesn't need poll the server to establish the presence of new
mail... I'd like to establish a notification when the contents of a
folder changes... which is likely to be when a different IMAP client
moves a message into a new folder.
2005 Sep 14
2
NO: Unsupported authentication mechanism
I'm happily using dovecot as my IMAP server and accessing mails using
Thunderbird... but I want to use the Net::IMAP facilities in the Ruby
standard library to write some scripts to automate various spam-related
tasks & housekeeping.
My Ruby script:
require "net/imap"
imap = Net::IMAP.new('localhost')
2015 Jun 04
1
Does Dovecot allow different clients to subscribe different subsets of IMAP folders?
Hi Daniel,
Hmm - I'm happy to use different 'user names' to log into Dovecot... as
long as each of these logins can still subscribe to the same universe of
folders I have available at present. I can envision using steve_mobile
and steve_desktop as logins, as long as these still provide access to
the same mailboxes as I have in steve's Maildir folder.
I'm guessing that
2015 Jun 04
3
Does Dovecot allow different clients to subscribe different subsets of IMAP folders?
I have a working Dovecot IMAP server (v. 2.2.9) where I have a single
user but a lot of folders (over 800 in total, hierarchically arranged,
about 50 of which are in active use.)
I have multiple clients (including k9Mail on Android and Thunderbird on
Linux and Windows). These clients all present a consistent subscription
to a single subset of the available folders .
What I'd like to be