summaryrefslogtreecommitdiff
path: root/mail/p5-GMail-IMAPD/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-08-09 08:03:33 +0000
committerjmmv <jmmv@pkgsrc.org>2006-08-09 08:03:33 +0000
commit1ec462d5b7189185030e0c9c938224cfba032724 (patch)
treeb949af898636be32f5db00482366a117e64eaae8 /mail/p5-GMail-IMAPD/patches
parent5830dda7a8230d71b06662632046e6a811b0af92 (diff)
downloadpkgsrc-1ec462d5b7189185030e0c9c938224cfba032724.tar.gz
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.
Diffstat (limited to 'mail/p5-GMail-IMAPD/patches')
-rw-r--r--mail/p5-GMail-IMAPD/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
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 );