| Author |  | 
      
        | dr0zaxx Newbie
 
  
 
 Joined: 24 July 2009
 Online Status: Offline
 Posts: 8
 | 
          Hello,
           | Posted: 24 July 2009 at 4:58am | IP Logged |   |  
           | 
 |  
 In Gmail, I am able to forward an existing email with an attachment without reuploading the attachment over again. How do I do this in MailBee.NET ? Thanks in advance.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          We suggest using ForwardAsAttachment method for this.
           | Posted: 24 July 2009 at 5:16am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | dr0zaxx Newbie
 
  
 
 Joined: 24 July 2009
 Online Status: Offline
 Posts: 8
 | 
          But with this method, won't you still need to reupload the original attachment too?
           | Posted: 24 July 2009 at 6:36am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          It accepts compete EML message with all headers, body parts and attachments which are there already.
           | Posted: 24 July 2009 at 6:45am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          But, of course, message will be re-sent completely, and if it has, say, 10Mb attachment, it will be sent over SMTP once again.
           | Posted: 24 July 2009 at 6:54am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | dr0zaxx Newbie
 
  
 
 Joined: 24 July 2009
 Online Status: Offline
 Posts: 8
 | 
          How is it then possible that in Gmail, you don't need to reupload the attachment while forwarding? Tried it with a 24Mb attachment size and it was almost instantaneous.
           | Posted: 24 July 2009 at 8:08pm | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          It doesn't matter if it's Gmail or not. If you have the attachment on the server, you obviously don't need to reupload it. Thus, if you're using Gmail as webmail, it will occur instantly. If you don't have attachment on the server (for instance, you're forwarding e-mail in your Outlook Express or Thunderbird and use Gmail over POP3 or IMAP), you'll certainly need to send the forwarded email to the server. And it will take as long as required to send 24MB.
           | Posted: 25 July 2009 at 5:14am | IP Logged |   |  
           | 
 |  
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          The same is true with MailBee.NET Objects. If it's installed on the server where you have your attachments (the case of Gmail's webmail), you'll don't need to upload them. Uploading is the process of getting data in the right place. If the data is already there, you don't need to upload it.
           | Posted: 25 July 2009 at 5:17am | IP Logged |   |  
           | 
 |  
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | mmray31 Newbie
 
  
 
 Joined: 20 November 2009
 Online Status: Offline
 Posts: 1
 | 
          yeah that's right coz if so, there will be a redundancy...right?
           | Posted: 20 November 2009 at 10:37pm | IP Logged |   |  
           | 
 |  and it is not very ideal to do the same process if the file is already there.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          Exactly. This way webamil applications are more effective than desktop mail clients (which need to reupload the message to the server).
           | Posted: 21 November 2009 at 1:34am | IP Logged |   |  
           | 
 |  
 Resending a message without reuploading it would work even with a desktop mail client if there were an option or command in POP3 or IMAP to resend the existing message to SMTP. However, there is none. SMTP only accepts raw data stream, the and the desktop mail client can't tell SMTP server "get the message data from IMAP service of the same server" or even "get the message file from your database and send it again".
 
 The workaround could be if there were a special IMAP folder like Outbox. Move a message there - and it's got sent. But there is none either. I guess you can send only via SMTP due to security restrictions. Otherwise, it would be one more potential way to send spam.
 
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  |