tips
[Top] [All Lists]

pop3socket class problem

To: realbasic-nug at lists dot realsoftware dot com, realbasic-tips at lists dot realsoftware dot com
Subject: pop3socket class problem
From: user31 at myonescreen dot com
Date: Wed, 20 Jul 2005 14:02:36 -0400 (EDT)
Cc:
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Importance: Normal
1)Im having a problem where when downloading email with the securepop3 class
the first email with an attachment will show -1 for the number of
attachments, this is not correct as the first email does indeed have an
attachment. This does not happen with other emails after number one.

here is the code Im using:
  dim k as integer
  k = ubound(email.attachments)
  msgbox str(k)

under the TopLinesRetrieved event

2)How can I download plain text/HTML email attachemnt using pop3 socket
class? I am new to RB. Help will be appriciated.

3)while reading the email body forst letter has been removed
 EX:"Hi Jay" will be displayed as "i Jay"

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>