| Reply | « Previous Thread | Next Thread » |
|
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 Maybe there's something I must do to select an email account first? Or can I access emails in some other way? |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
hi GonzalezM
does your logs contain emails??? Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
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. |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
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. Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
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.) |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| email mtm help is needed | siemensc55 | General Symbian C++ | 0 | 2004-07-18 19:58 |
| Email over SMS | arun95 | General Messaging | 1 | 2004-02-26 14:48 |
| Nokia EMail POP3 header issue | McHale | General Discussion | 2 | 2004-01-10 09:49 |
| MS Smartphones have a WORKING EMail app! | McHale | General Discussion | 0 | 2003-12-16 20:16 |
| simple/special email notification | aharonalon | Smart Messaging | 1 | 2003-03-24 13:12 |