Questions tagged [inbox]
236 questions
1
vote
1 answer
Retrieve messages from Inbox
I am making an App with the help of which I can get an ArrayList of all the Text messages. I had no problem for achieving that but when I am sending it to default SMS application of Android device, I see the text surrounding by "[]". But I don't…

Name is Nilay
- 2,743
- 4
- 35
- 77
1
vote
2 answers
Search sms Inbox
How can I search the sms inbox and show latest message from a special number. For example search for "999999999" and show last message received from this number. Is any way to do this?
I have use this code to return the count of messages my inbox…

mahdi
- 16,257
- 15
- 52
- 73
0
votes
1 answer
Mysql and PHP inbox update
I have created an inbox system. Signed in user can message other signed in users. The usermessage Table from database has two fields 1. userid and 2. messageid. The following is an excerpt from this table.
userid | messageid
12 | 1
13 | 1
14…

Hari
- 31
- 7
0
votes
3 answers
How to read message from inbox
This is the code i am using to read the inbox message when view button is pressed in context menu but i am unable to read messages i get only the body of the first message.
public class Smsread extends Activity {
@Override
public void…

dippu
- 1
- 1
- 3
0
votes
1 answer
Can't get more than 50 messages through Graph API
Running
FB.api('/me/inbox', {limit:800}, function(response){ console.log(response)});
logs
data: Array[50]
summary: Object
to the console, clearly only 50 messages. Setting the limit to a less high value, say 51, produces the same result.
How can…

Soroush Hakami
- 5,226
- 15
- 66
- 99
0
votes
1 answer
Inbox type UI control in BlackBerry 5.0
I'm looking for an "Inbox-styled" control that we see in BlackBerry device i.e. one row has From, Time and Subject and the entire is selectable. If there is no readily available control, it would of immense help if someone can point to appropriate…

Pavan Kulkarni
- 476
- 5
- 17
0
votes
1 answer
Hiding the Inbox from the documents directory for File Sharing
Is it possible to hide the Inbox from the list displayed of the directories?
For example, in this screenshot from a tutorial, the inbox folder features. In my app I would prefer it not to.
Other apps (eg. Molecules) seem to manage this, so I…

Rich Lewis
- 13
- 3
0
votes
2 answers
Listing Inbox with Javamail API
I'm getting inbox folder of my gmail account, can list the incoming e-mails, but that list is being listed from older mails to newer mails. How can i revert that ?
public class readInbox extends ListActivity{
/** Called when the activity is…

saimcan
- 1,706
- 7
- 32
- 64
0
votes
1 answer
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 the messages or the…

Stan IAm
- 33
- 4
0
votes
2 answers
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");

Cagri D. Kaynar
- 348
- 1
- 10
0
votes
2 answers
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=
This returns few recent messages of the inbox without access to previous messages. There is no paging for…

Vignesh
- 1,130
- 2
- 12
- 19
0
votes
1 answer
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 messages ?
here is my code with the list . it…

Pantelis
- 7
- 1
- 1
- 8
0
votes
0 answers
connecting gmail inbox to retool to tracking replies
i am looking to add a new inbox to my hubspot conversations inbox (the new email added would be a gmail). my team wants to add a new conversation inbox because we will be sending emails off of retool(retool can send emails but does not have an…
0
votes
1 answer
Our system has detected that this message is 550-5.7.1 likely unsolicited mail
B860F3E0434: to=*****@gmail.com, relay=gmail-smtp-in.l.google.com[142.250.13.27]:25, delay=6.8, delays=5.9/0.02/0.19/0.67, dsn=5.7.1, status=bounced (host gmail-smtp-in.l.google.com[142.250.13.27] said: 550-5.7.1 [45.10.154.127 12] Our system has…

Capra Falconeri
- 1
- 1
0
votes
1 answer
Broken Message Display
I am working on a social media website for a capstone project, and am needing to get my user messages displayed. I see the messages created and added to my messages table in my db, but I cant seem to get the HTML to display them.
Ive been at this…

Damien779
- 1
- 1