Discussion Board

Results 1 to 5 of 5
  1. #1
    Regular Contributor GonzalezM's Avatar
    Join Date
    Jun 2008
    Posts
    87
    I tried printing email logs, but they do not seem to show up. SMS and phone calls work fine, though.

    Code:
    import logs
    
    sms_in = logs.sms(mode='in')
    print "===sms_in===\n", sms_in # ok
    
    sms_out = logs.sms(mode='out')
    print "===sms_out===\n", sms_out # ok
    
    emails_in = logs.emails(mode='in')
    print "===emails_in===\n", emails_in # empty
    
    emails_out = logs.emails(mode='out')
    print "===emails_out===\n", emails_out # empty
    
    emails_fetched = logs.emails(mode='fetched')
    print "===emails_fetched===\n", emails_fetched # empty
    
    emails_missed = logs.emails(mode='missed')
    print "===emails_missed===\n", emails_missed # empty
    
    emails_in_alt = logs.emails(mode='in_alt')
    print "===emails_in_alt===\n", emails_in_alt # empty
    
    emails_out_alt = logs.emails(mode='out_alt')
    print "===emails_out_alt===\n", emails_out_alt # empty
    I don't even know what in_alt and out_alt modes are, so I don't expect anything to show up for those. But at least something should show up because there are some email messages in this device.

    Maybe there's something I must do to select an email account first?

    Or can I access emails in some other way?

  2. #2
    Nokia Developer Champion gaba88's Avatar
    Join Date
    Feb 2008
    Location
    Ahmedabad, Gujarat, India
    Posts
    3,692
    hi GonzalezM
    does your logs contain emails???

  3. #3
    Regular Contributor GonzalezM's Avatar
    Join Date
    Jun 2008
    Posts
    87
    Quote Originally Posted by gaba88 View Post
    hi GonzalezM
    does your logs contain emails???
    Hmm, I don't know how to view the logs outside of using 'logs.emails()'.

    If I use the Tools->Log application, there's no tab or item for viewing emails, either. There are only ways to see phone calls, SMS, and generic TCP/IP packet data.

    Maybe there is no email record, but then why did someone create 'logs.emails()'?

    Any method that lets me know what emails exist on the device would help me.

  4. #4
    Nokia Developer Champion gaba88's Avatar
    Join Date
    Feb 2008
    Location
    Ahmedabad, Gujarat, India
    Posts
    3,692
    Quote Originally Posted by GonzalezM View Post
    Hmm, I don't know how to view the logs outside of using 'logs.emails()'.

    If I use the Tools->Log application, there's no tab or item for viewing emails, either. There are only ways to see phone calls, SMS, and generic TCP/IP packet data.

    Maybe there is no email record, but then why did someone create 'logs.emails()'?

    Any method that lets me know what emails exist on the device would help me.
    hi again
    i may be wrong but i think the email connection may come in your data packet connection logs.
    But try sending a new email then it will be sure in the logs and then you can access it i am sure.

  5. #5
    Regular Contributor GonzalezM's Avatar
    Join Date
    Jun 2008
    Posts
    87
    Ok... I had a problem sending mail out. I can receive it fine. And there's a message in my outbox.

    (I guess the problem there is that my email hosting company won't accept outgoing emails from my ISP. But I'll try to figure it out.)

Similar Threads

  1. email mtm help is needed
    By siemensc55 in forum Symbian C++
    Replies: 0
    Last Post: 2004-07-18, 18:58
  2. Email over SMS
    By arun95 in forum General Messaging
    Replies: 1
    Last Post: 2004-02-26, 13:48
  3. Nokia EMail POP3 header issue
    By McHale in forum General Development Questions
    Replies: 2
    Last Post: 2004-01-10, 08:49
  4. MS Smartphones have a WORKING EMail app!
    By McHale in forum General Development Questions
    Replies: 0
    Last Post: 2003-12-16, 19:16
  5. simple/special email notification
    By aharonalon in forum Smart Messaging
    Replies: 1
    Last Post: 2003-03-24, 12:12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved