Pantomime is a mail framework that provides a set of Objective-C classes that model the mail system.
Questions tagged [pantomime]
6 questions
2
votes
0 answers
How to Access Local Storage mails Headers using Pantomime in cocoa
I am using the Pantomime framework in the cocoa application. I got success fetching the mails from IMAP Server and prepared the Local storage in the form of MBoxes But I am not able to retrieve the mail Headers like To,CC,Subject etc from the Local…

AbcTest
- 41
- 5
2
votes
1 answer
The IMAP application (Using Pantomime) is crashing whenever a new mail is opened
I am able to show the new mail headers but not able to open the body of the new mail.So,I am rebuilding the Cache Manager every time the new mail comes but then the application is getting crashed when accessing the new mail.If i do not rebuild the…

Nipun35
- 275
- 2
- 9
1
vote
1 answer
What framework can i use to create gmail-client iphone application?
I've tried MailCore - have a problem with "library not linked" "reason - image not found"/ adding new copy file build phaze doesn't solve it; tried to use pantomime but have over 1000 errors with #include (i changed all this…

And
- 11
- 2
1
vote
1 answer
How can I parse raw email source and extract the HTML part?
In my iPhone app, I'm handed the raw source of an email, in RFC822 (or "eml") format. I'd like the HTML part of this message (if one exists).
Rather than attempting to parse it out myself and converting escape chars and so on, I thought I'd check to…

Matt Brindley
- 9,739
- 7
- 47
- 51
1
vote
1 answer
Showing a new mail in INBOX using IMAP in Pantomime Framework
I am creating a mail client using IMAP (It is a mac application using Pantomime framework). I am able to fetch all messages and folders etc.
When a new mail is recieved it is shown when the user logs-out and then logs-in again.
Is there any event…

Nipun35
- 275
- 2
- 9
0
votes
0 answers
NoClassDefFoundError with Pantomime when trying to run pantomime.extract/parse
I am new to Clojure and working on a project where I am trying to extract text from web pages using Pantomime. I am managing the project with Leiningen and editing using Eclipse / CCW. When I try to use the pantomime.extract/extract function, I…

qdet
- 115
- 3