Author |
|
liming Newbie
Joined: 12 January 2008 Location: United States
Online Status: Offline Posts: 3
|
Posted: 12 January 2008 at 7:55pm | IP Logged
|
|
|
Hello all,
We are evaluating the IMAP component because we want to integrate it into our product (jumptree.com) for synchronization with gmail, yahoo, hotmail or whatever.
Looking at the description..
"MailBee.NET POP3 is a high-performance and easy-to-use .NET component developers can use to download mail from POP3 servers....."
Do you guys mean the IMAP component can be used to access POP3 servers and retrieve the mails as well?
Also, does it work under medium trust or full trust is required? If full trust is required, any class for us to "detect" the client permission before we start "using" it?
Many thanks.
|
Back to Top |
|
|
liming Newbie
Joined: 12 January 2008 Location: United States
Online Status: Offline Posts: 3
|
Posted: 12 January 2008 at 7:56pm | IP Logged
|
|
|
My bad. I meant this descripton of IMAP
"MailBee.NET IMAP is a high-performance memory-conservative .NET component for processing mails and folders on IMAP4 servers. The component can do everything the POP3 component does, and much more:"
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 13 January 2008 at 5:47am | IP Logged
|
|
|
Quote:
Do you guys mean the IMAP component can be used to access POP3 servers and retrieve the mails as well? |
|
|
No, IMAP component cannot work with POP3 servers. It's just meant that IMAP protocol can do more than POP3 protocol is capable of.
Quote:
Also, does it work under medium trust or full trust is required? |
|
|
Full trust is not required unless you need to use SSL connections or Windows Integrated Authentication. These features require accessing WinAPI and this can be disabled sometimes. You'll get SecurityException in this case. Your code may demand SecurityPermissionFlag.UnmanagedCode permission to programmatically check if WinAPI is allowed.
Regards,
Alex
|
Back to Top |
|
|
liming Newbie
Joined: 12 January 2008 Location: United States
Online Status: Offline Posts: 3
|
Posted: 14 January 2008 at 10:30pm | IP Logged
|
|
|
Thanks Alex.
Looks like I might have to get the whole MailBee Hive objects then :)
Going to test some more now. Great product.
|
Back to Top |
|
|