On Thu, 1 Nov 2007, Jose Celestino wrote:
Words by Paul O'Donnell [Wed, Oct 31, 2007 at 09:08:49PM -0400]:
I'm ready to upgrade my various Macs to leopard.  Will imap-uw work on a
leopard box?  Will mail on a leopard mac work well with imap-uw?
Does Mail.App support IMAP? Last time I checked it did.

I believe that the current development snapshot of UW imapd builds and runs on Leopard:
        ftp://ftp.cac.washington.edu/mail/imap.tar.Z

Older versions may need you to substitute the attached file for
        imap-????/src/osdep/unix/os_osx.h
before building.

I have not updated my own Mac (1GB PPC Mac Mini) to Leopard as I doubt that I would gain much by doing so, and am worried that the new eye candy would slow down my system.

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * 
 * ========================================================================
 */

/*
 * Program:     Operating-system dependent routines -- Mac OS X version
 *
 * Author:      Mark Crispin
 *              Networks and Distributed Computing
 *              Computing & Communications
 *              University of Washington
 *              Administration Building, AG-44
 *              Seattle, WA  98195
 *              Internet: [EMAIL PROTECTED]
 *
 * Date:        1 August 1988
 * Last Edited: 26 October 2007
 */

#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/dir.h>
#include <fcntl.h>
#include <syslog.h>
#include <sys/file.h>


/* Mac OS X gets this wrong as of Leopard */

#define setpgrp setpgid


#define unix 1

/* Mac OS X security framework also has checkpw, and this causes
 * multiple-definition problems when building Alpine.
 */

#define checkpw Checkpw

#include "env_unix.h"
#include "fs.h"
#include "ftl.h"
#include "nl.h"
#include "tcp.h"
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to