Questions tagged [higlabo]

HigLabo is a .NET library that provides features of Mail, Ftp, Rss, Twitter, ObjectMapper, ORM, ASP.NET MVC and more

HigLabo is a .NET library that provides features of Mail, Ftp, Rss, Twitter, ObjectMapper, ORM, ASP.NET MVC and more. The project is currently at GitHub but until recently it was at CodePlex.

3 questions
1
vote
1 answer

Dropbox API Unable to upload a file Issue while uploading

I use HigLabo.Net.Dropbox to upload a file to Dropbox. I created a App named synch and I am trying to upload a file. Below is my code byte[] bytes = System.IO.File.ReadAllBytes(args[1]); UploadFile(bytes,"sundas.jpg","/Apps/synch/"); …
Timothy Rajan
  • 1,947
  • 8
  • 38
  • 62
1
vote
1 answer

Gmail, Hotmail does not send images in mail content using imap or pop3

I am using HigLabo library to get inbox messages from Gmail (imap) or Hotmail (pop3). My Code is similar to this for gmail; ImapClient client = new ImapClient(ServerName); client.UserName = UserName; client.Password = Password; client.Port =…
Teoman shipahi
  • 47,454
  • 15
  • 134
  • 158
0
votes
1 answer

connecting POP3 via http proxy using HigLabo

I'm using HigLabo to create an email client. Also I need to use an http proxy. But authentication fails every time. I found the base code here : .net pop3 over http proxy Here is my code: using System; using System.Collections.Generic; using…
Janith Jeewantha
  • 185
  • 2
  • 12