Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Users

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #31 (permalink)  
Old 03-05-2009, 07:50 AM
Active Member
 
Posts: 26
Default

This thread seems to have gone dormant... but hopefully, someone out there is still listening... This is a great project! and something that is so needed for the linux end.

I'm getting an Error: 501 can only handle messagesappointmentstasksdocuments

I've tried SSL on/off, all my packages are properly installed... just at a loss here. Any info would be helpful... thanks again
Reply With Quote
  #32 (permalink)  
Old 03-05-2009, 07:53 AM
Intermediate Member
 
Posts: 15
Default

Hello,

I am using Ubuntu 8.10 and I cannot seem to get this to work. I get an error stating: Error: 501 can only handle messagesappointmentstasksdocuments

I used the GTK2::Trayicon and Crypt:SSLeay packages available through synaptic as they seem to be the same versions as those at The CPAN Search Site - search.cpan.org and also seem to satisfy the dependencies. Any ideas?
Reply With Quote
  #33 (permalink)  
Old 03-05-2009, 07:55 AM
Intermediate Member
 
Posts: 15
Default

Pretty bizzare! Two nearly identical questions posted within minutes of eachother!
Reply With Quote
  #34 (permalink)  
Old 03-06-2009, 05:06 AM
Project Contributor
 
Posts: 87
Default

Hi,
First im going to try to make some time an post the new version of zimbranotify im working on.
The error 501 is coming from the Zimbra Server, it has nothing to do with perl or any perl module, did you make any modification to the script? if is so, what modification did you do?
__________________
Patricio Bruna
http://www.it-linux.cl/pbruna
Reply With Quote
  #35 (permalink)  
Old 03-06-2009, 06:49 AM
Intermediate Member
 
Posts: 15
Default

Hi PBruna,

I did not make any modifications to the script. A new version would be great! Please let me know if I can help test anything.
Reply With Quote
  #36 (permalink)  
Old 03-06-2009, 07:47 AM
Active Member
 
Posts: 26
Default

Likewise, no modifications... Server side, I have changed the default ports that Zimbra is listening on - since I'm also running Apache on there, it needed to default to different ports.

In preferences, I set the port number with the domain name - mail.example.com:1234 If the port number is not set, the connection just times out... which I would expect. So, it seems to be hitting the Zimbra server at least...

Could this configuration be an issue? Is there a work around?

Thanks for the reply!
Reply With Quote
  #37 (permalink)  
Old 03-15-2009, 12:15 AM
Starter Member
 
Posts: 2
Default

Very usefull app. Thanx!
Reply With Quote
  #38 (permalink)  
Old 06-16-2009, 10:39 AM
New Member
 
Posts: 3
Lightbulb HTTP Error 501 - can only handle messages/appointments/tasks/documents

Hi!

I also got the 501 HTTP error, but was able to find out the cause of the problem. If there is an ampersand (@) in the password, authentication fails because the GET-Request looks like this:

https://user:p@ssword@host.domain/zimbra/home/user/inbox.atom?query=is:unread

Of course this won't work...

The solution is to authenticate using the HTTP::Headers function:

--- zimbranotify.orig 2008-02-14 13:42:07.000000000 +0100
+++ zimbranotify 2009-06-16 18:51:49.000000000 +0200
@@ -707,10 +707,12 @@
my @username = split(/\@/,$user);
my $httpmode = $save_ssl ? "https" : "http";

- my $req_string = "$httpmode://$username[0]:$password\@$server$zimbra_path$user$zimbra_mail_u ri";
+ my $req_string = "$httpmode://$server$zimbra_path$user$zimbra_mail_uri";
$http_status->enqueue($trans{notify_check});

- my $req = HTTP::Request->new(GET => $req_string);
+ my $hdr = new HTTP::Headers;
+ $hdr->authorization_basic($username[0], $password);
+ my $req = HTTP::Request->new("GET", $req_string, $hdr);
my $error;

my $response = $ua->request($req);


Hope this helps... ;-)

Regards,
Daniel
Reply With Quote
  #39 (permalink)  
Old 07-31-2009, 03:01 AM
Special Member
 
Posts: 132
Default

Quote:
Originally Posted by pbruna View Post
Hi,
First im going to try to make some time an post the new version of zimbranotify im working on.
That's great news, I assume it's the SOAP version.
Looking forward to, I'm sure it's highly sought-after.
Is there any help or support you need?

Thanks,
Störm
Reply With Quote
  #40 (permalink)  
Old 10-14-2009, 08:17 AM
Special Member
 
Posts: 132
Default

Exchange Web Services OSX Widget - Release: EWSMacWidget 1.0.0.0

This is Mac OS X (open source) app which uses soap to communicate with exchange.

Perhaps this is useful?

Last edited by storm; 11-10-2009 at 12:43 AM..
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.