Tagged Questions
1
vote
0answers
20 views
iOS: When does mail ask to reduce message size by scaling image when a large image is attached?
In my iOS app, I need the user to be able to send email with a GIF image attachment. I implemented this by using MFMailComposeViewController. If the file size of the GIF image is small, everything ...
0
votes
0answers
22 views
Share e-mail with app on iPhone to process it with the app?
Is it possible to share an e-mail (that is in the iPhone inbox) with an app so that the app can process the e-mail?
0
votes
0answers
21 views
A way to print mailing labels from an iOS app
Is there a way ( 3-rd party SDK maybe ) that allows an app to pass in contact names/data in order to generate labels ( e.g. mailing labels ) that the calling app can then print?
Example calling ...
0
votes
0answers
9 views
iOS - attaching a PDF file: PDF ok in simulator folder, but corrupted when attached to email on device
Hopefully the title made sense. Here's my situation.
I have one PDF created in Pages then exported as a PDF. I then create another PDF within the app. I create the PDF file with this code:
- ...
0
votes
1answer
49 views
Not receiving e-mail sent by an iPad app?
I have the following problem:
I am trying to attach a file to mail and send it via the mail form in my iPad app. I think everything goes well, the log output says the mail is sent, but I am not ...
0
votes
0answers
18 views
how to download attachments with mailCore iOS
I've got below stuff with [message attachments] and NSLog it:
attachments = (
"ContentType: application/octet-stream\tFilename: =?utf-8?B?6IOh5YeM5b+X5b2V55So6YCa55+l5Y2VLnBkZg==?="
)
so ...
0
votes
3answers
47 views
How can my app jump to iOS default mailbox?
I wanna set a button inside my app that, if clicked, app can jump to the default mailbox of iOS. I want to do this so users can check & send their mails.
Does this function need a private API or ...
1
vote
1answer
87 views
How to retrieve the .xml extension attachments from mail by using MailCore to Sample iPhone app
How to retrieve the .xml extension attachments from mail by using MailCore for iphone?
I used MailCore to download the attachments from my mail to my sample iPhone app. I getting Inbox subjects ...
0
votes
2answers
39 views
Will Apple reject my App if I change the color of the MFMailComposeViewController?
Can anybody please answer the following question: Has any app ever been rejected by apple for changing the color of the MFMailComposeViewController?
Thanks in advance!
1
vote
0answers
11 views
xcode SKPSMTPMessage read email
I'm doing an app that lets you send and receive e-mail without having to use the native Mail app in iOS.
To send the e-mail I used the SKPSMTPMessage.
So far everything works (at least the only part ...
0
votes
1answer
21 views
libmailcore : can not connect to my gmail account
Trying to follow:
http://libmailcore.com/gettingstarted.html
-(void) testSend{
CTCoreMessage *msg = [[CTCoreMessage alloc] init];
CTCoreAddress *toAddress = [CTCoreAddress ...
-1
votes
0answers
40 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
1answer
111 views
Custom Mail Composer View Controller for iOS
I want to have a mail composer view in my app but with a few extra fields and stuff. Since the original view controller Apple provides, MFMailComposeViewController doesn't allow any way to customize ...
0
votes
0answers
15 views
How do I access my mail and download attached doc from it within my app?
In my application which I have been developing, I want to access the user's mail server and allow the user to download the attached document from their mail.Is there any API/example code available for ...
1
vote
3answers
59 views
How to invoke E-mail application?
How to invokeE-mail application by code in ios system? I want to check email interface rather than sending mail interface.
Thanks.
-1
votes
0answers
22 views
How to habe multiple emails leading to one controller? [closed]
I am currently building an app that will have a list of emails. I want the user to be able to click on any email and it will load it into the To: field of the email composer(controller). There will be ...
0
votes
0answers
18 views
MFMailComposeViewController - attaching image - wrong orientation
I am trying to use MFMailComposeViewController to email an image as attachment.
Everything else is fine, except that the correct image orientation is not being read from the exif data. An image which ...
0
votes
0answers
39 views
How can i send the animated image thru Email in iOS? [duplicate]
My requirement is I need to send the animated image as email.That means in mail body i need to place the animated image.How can I?
if([MFMailComposeViewController canSendMail])
{
...
1
vote
0answers
39 views
EXC_BAD_ACCESS trying to use skpsmtpmessage
I'm trying to use the skpsmtpmessage library to send email from my iPad program. All goes well through SMTP authentication and occasionally even successfully sends an email. However, I always get an ...
1
vote
1answer
35 views
How can i get the default login mail id in ios programmatically? [duplicate]
i want ot send the images from email id which was defaultly set in the iOS device.Through that email id i want to send the images to the another people.is it possible?Please help me.
Thanks in ...
-4
votes
3answers
52 views
how to set recipient in Email IOS
this is what i am using for mailing when clicked on
- (IBAction)email:(id)sender {
if ([MFMailComposeViewController canSendMail]) {
MFMailComposeViewController *mailViewController = ...
1
vote
2answers
424 views
HTML Email signature NOT rendering correct only on iPhone
this is actually the first time I post a question, but I usually "always" find the answers here. You guys are great!...
Here's my issue (belive me I have tried to find an answer).
I have created an ...
1
vote
0answers
96 views
'webkit-text-size-adjust' not working when sent from Outlook 2010 - HTML email signature
I'm ready to explode with frustration with a HTML email signature I am building, it's fine when attaching the signature using Thunderbird, but sending from outlook 2010 (which my client uses to send ...
-7
votes
2answers
101 views
Want to send a email with images and text in the body of email in iOS [closed]
In iOS, want to send a email with embedded images and text in the body of the email ( not attachment) using mail composer. Can anybody help ?
-4
votes
1answer
35 views
Finding Other People Using My Service [closed]
I am building an iOS / Android app. Users register with an email address and username (display name). When users register, they are asked if they would like to let other users follow their activity. ...
0
votes
1answer
39 views
how to show image on email body - using sksmtplibrary
I have a html content as my email body. I need show an image on my html body. I have tried attaching the image to email and used the filename in html image tag. But the image is not showing. I have ...
0
votes
0answers
24 views
Send and Retrieve Emails from iPhone application [duplicate]
I am creating an iPhone application. It has a feature to send email from within my app and then receiver can receive the sent email within his/her app. Sending and receiving of emails should be within ...
0
votes
1answer
179 views
iOS - add contact into Contacts?
Heyo!
Is there a way how when a user taps a button it can add or update a contact into the actual Apple Contacts Book? Some festivals have email responses include a "name card" that the receiver can ...
0
votes
1answer
13 views
Is it possible to use existing mail accounts settings?
Is it possible to get existing account settings from ios? I would like to prompt a select box to users so that they can choose an account they already created in settings.
0
votes
1answer
39 views
email via server
I have an app where people can fill in some data and send it to my email. The mail is sent and working fine except that the body of the mail is empty.
My method for the connection:
...
1
vote
1answer
99 views
How to detect email addresses within arbitrary strings
I'm using the following code to detect an email in the string. It works fine except dealing with email having pure number prefix, such as "536264846@gmail.com". Is it possible to overcome this bug of ...
-2
votes
2answers
71 views
iOS - Check eMail ID validity [closed]
In my application, users has to provide their email ID. How can I validate if such email ID exists or not?
Is there any API/SDK to check this?
0
votes
1answer
79 views
MFMailComposeViewController email to field limit 40 in iphone
I am using MFMailComposeViewController for sending emails. Mine is universal app and toField of email is having 2 mail ids.
(1) Each email id is around 30 characters long. In iPhone I see it as "+2 ...
0
votes
1answer
60 views
Can developers access unread mail in Mail app?
I'd like to show a list of recent unread messages in my app, and was wondering if I could do this without spending all the time to make my app work with email services? Or is there an open source ...
0
votes
2answers
83 views
In app email will send email but won't dismiss in Xcode
I have read other threads and tried multiple variables.
I have an app that attaches a screenshot to an in-app email.
When I press the send or cancel button the email doesn't dismiss.
Not sure if I ...
-4
votes
1answer
94 views
Is there a way to encrypt emailed information sent from Android or iOS? [closed]
A friend of mine wants an app made in which users fill out information on their Android or iPhone (just basic stuff like name, contact information, etc), and that information is sent to an email ...
0
votes
1answer
78 views
MFMailComposeViewController get email body
I can detect sending in the MFMailComposeViewController's delegate method
- (void)mailComposeController:(MFMailComposeViewController *)controller didFinishWithResult:(MFMailComposeResult)result ...
1
vote
3answers
125 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 ...
0
votes
0answers
136 views
UIDocumentInteractionController button clicked
My application originally had a standard Action Sheet displaying options for Email and Print for a PDF that was being viewed. I tracked these events using Google Analytics.
I've now replaced the ...
0
votes
2answers
65 views
Is it possible to block specific mail accounts on iOS in a third-party app?
I am thinking about creating a very simple iOS app that depending on what you select inside the app would block specific mail accounts in your Mail app on your iOS device. For example, you could ...
0
votes
1answer
41 views
Sending 2 or more PDF via Email out of Core Data
I have many PDFs in Core Data. How can I attach one ore more PDFs out of core data to an eMail?
Is it better to merge the PDFs to one?
Best regards
Andreas
0
votes
1answer
52 views
Facebook app doesnt get email and birtday iPhone
I have created new app on facebook and set permission email and birthday. When i click on preview it says Basic information, Email and birthday will be taken as expected but when i run it on my iphone ...
1
vote
1answer
101 views
Saving CTCoreMesssage from MailCore
I'm trying to come up with a way to store a local copy of the most recent emails from MailCore's CTCoreMessage so the user can view them locally offline. How would I go about doing this? I've looked ...
1
vote
4answers
253 views
iOS how to make email address in a label clickable
I believe this question has been asked and answered before, but I couldn't find it. I see an answer pointing to Fancy Label and Three20, but they are not quite what I want, or probably I missed some ...
0
votes
2answers
100 views
iOS access recent emails
I know this is likely to be answered "sorry buddy", but is there a way i can access my recently sent emails from another iOS app? I really don't need the contents of the emails just the addresses. ...
2
votes
1answer
51 views
Is there an API for accessing Mail's recent recipients list in iOS?
I worked on a custom email composer with address autocompletion that used the Address Book database (ABAddressBookCopyArrayOfAllPeople). The standard email composer also has a recent recipients list, ...
0
votes
1answer
133 views
ios , Attach Audio file aac format to Email
i try to send a audio record by file aac (kAudioFormatMPEG4AAC) format but the file attached it's doesn't send
*myString = file://localhost/private/var/mobile.......
here is my code
...
1
vote
3answers
109 views
Add files to outgoing message in MFMailComposeViewController?
how to add files to the message using smtp sender example such as here:
MFMailComposeViewController Question - Locking the Fields
-1
votes
3answers
134 views
Can i access iOS mail app data?
Is there a way using which i can access attachments downloaded though the iOS Mail app? I need to access photos or other documents in my app.
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 ...






