Pop3 mtm retrieving only headrs!!!
| Tue, 2005-03-29 14:27 | |
|
|
Hi all I am using the POP3_IMAP4_Email_Example
I use the phone settings in which I give the option of downloading both the headers and the body of the mail . It selects all the settings but it doesn,t takes the RETRIEVE setting of the phone which is to download both the header and the message. Any idea how the application can download the full body. Thanks in advancce |






Forum posts: 78
Thanks again in advance
Forum posts: 192
CImPop3Settings *popSettings = new(ELeave) CImPop3Settings;
CleanupStack::PushL(popSettings);
emailAccounts->LoadPOPServiceSettingsL(service,*popSettings);
popSettings->SetGetMailOptions(EGetPop3EmailMessages);
emailAccounts->SavePOPServiceSettingsL(service,*popSettings);
CleanupStack::PopAndDestroy(2);
Forum posts: 78
Forum posts: 19
Can u tell me how to retrieve the access point for E-Mail?.I am getting a list of Access Points using CApSelect class..How can i get a default access point for E-Mail?
Forum posts: 192
if (theIAPP->NumberOfIAPs() > 0)
{
theChoice = theIAPP->IAPPreference(0).iIAP;
}
Forum posts: 19
i am uisng Series60 7.0s and i dont find any class like CEmailAccounts.
Is there anyother class similar to this?
Forum posts: 192
CImIAPPreferences::RestoreL(CMsvStore& aMessageStore)
CImPop3Settings::RestoreL(CMsvStore& aMessageStore)
Forum posts: 2
Like Girish Sharma , I want my apps can downloading both the headers and the body of the mail.
So how can I download both the header and the body as well ? sorry for repeat question. I'm just getting started to learn Symbian. Thanks ....
Forum posts: 3
-And how to get
-mailbox name?
-Outgoing mail server?
-timo