Skip to content

Instantly share code, notes, and snippets.

@mafis
Created April 13, 2011 19:17
Show Gist options
  • Select an option

  • Save mafis/918200 to your computer and use it in GitHub Desktop.

Select an option

Save mafis/918200 to your computer and use it in GitHub Desktop.
var baseURL = @"http://localhost/~Vincent/Mail/Webservice";
var completeURL = [CPString stringWithFormat:@"%@/%@", baseURL,@"?class=FetchImap&method=getMailboxes"];
var request = [CPURLRequest requestWithURL:[CPURL URLWithString:completeURL]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment