Comments on: Receiving e-mail using POP3 http://evict.nl Playground of Edwin Vermeer Thu, 02 Feb 2012 23:18:10 +0000 hourly 1 http://wordpress.org/?v=3.3.1 By: Edwin Vermeer http://evict.nl/index.php/open-source/receiving-e-mail-using-pop3/comment-page-1#comment-3873 Edwin Vermeer Thu, 02 Feb 2012 23:18:10 +0000 http://evict.nl/wordpress/?page_id=109#comment-3873 Hi, Working with attachments is easy. You can find the number of attachments with: POP3.AttachmentCount(id) The filename of the first attachment is: POP3.AttachmentName(id, 1) The content type of the attachment is: POP3.AttachmentContentType(id, 1) The encoding used is: POP3.AttachmentEncoding(id, 1) The attachment itself is: POP3.Attachment(id, 1) And the attachment can be saved with: SaveFile App.Path & "\" & POP3.AttachmentName(id,1) ,POP3.Attachment(id,1) Hi, Working with attachments is easy.
You can find the number of attachments with: POP3.AttachmentCount(id)
The filename of the first attachment is: POP3.AttachmentName(id, 1)
The content type of the attachment is: POP3.AttachmentContentType(id, 1)
The encoding used is: POP3.AttachmentEncoding(id, 1)
The attachment itself is: POP3.Attachment(id, 1)
And the attachment can be saved with: SaveFile App.Path & “\” & POP3.AttachmentName(id,1) ,POP3.Attachment(id,1)

]]>
By: José Luiz http://evict.nl/index.php/open-source/receiving-e-mail-using-pop3/comment-page-1#comment-3869 José Luiz Thu, 02 Feb 2012 12:55:37 +0000 http://evict.nl/wordpress/?page_id=109#comment-3869 Hello, how do I copy the file attached in this email to a folder on your computer? Thank you! Jose Luiz, Brazil Hello, how do I copy the file attached in this email to a folder on your computer?
Thank you!
Jose Luiz, Brazil

]]>
By: Edwin Vermeer http://evict.nl/index.php/open-source/receiving-e-mail-using-pop3/comment-page-1#comment-3723 Edwin Vermeer Thu, 27 Oct 2011 20:51:38 +0000 http://evict.nl/wordpress/?page_id=109#comment-3723 Sorry, It does not support SSL. Sorry, It does not support SSL.

]]>
By: mehrdad http://evict.nl/index.php/open-source/receiving-e-mail-using-pop3/comment-page-1#comment-3719 mehrdad Tue, 25 Oct 2011 07:36:07 +0000 http://evict.nl/wordpress/?page_id=109#comment-3719 this dll dosen't support SSL ? gmail use ssl this dll dosen’t support SSL ?
gmail use ssl

]]>
By: Serge http://evict.nl/index.php/open-source/receiving-e-mail-using-pop3/comment-page-1#comment-3676 Serge Tue, 26 Jul 2011 04:56:14 +0000 http://evict.nl/wordpress/?page_id=109#comment-3676 I've inserted code from POP3Demo project into my VB6 project. DLL is linked, POP3 object successfully creates and can connect to mailbox. I can use MessageCount and TotalMessageSize properties it returns valid answers. But I can't access any particular message property. When I try to call AttachmentCount MessageID or any other property with message ordinal number (1,2,3 etc) as parameter I got error from server - "AttachmentCount(1) failed! The message ID does not exist." Please help. Exactly the same code in demo works perfectly! I’ve inserted code from POP3Demo project into my VB6 project.
DLL is linked, POP3 object successfully creates and can connect to mailbox.
I can use MessageCount and TotalMessageSize properties it returns valid answers.
But I can’t access any particular message property.
When I try to call AttachmentCount MessageID or any other property with message ordinal number (1,2,3 etc) as parameter I got error from server – “AttachmentCount(1) failed! The message ID does not exist.”

Please help. Exactly the same code in demo works perfectly!

]]>
By: Edwin Vermeer http://evict.nl/index.php/open-source/receiving-e-mail-using-pop3/comment-page-1#comment-3017 Edwin Vermeer Fri, 04 Feb 2011 14:37:02 +0000 http://evict.nl/wordpress/?page_id=109#comment-3017 I think this is an encoding issue. Do you use UTF8 or UTF16? I think this is an encoding issue. Do you use UTF8 or UTF16?

]]>
By: Topaloglu http://evict.nl/index.php/open-source/receiving-e-mail-using-pop3/comment-page-1#comment-2945 Topaloglu Tue, 01 Feb 2011 15:25:52 +0000 http://evict.nl/wordpress/?page_id=109#comment-2945 and Mr Edwin: Why In Boyd of Mail is so for example I see very very '=09' for this Mail for another auch, but if i it Clean of =09 mail is normal Can You Explique pls. !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> =09 =09=09 =09=09Hallo S=FCleyman, H=F6rzu Wissen f=FCr nur 9 Euro testen und LG Handy geschenkt =09 =09 =09=09<!-- BEGINN HEADER --> <!-- END HEADER --> =09=09 =09=09=09 =09=09=09 =09=09=09=09<!-- BEGINN des zanox-affiliate HTML-Code --> =09=09=09=09<a href="http://couponarena.srv3.de/go/0/DI3RB9B-1UWYU0A-1UWYTW1-1DLK1JY.html" rel="nofollow"></a> =09=09=09=09<!-- ENDE des zanox-affiliate HTML-Code --> =09=09=09 =09=09=09 =09=09 =09=09<!-- BEGIN and Mr Edwin:
Why In Boyd of Mail is so

for example
I see very very ‘=09′ for this Mail for another auch, but if i it Clean of =09 mail is normal Can You Explique pls.

!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

=09
=09=09
=09=09Hallo S=FCleyman, H=F6rzu Wissen f=FCr nur 9 Euro testen und LG Handy geschenkt
=09
=09
=09=09


=09=09
=09=09=09
=09=09=09
=09=09=09=09
=09=09=09=09
=09=09=09=09
=09=09=09
=09=09=09
=09=09
=09=09<!– BEGIN

]]>
By: Edwin Vermeer http://evict.nl/index.php/open-source/receiving-e-mail-using-pop3/comment-page-1#comment-2929 Edwin Vermeer Mon, 31 Jan 2011 19:37:55 +0000 http://evict.nl/wordpress/?page_id=109#comment-2929 Pictures are attachments in the email. If there are pictures used embeded in an html email, then they will have a cid url like <img src="cid:filename.gif"/> and there wil be an attachment named filename.gif Pictures are attachments in the email. If there are pictures used embeded in an html email, then they will have a cid url like and there wil be an attachment named filename.gif

]]>
By: Topaloglu http://evict.nl/index.php/open-source/receiving-e-mail-using-pop3/comment-page-1#comment-2917 Topaloglu Mon, 31 Jan 2011 10:40:35 +0000 http://evict.nl/wordpress/?page_id=109#comment-2917 Hi admin I have one Problem How can i see Picture of POP Mail wheil i can see only text but not Picture, I want see it Complet when i Reciept mail from any website Thnx Hi admin I have one Problem How can i see Picture of POP Mail wheil i can see only text but not Picture, I want see it Complet when i Reciept mail from any website Thnx

]]>
By: Edwin Vermeer http://evict.nl/index.php/open-source/receiving-e-mail-using-pop3/comment-page-1#comment-2317 Edwin Vermeer Wed, 29 Dec 2010 22:43:09 +0000 http://evict.nl/wordpress/?page_id=109#comment-2317 Are you just using the pop3 dll? It could be that the VB6 runtime files needs to be installed on the server. You can find those here: http://support.microsoft.com/kb/290887 If you log everything that gets to the POP3_Status event, then what do you see? Are you just using the pop3 dll? It could be that the VB6 runtime files needs to be installed on the server. You can find those here: http://support.microsoft.com/kb/290887
If you log everything that gets to the POP3_Status event, then what do you see?

]]>