Search The ForumSearch   RegisterRegister  LoginLogin

MailBee.NET IMAP

 AfterLogic Forum : MailBee.NET IMAP
Subject Topic: Incorrect Date Received Time Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
lotfi.mira
Newbie
Newbie


Joined: 16 September 2011
Location: Canada
Online Status: Offline
Posts: 2
Posted: 16 September 2011 at 10:03am | IP Logged Quote lotfi.mira

Hello,

when I fetch messages from my Imap server with mailbee, the receivedDate is always 1 hour ahead the real time.

However Thunderbird displays the correct time.

The server and I are located in the same timezone.

Bellow is a sample of my code. Did I forgot to do something?

using (MailBee.ImapMail.Imap imap = Connect())
{
    try
    {
        if (imap.Login(_imapConfig.User, _imapConfig.Password))
        {
            // open the Inbox
            imap.SelectFolder("Inbox");

            // get unread messages
            MessageIndexCollection msgcol = imap.Search(false, "UNSEEN", null);

            // examine message list
            foreach (int index in msgcol)
            {
               // this will set the message as read automatically
               MailMessage msg = imap.DownloadEntireMessage(index, false);

L.Mira
Back to Top View lotfi.mira's Profile Search for other posts by lotfi.mira
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 18 September 2011 at 11:49am | IP Logged Quote Alex

Please enable MailBee logging with Imap.Log property and send us the log file and the e-mail in question. You can save the e-mail into a file using MailMessage.SaveMessage method.

You can submit all the files using our HelpDesk system.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
lotfi.mira
Newbie
Newbie


Joined: 16 September 2011
Location: Canada
Online Status: Offline
Posts: 2
Posted: 19 September 2011 at 10:15am | IP Logged Quote lotfi.mira

I posted the files to the help desk.
Hope this helps in finding a solution.

Thanks
Back to Top View lotfi.mira's Profile Search for other posts by lotfi.mira
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 19 September 2011 at 1:12pm | IP Logged Quote Alex

Outcome: fixed with updating to the latest version.

Regards,
Alex
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