Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: WebMail Pro Database Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Patch
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 02 May 2004 at 9:44pm | IP Logged Quote Patch

WebMail Pro has Databases supported: MS Access or MS SQL Server. Do you mean each mail will add to the Database with SQL record? or just store user account information?

Thx
Back to Top View Patch's Profile Search for other posts by Patch
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 03 May 2004 at 12:23pm | IP Logged Quote Alex

Database stores account information and read/unread status of each message.

Messages themselves are not stored in database.
Back to Top View Alex's Profile Search for other posts by Alex
 
prasad Challa
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 24 May 2004 at 4:50pm | IP Logged Quote prasad Challa

Hi,

Is there a way where i can read through the total email and store it in my local DB.

Thanks
Prasad Challa
Back to Top View prasad Challa's Profile Search for other posts by prasad Challa
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 25 May 2004 at 5:44am | IP Logged Quote Alex

You can get local copy of all messages in the mailbox using Search and RetrieveSingleMessage methods of POP3 object. Search method is used to query new messages information and discussed here:

Read messages

Once new message is detected (using Search method and database lookup) and retrieved (using RetrieveSingleMessage method), you can store it in your database. You can use different storing schemes depending on your task. For example, you can save all message with attachments to database (by saving Message.RawBody property) or save Message.BodyText in database and Message.Attachments to disk. Or you can use Message.SaveMessage method to save message to disk and store only message headers in database. MailBee itself has no limitations on message save/read schemes.
Back to Top View Alex's Profile Search for other posts by Alex
 
prasad Challa
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 25 May 2004 at 4:40pm | IP Logged Quote prasad Challa

Hello,

Is there a method where i can zip all the attachments and save it to the disk and when the user requests i can give him this zip file

Thanks
prasad challa
Back to Top View prasad Challa's Profile Search for other posts by prasad Challa
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 26 May 2004 at 6:08am | IP Logged Quote Alex

You can save all attachments to disk (using MailBee) and then pack them into zip file (using third-party components specially designed for this purpose).
Back to Top View Alex's Profile Search for other posts by Alex
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide