Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
2answers
27k views

How can I read SMS messages from the inbox programmatically in Android?

I want to retrieve the SMS messages from the inbox and display them?
5
votes
2answers
1k views

Count number of emails in gmail using IMAP

Can anyone tell me how I can get the number of unread items in my inbox from gmail using imap or something else and display it in a label in C# WinForms? I tried using atom feeds, but never could ...
5
votes
2answers
1k views

start sms Activity @ ConversarionList.class from my own app

I've done my research and found plenty of people launching the sms application from an intent, The thing is that people usually tend to do this only for outgoing messages. I'm currently displaying a ...
4
votes
2answers
63 views

Is there a more efficient way of displaying unread message number in page title?

Currently I use this... setInterval(function() { $.ajax({ url: 'data.php', success: function(data) { document.title = data;}, dataType: 'text' }); }, 15000); But it ...
3
votes
2answers
227 views

Is there any phone that doesn't have sms inbox content provider?

Is there any phone that doesn't have typical sms content provider ("content://sms/inbox")? Or there is any phone that has different fields scheme?
2
votes
0answers
15 views

How to know the priority value of phone inbox

I am trying to intercept the SMSs and abort its broadcast. I have read several posts and I think there are an agreement in that the abortBroadcast along with other code do the work. The only thing ...
2
votes
1answer
43 views

Error: “Calls to mailbox_fql have exceeded the rate of 300 calls per 600 seconds”

I receive Graph API error #613 (message: "Calls to mailbox_fql have exceeded the rate of 300 calls per 600 seconds", type:OAuthException) when testing my app. It's a desktop app, and the only copy is ...
2
votes
2answers
354 views

posting reply to inbox message?

I'm trying to post a reply to an inbox message by sending a POST request to /message_id/comments. Is this the correct way to send a reply to an inbox message ? I'm getting the following error: ...
2
votes
4answers
383 views

access to sms inbox

How can I access the SMS inbox from an application (on Symbian s60)? Us it possible with j2me? How about C++ or Python?
1
vote
1answer
14 views

Getting Messages from Inbox

I have a question about the Graph API. I use Javascript for the API and make a little test website ,where you can log in ,look for new messages and write a new status. My problem is that I can't get ...
1
vote
1answer
63 views

Applescript Selecting Specific Inbox in Apple Mail

I am new to Applescript and I am running into an issue. I have multiple folder in my Mail "Inbox". However, I would like to just select one of these inboxes to run the script on it. Here is what I ...
1
vote
0answers
34 views

iTunes File Sharing - Can't Write to Inbox

How are applications that allow content to be added through iTunes File Sharing utilizing the Inbox folder? To be specific, there are apps that process files dragged to iTunes File sharing by moving ...
1
vote
1answer
28 views

Retrieve Messages from listview and print to edittext

how can i do that. i try many ways. but i cant . the only i did and work is to fill the list with messages. but when i touch that it doesnt do anything. how can i make the list clickable and get the ...
1
vote
1answer
291 views

J2ME WMA send SMS for device without MIDlet installed

I'm using the WMADemo from the J2ME samples to send and receive SMS. If I send one SMS from the SMSSend MIDlet for one device that doesn't have SMSReceive MIDlet installed the message goes to the ...
1
vote
1answer
395 views

Java Android - Filter incoming text messages

I am after a way of: Getting my Android application to receive an alert / prompt when a text message is received. Getting the latest message from the inbox. From there I want to scan/filter it, but ...
1
vote
1answer
756 views

how to read the message(SMS) from inbox using j2me(midp2.0)

HI ALL, i want to access the inbox message text from j2me application.Please give me a way to get this problem.I have no idea abt accessing inbox... How to do? Saravanan.P
1
vote
0answers
268 views

Blackberry Development - Create a received SMS

I want to develop a Blackberry application which creates a received SMS in the SMS inbox. Is this possible? I have to tried search the internet but I can't find a way to implement this. Thanks.
1
vote
3answers
285 views

Counting the number of messages in an e-mail account with python

is there any way, in Python, to have access to an e-mail account (I'll need this for gmail but better if any works) and be able to see the number of messages in the inbox (maybe even unread messages ...
0
votes
1answer
22 views

Android - How to only delete sms that is being processed

Below are my current codes: private int deleteAllMessages(Context context){ Uri deleteUri = Uri.parse(SMS_ALL); int count = 0; Cursor c = ...
0
votes
1answer
35 views

how to delete a message

I try to delete a message from my inbox. But i get 100 invailid parameter exception I use csharp sdk FacebookWebClient fbw = new FacebookWebClient(accesstoken); fbw.Delete("/userid_messageid"); ...
0
votes
1answer
40 views

Facebook Graph API return only one page of Inbox?

I tried accessing the facebook inbox using the graph API's https://graph.facebook.com/me/inbox?limit=0&access_token=<extended_access_token> This returns few recent messages of the inbox ...
0
votes
0answers
54 views

Get all messages from Whatsapp

I'm trying to implement an app that will show in a textview all the messages received from Whatsapp. Is there any way to do it? Is it possible to extract all the messages from Whatsapp?
0
votes
0answers
31 views

Graph api /inbox has missing data

I have an application that goes and gets a users messages from their facebook account, but I've hit an error. The user in question has a thread between him and me in his inbox, however it doesn't ...
0
votes
3answers
241 views

How to open the default mail inbox from android code?

I'm trying to link a button to the mail app. Not to send mail, but just to open the inbox. Should I do this with Intent intent = new Intent(...)? If so, what should be between the ( )?
0
votes
0answers
30 views

pattern webservice mailbox design in java

I have a webservice used by android application for sharing data. I want to add functionality for it - user can be marked by other user for getting notifications for each new shared data the suer ...
0
votes
0answers
105 views

xcode facebook send private message to friend

I am able to post messages to a friends wall using FBStreamDialog. But I need to send a message viewable only through my friends inbox. Thanks!
0
votes
0answers
61 views

Get inbox for specific recipient : outlook

I use outlook component in c# and I would like to read inbox. Actually I read inbox for default mailbox but I don't know if it's possible to read in other mailbox (like gmail for example) ? The best ...
0
votes
0answers
212 views

Create a simple private message system in rails with inbox, send, and reply's?

There are some gems out there to instantly have a simple messaging system for users which I have looked at but they don't really fit the bill in terms of having a way to easy customize them. ...
0
votes
1answer
174 views

Documents/Inbox folder for opening file from another App

I registered my app to associate some filetypes. so when the file comes in the mail attachment, I use my app to open the file. My app will automatically create a "Inbox" folder inside my Documents ...
0
votes
0answers
37 views

(Non-interactive) command line email inbox viewer tool, configurable for any imap?

After using Taskwarrior to manage my todo list from the command line, I'd like to do something similar with email. A program that behaves like the below. Am I imagining something that doesn't exist, ...
0
votes
1answer
384 views

python imaplib to get gmail inbox subjects titles and sender name

I'm using pythons imaplib to connect to my gmail account. I want to retrieve the top 15 messages (unread or read, it doesn't matter) and display just the subjects and sender name (or address) but ...
0
votes
0answers
46 views

How to show Mac Mail Name vs Email Address in Inbox? [closed]

Since converting to Mac Lion the Mail application appears to be using the email address vs. the name (if provided) in the Inbox Panel - whether the preview is to the right or below. Ex. vs. Jon Q ...
0
votes
0answers
101 views

Parse Error while trying to read gmail inbox feed

I am using 2 legged OAuth to read Gmail Inbox feed client = gdata.apps.service.AppsService(domain="localhost")#, source = '') client.SetOAuthInputParameters(OAuthSignatureMethod.HMAC_SHA1, ...
0
votes
2answers
303 views

how to open Gmail inbox and readmail with selenium tool

i' m testing my web application with selenium. When a user registered, an activation link will sent to user mail id. now i' m able to login to gmail account and unable to pen inbox using selenium. Is ...
0
votes
0answers
94 views

How to read read Fax inbox items in c#?

i want to read fax inbox and fetch items in there although find solution herehttp://www.pcreview.co.uk/forums/fax-inbox-read-c-t1827688.html but i face the problem i mean "COMException was ...
0
votes
0answers
55 views

Youtube application viewing sent messages instead of inbox URL

string urlStr = "http://gdata.youtube.com/feeds/api/users/evanlevi/inbox"; YouTubeQuery youQuery = new YouTubeQuery(urlStr); http://gdata.youtube.com/feeds/api/users/evanlevi/inbox" - is there ...
0
votes
0answers
26 views

script or method to delete mails with particular word in gmail

Is there any script or any method to delete mails with a particular word from the inbox ? Should i need to only search for all the mails in the inbox to get a list of mails having the particular ...
0
votes
0answers
77 views

How to access inbox of facebook from app in iPhone?

I want to access inbox of my facebook from iPhone application. I have implemented Graph API. How to do that?
0
votes
2answers
135 views

how to send transactional emails straight to inbox?

I've been trying to send transactional emails to Gmail, Hotmail and Yahoo inboxes but most of the time they are going to spam folder. I already tried using SPF, DKIM filter, multi-part message and ...
0
votes
2answers
49 views

Is there any Javascript framework that supports an interface like the Viewing pane in Yahoo!Mail Inbox with a preview panel below?

Apologies if this is a too basic question but I couldn't find any satisfactory answer in Google. I'm not sure if there is any open-sourced framework that provide the interface like Yahoo!Mail Inbox? ...
0
votes
1answer
207 views

reply to thread by email

I have a threaded inbox . By threaded I mean , just like this question is a thread , all replies are aggregated below it . I want to add this functionality : let's say , I started a thread . Now ...
0
votes
0answers
110 views

sms notification of mail by sharepoint

I have configured my out look with some email service. let say google.com (not specific, i know gmail provide this facility). I want to get SMS if any mail will come in my inbox. I have the webservice ...
0
votes
0answers
42 views

Now this may seem like a bad idea, but I need to read gmail on a different site. Just hear me out [closed]

I need to read mail from gmail on my site. We're creating a project for my software engineering class, in ASP.NET or Java (we haven't decided on the technology yet) and it is basically a forum not too ...
0
votes
1answer
885 views

Accessing Android Inbox/Messaging from Activity?

Is it possible to open up the default Android Messaging activity from inside an activity you write yourself? Like for example: I press a "Mail" button inside my program, and it opens the Android ...
0
votes
1answer
326 views

“show 20 more messages” button in uitableview

I am newbie to iphone programming. I doing an mail like app in that i have to show inbox information in table view and at the final of dragging i should need "show 20 more messages" button. is there ...
0
votes
1answer
486 views

Android Access inbox

I want to show few sms available in inbox in my application. And how to identify or to distinguish to sms from others? Is there any message ID or something to identify sms?
0
votes
2answers
428 views

How check if sms/inbox is empty?

I'd like to know if we can write a short boolean test wich return true if sms/inbox is empty or not. something like Databse("content://sms/inbox")==null? Thank's for your answer!
0
votes
4answers
275 views

Inbox-System Checkboxes To Select Messages

We currently are implementing an inbox system into our website and want a user to be able to checkmark multiple inbox messages and click a Delete link to mass-delete them. Each inbox message has it's ...
0
votes
1answer
81 views

How would you design messaging functionality if I need to be able to handle attachment in ASP.NET MVC?

I'm working on an ASP.NET MVC site and part of my requirements are that users are able to message eachother. On the surface this isn't that hard of a task. Messaging in its most simplified form is ...
-1
votes
0answers
38 views

Android inbox messages to editText [closed]

im trying to create an android application that read all the inbox to a viewlist and when i touch to an item (message) to open in an edittext that is in my layout. here is my source code public ...

1 2