From 1ec462d5b7189185030e0c9c938224cfba032724 Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 9 Aug 2006 08:03:33 +0000 Subject: Initial import of p5-GMail-IMAPD, version 0.93: The GMail-IMAPD module allows users to access their Gmail account with an IMAP client by running a server which accepts IMAP connections. --- mail/p5-GMail-IMAPD/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mail/p5-GMail-IMAPD/patches/patch-aa (limited to 'mail/p5-GMail-IMAPD/patches') diff --git a/mail/p5-GMail-IMAPD/patches/patch-aa b/mail/p5-GMail-IMAPD/patches/patch-aa new file mode 100644 index 00000000000..bd6a9938ee1 --- /dev/null +++ b/mail/p5-GMail-IMAPD/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/08/09 08:03:33 jmmv Exp $ + +--- lib/GMail/IMAPD/Gmail.pm.orig 2006-01-20 07:01:58.000000000 +0100 ++++ lib/GMail/IMAPD/Gmail.pm +@@ -105,7 +105,7 @@ sub login { + + if ( $res->is_success() ) { + update_tokens( $self, $res ); +- if ( $res->content() =~ /var url = "(.*?)";/ ) { ++ if ( $res->content() =~ /var url = ["'](.*?)["'];/ ) { + $req = HTTP::Request->new( GET => "$SSL_MAIL_URL/$1" ); + $req->header( 'Cookie' => $self->{_cookie} ); + $res = $self->{_ua}->request( $req ); -- cgit v1.2.3