the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: hotway
Version: 0.51
Revision: 12
Description: POP3 access to Hotmail via HTTP gateway
License: GPL
Maintainer: Jared Wangen
Depends: libxml2-shlibs
BuildDepends: libxml2, libiconv-dev, fink (>= 0.24.12-1)
Source: mirror:sourceforge:hotwayd/%n-%v.tar.bz2
Source-MD5: b221348a725b87f915f1a215f15f5919
PatchFile: %n.patch
PatchFile-MD5: 40841897f3aba0ce4e6ecaa32c730be2
DocFiles: AUTHORS COPYING README
InstallScript: <<
make install prefix=%i
rm -rf %i/include
<<
PostInstScript: <<
echo "service hotwayd
{
disable = no
type = unlisted
socket_type = stream
protocol = tcp
wait = no
user = root
groups = yes
server = %p/sbin/hotwayd
port = 110
}" > /etc/xinetd.d/hotwayd
<<
PostRmScript: rm /etc/xinetd.d/hotwayd
DescDetail: <<
HotWayd is a POP3-HTTPMail gateway. HTTPMail is an undocumented
WebDAV-based protocol used by hotmail. This gateway allows *any* POP3
compatible email client to handle (download, delete, etc) messages on
hotmail.com and on msn.com.
This software is useful to access Hotmail in applications such as
Mail.app or Eudora.
<<
DescUsage: <<
1) Restart xinetd (or restart your computer if you don't know how)
2) Set up a POP3 e-mail account in your favorite e-mail client with
the following important information:
Username: yourname@hotmail.com OR yourname@msn.com
Password: your password for above e-mail account
Incoming POP3 Server: localhost
Outgoing SMTP Server: Your regular ISP's SMTP Server
<<
diff -ru2N hotway-0.51/inet.c hotway-0.51-patched/inet.c
--- hotway-0.51/inet.c Tue Sep 24 07:19:18 2002
+++ hotway-0.51-patched/inet.c Tue Jan 7 04:41:54 2003
@@ -25,4 +25,5 @@
#include
#include
+#include
#include
#include
diff -ru2N hotway-0.51/libghttp-1.0.9-mod/http_base64.c hotway-0.51-patched/libghttp-1.0.9-mod/http_base64.c
--- hotway-0.51/libghttp-1.0.9-mod/http_base64.c Tue Sep 24 07:35:50 2002
+++ hotway-0.51-patched/libghttp-1.0.9-mod/http_base64.c Tue Jan 7 07:35:36 2003
@@ -25,8 +25,8 @@
#include
-const char b64_alphabet[65] = {
+const char b64_alphabet[66] = {
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
- "0123456789+/=" };
+ "0123456789+/=\0" };
char *