I did that. Entries are valid but not having any store associated with them. I checked manually also. I was able to retrieve mails manually
Type: Posts; User: preety.saini; Keyword(s):
I did that. Entries are valid but not having any store associated with them. I checked manually also. I was able to retrieve mails manually
I used the same code also, but not working for me
Thanks for reply Yucca. But I developed app using FP2 sdk which is working on my FP1 device(e71) not on FP2 device(e5)
device.. and I am getting different results on FP1 and FP2. Yes, I am using carbide with sdk for 3rd edition FP2
Is someone there who can help me in reading mails from IMAP account??
One more interesting thing, I am getting this panic only when tryng to read Imap account mails. If I test it for POP it works well
Champions Help!!!
TMsvId mailboxId = imap4Accounts[index].iImapService;
CMsvEntry* msvEntry = iSession->GetEntryL(mailboxId);
CMsvEntrySelection *msvEntrySelection = msvEntry->ChildrenL();
Na I am not sure about that :p
emailid is defined as following:
CMsvEntry* msvEntry = iSession->GetEntryL(mailboxId);
CMsvEntrySelection *msvEntrySelection;
TMsvId emailId =...
that code also giving same problem. I tried that also
Now I got the reason for app crash: Panic IMCM 10 in following line
CImEmailMessage* emailMessage = CImEmailMessage::NewLC(*entry);...
I tried retrieving emails using following wiki article:
http://www.developer.nokia.com/Community/Wiki/How_to_retrieve_e-mail_contents
It gives correct number of email accounts,but as I try to...
gotthe solution.. To use python with S60, I had to require following:
1. Carbide 2.7
2. pywin32-214.win32-py2.6.exe
3. pyHook-1.5.1.win32-py2.6.exe
Is there someone who can guide me in binding python code in existing symbian c++ code? If not please let me know is it possible
still getting the same error:
"file <SPyInterpreter.h> cann't be opened"
na i am not having any such file. Thought it to be a built in class.
Champions help!!!
I am trying to embed python code in existing c++ code. But,when I do so I get following error:
"undefined identifier 'CSPyInterpreter'"
And,If I add <CSPyInterpreter.h> to avoid it,get a extra...
Yes, you can. You can take help from following Wiki article:
http://www.developer.nokia.com/Community/Wiki/How_to_embed_Python_in_Symbian_C++
Can you paste your piece of code here. I can help you because a day earlier I faced almost same problem in HTTPClientEngine
Basically I want to avoid the situation in which I am popped again and again for Access point Selection
I am not getting you
Oh sorry. I am using carbide c++ v2.7 withS60v3.2 sdk