Re: [Python.NET] Unable to import library imaplib

2007-04-13 Thread Kris Beyers
Hi I changed the version to 2.44, but the problem remains. Meanwhile I found another solution to communicate directly from C# to an IMAP server with a very nice freeware library. It also includes some other protocol communication like pop3, smtp, Auth_HttpDigest, dns, ftp, http, icmp, io, log

Re: [Python.NET] Unable to import library imaplib

2007-04-13 Thread vipin gupta
Dear Sir, My name is Vipin, I am a student doing an internship at a small software development company. I want to embed python in C#. But I have no specific idea how to do it. All material that I could find on the net and the books talk about embedding python in c/ c++ using pointers etc. B