Tagged Questions
0
votes
2answers
28 views
MailCore how to delete a message
When using MailCore, how do I go about deleting a message? I understand that I set an IMAP deleted flag for a CTCoreMessage but does that actually cause a message to be deleted by the server? Or is ...
-1
votes
0answers
37 views
How to download mail attachment from my Sample App in ipad by using SMTP (IMAP or POP3 servers) in ios
How to download particular mail attachment in my Sample App by using SMTP (IMAP POP3 servers).
Is it possible?
0
votes
3answers
103 views
How to set email IMAP SEEN flag through Mailcore/Libetpan
I'm using the Mailcore library for an iOS email client. I want to mark an email as viewed (ie set the IMAP SEEN flag on for the message) whenever someone views it.
This is how Mailcore indicates ...
0
votes
1answer
70 views
IMAP and Gmail Labels
I'm trying to figure out how to add GMail labels to my app. I'm using Mailcore that doesn't support it so I want to add them my self. I've researched a bit and found this:
a010 FETCH 1:4 ...
1
vote
3answers
124 views
Edit iOS notes via IMAP
I'd like to create and edit notes created by the iOS Note app programmatically from the server-side.
I can see the notes created by the iOS device in my IMAP folder but any changes I make won't show ...
1
vote
0answers
218 views
GMail, IMAP, oAuth 2.0 and fetching emails
I want to fetch emails from a gmail account. I've managed to get the active token using oAuth 2.0 but I have no idea where to go from here. Google and stackOverflow took me here: ...
1
vote
1answer
202 views
iOS IMAP Synchronization With MailCore Best Practices
I'm developing an application where a local Core Data database is kept in sync with the user's IMAP email account. I'm using MailCore (http://libmailcore.com) to handle all the IMAP API calls, but ...
2
votes
1answer
118 views
Email Application, Fetch message previews
I'm working on an email client for iOS. Currently I'm using MailCore for IMAP/SMTP interactions. I'm currently working on getting message previews for the inbox view. The only way I can think to do ...
0
votes
0answers
227 views
how to receive email push notification instantly on iOS with IMAP [closed]
I'm currently researching the feasibility of implementing an iOS email client that supports instant push notification (read: polling not welcome) for most if not all email providers out there. Let's ...
2
votes
1answer
391 views
Get inline email attachments with PHP in a formatted email send from an IOS device
I'm using PHP-imap to read emails and there attachments from a IMAP Account. The emails are send from an iPhone or iPad. It works fine when they write an email and paste in an image they took.
Here's ...
0
votes
1answer
223 views
How to set UID for composed mail in MailCore
I am preparing the Mail iOS application using the MailCore framework. While composing the new mail, How I set the UID for my mails, as mails are sending but it is not moves or copied to the sent box ...
-3
votes
2answers
252 views
Creating a new iOS mail client
Where do I get info on POP, IMAP, Exchange API connection info? I have the UI figured out, I just can not find any information on connecting to POP, IMAP, Exchange APIs.
0
votes
1answer
381 views
retrieving mails from IMAP server?
I'm trying to read a message from gmail IMAP server using MailCore API. I'm working on this since two days but couldn't solve it. Help me with that how can I retrieve my first email from inbox folder ...
0
votes
1answer
60 views
seperate authentication for imap and smtp?
I'm working on an iOS app through which user can read and send messages from his email account.
My question is that once user is logged in into IMAP server for reading mails, he has to login ...
1
vote
2answers
82 views
Which framework should I use for mail application for iPad [closed]
I want to prepare the application for iPad to access the mails from the server through IMAP. I have to prepare the local storage for the mails so that all mails get accessed even without internet ...
0
votes
1answer
843 views
How can I read & render the email inbox of an email account in my iOS app?
How can I read & render the email inbox of an email account (IMAP or of iOS Mail app) in my iOS app?
I want to list the current email subjects & time of receipt.
I want to access an IMAP ...
0
votes
1answer
248 views
Read mail (IMAP) but only show messages from certain email address
Can I retrieve emails using IMAP server details from a UITextField and show them in a UITableView but only show emails which come from a certain email address (e.g. example@example.com)?
Thanks,
...
0
votes
1answer
451 views
How to access an IMAP Server using the iOS SDK
Are there any classes/frameworks within the iOS SDK which can be used to easily access an IMAP server?
I do NOT what to write a new Mail app. I just need the basic IMAP functions like check for new ...
3
votes
2answers
3k views
iOS IMAP library
I am trying to find a way how to search for some string on an IMAP server in iOS.
Right up until now I have failed with my task.
Do you have any ideas or pointers how to achieve this?
Regardz,
...
5
votes
2answers
5k views
Is there an API for POP/IMAP in iOS?
In my app I need to access mail programmatically without using a MFMailComposeViewController. I have sent email with the help of SKPSMTPMessage from google code. Now I have to connect and check mail ...
0
votes
1answer
231 views
Did someone port uw imap c-client to iPhone OS (device)?
I downloaded the source code, typed 'make oxp' then I got a file named 'c-client.a', I think it is for X86.
But how can I build this library for iPhone OS (device)?
