RE: Page
"Fruetel John" <[email protected]> Mon, 23 May 2005 13:14:11 -0500
| Newsgroups | gmane.mail.gotmail |
|---|---|
| Message-ID | <[email protected]> |
You have gotmail running under windows? I'm actually pretty impressed by that. I imagine the problem is that windows command line doesn't know what to do with the ' character, but *nix shells know. You're patch is probably fine for windows, but the 's are needed for *nix versions. Without them, the linux shells try to interpret special things in the URL, like '&'. To work well under windows, the script would have to detect what OS you're on and do things differently. How did you get this to work under windows? Did you download a windows version of curl? -----Original Message----- From: [email protected] [mailto:[email protected]] On = Behalf Of Gertjan Harkink Sent: Monday, May 23, 2005 5:10 AM To: [email protected] Subject: Re: [gotmail] Page James Lick wrote: > There's a patch posted on sourceforge now for the problem. I haven't=20 > tried it myself yet, but others say it works. I'm using gotmail on windows2000. I patched the original 0.8.2 with the=20 patch (with patch.exe from gnuwin32, make sure there are CRLF and not=20 only LF at line-endings in the patch file). Now the following error occurs: curl: (1) Unsupported protocol: 'http I just changed line 581 from: my($cmdline) =3D "$conf_curl \'$url\' $options ... to: my($cmdline) =3D "$conf_curl $url $options ... And now its working fine for multiple accounts. I don't know much about perl, but can this give troubles in the future?=20 If so,how can I workarround it an other way? GJ _______________________________________________ Gotmail-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/gotmail-list