You Are Here:

Community: Developer Discussion Boards

#1 Old sent items. - 2007-09-05, 01:58

Join Date: Sep 2007
Posts: 12
Location: Vancouver, BC, Canada
Sick Spider
Offline
Registered User
Hi all.
If Inbox is :
Code:
import inbox
in = inbox.Inbox()
What is the sent items ?, drafts ?
I'm new into this, that why the newbi question.. hehe..

And one more thing, how can i read the phone incoming/outgoing phone calls log ?

Thank you very much !.
Reply With Quote

#2 Old Re: sent items. - 2007-09-11, 18:45

Join Date: May 2007
Posts: 2,738
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
Hello Sick Spider

You cannot access the log through python.And modules like sent items and drafts donot exist in public..


-Pankaj Nathani
Reply With Quote

#3 Old Re: sent items. - 2007-09-13, 08:34

Join Date: Feb 2005
Posts: 1,353
Location: Belgium (Europe)
cyke64's Avatar
cyke64
Offline
Super Contributor
Quote:
Originally Posted by Sick Spider View Post
Hi all.
If Inbox is :
Code:
import inbox
in = inbox.Inbox()
What is the sent items ?, drafts ?
I'm new into this, that why the newbi question.. hehe..

And one more thing, how can i read the phone incoming/outgoing phone calls log ?

Thank you very much !.
For the sent and draft items you can use this code (it's now supported in PyS60 1.4.0 !) So Crozeus was wrong
It only works with SMS messages not with others (bluetooth , files)
Look at the PyS60 manual 6.4 page 50

Code:
>>> import inbox
>>> i=inbox.Inbox(inbox.ESent) # Give inbox.EDraft as parameter for draft SMSes and inbox.EOutbox as parameter for outbox SMSes. Default is inbox.EInbox
>>> m=i.sms_messages()
>>> i.content(m[0])
u’foobar’
>>> i.time(m[0])
1130267365.03125
>>> i.address(m[0])
u’John Doe’
>>> i.delete(m[0])
It's true Unfortunately no existing modules for log files !

BR
Cyke64


pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 !

pys60 extension modules on http://cyke64.googlepages.com/
Reply With Quote

#4 Old Re: sent items. - 2007-09-13, 13:48

Join Date: May 2007
Posts: 2,738
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
@ Cyke64

I said that such modules dont exist in public...I didnt tell that we cant access the sent and drafts.
Please read my post carefully.

And Yes thank u very much for the code...That ws really cool.


-Pankaj Nathani
Reply With Quote

#5 Old Re: sent items. - 2007-09-14, 18:05

Join Date: Sep 2007
Posts: 12
Location: Vancouver, BC, Canada
Sick Spider
Offline
Registered User
Thank You guys.
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Two-line setting & Multi-selection list setting items azavor Symbian User Interface 2 2009-06-04 20:39
donot mark items in a markable list thomasraku Symbian User Interface 4 2007-06-28 08:44
Sending multiple vcal items Niceday1 Smart Messaging 1 2006-04-27 05:38
SDK 3.0 GSM SMS Sent Items time stamp property mobilesilvre PC Suite API and PC Connectivity SDK 2 2006-01-05 09:26
Nokia 6310i sync calendar items with PC over Bluetooth jefryGSM Bluetooth Technology 4 2002-09-15 10:37

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia