Questions tagged [inbox]
236 questions
0
votes
1 answer
Rails - Mention the gem/plugin to implement inbox feature
In rails 3 (or above), I want to implement a messaging system, which gem or plugin I can use for it? Please help me to implement a inbox feature with all actions in my rails project.
https://github.com/jongilbraith/simple-private-messages is this…

Shruthi R
- 1,863
- 4
- 39
- 77
0
votes
1 answer
Creating Inbox/Outbox Pages
Apologize for the newbie question, but I'm working on a messaging feature for my web app right now, and trying to separate received messages from sent messages. Sort of like an inbox/outbox. Is it possible to create separate index pages for sent…
user3785435
0
votes
3 answers
android: push sms As recieved in inbox using getContentResolver
on sms received , i have saved that sms in my database
now i want to move that sms into inbox
i used this code but it move it as sent by me
please help me to move it as a received sms
ListViewLogItem lm = listArray.get(position);
…

Arslan
- 249
- 2
- 13
0
votes
1 answer
How to read sms sender's name?
I use Uri.parse("content://sms/inbox") to read SMSs, but I can't figure how to read the sender's name. I went through similar questions but couldn't find clear answers, only suggestions to use:
ContentResolver cr = getContentResolver();
Cursor cur =…

user3395989
- 73
- 1
- 12
0
votes
1 answer
Get addresses from Inbox SMS Messages
I want to get addresses from Inbox SMS Messages
I am not sure if my query is correct.
final String SMS_URI_INBOX = "content://sms/inbox";
Uri uri = Uri.parse(SMS_URI_INBOX);
String[] projection = new String[] { "_id",…

Saleh Feek
- 2,048
- 8
- 34
- 56
0
votes
1 answer
Getting null exception when reading Android sent box
I have an assynctask that will read all the content in the conversation box and it works well
protected String doInBackground(String... params) {
Uri inboxURI = Uri.parse("content://sms/conversations");
ContentResolver cr =…

mboy
- 744
- 7
- 17
0
votes
2 answers
How to check if a incoming message in Android has the correctly Keyword
I am creating a op-out app. I am using Incomming SMS Broadcast Receiver, I need to check if the incoming message contains a specific keyword:
i.e
From: 656565451
msn: I want to op-out news
code .i.e - "this does not work"
String senderNum =…

Cho Hee
- 165
- 1
- 11
0
votes
2 answers
How check if sms/inbox is empty?
I'd like to know if we can write a short boolean test which return true if sms/inbox is empty or not.
Something like Databse("content://sms/inbox")==null?

Olivier69
- 1,561
- 2
- 10
- 4
0
votes
1 answer
How to get unread messages from gmail through secure social
I am play application developer. I used secure social to login into my application. I got username, email id, first name and last name through secure social. I want to get unread message of logged in user gmail inbox. how to get that. Please help…

user3454863
- 161
- 1
- 2
- 10
0
votes
0 answers
message inbox in android
i've been trying to develop an application that displays all your text messages in the old fashioned nokia style, which means you have a listview with the contact that sent you a message, and when you click on that, your message appears in a…

Akshay
- 1
- 2
0
votes
1 answer
SubethaSmtp working example
Can you please tell me how to use SubethaSmtp library? I just want to retrieve the mails from my Gmail inbox and display them or one of them in console window.
I studied most of the API doc but I'm not being able to put the pieces together to get…

Manvendra SK
- 802
- 1
- 10
- 20
0
votes
4 answers
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 own ID in the database.
What we need help with is…

NessDan
- 1,137
- 1
- 16
- 34
0
votes
1 answer
Access Google Notes using Android API (Java)
I want to make an Android Application in Eclipse that accesses the Notes Inbox in Gmail and can edit, create, or delete them. How would I do this? In iOS there is a preinstalled application that does this. Is there an API that I could use to do this…

JoshSchellenberger
- 148
- 2
- 12
0
votes
0 answers
Adding gmail quick actions to email (via phpmailer)
So, I am trying to add a go-to-action button/label for emails for gmail customers in their inbox (see https://developers.google.com/gmail/actions/reference/go-to-action).
The email is sent via phpMailer.
I have successfully tried the example…

Rob
- 3
- 1
- 4
0
votes
2 answers
jQuery load with php in it?
I was wondering if there's a way I can use the jQuery load with php code?
Basically I'm trying to create a inbox and this is for where you can read your PMs, and I want them to load inside the div #main-news.
I tried…

Donran
- 15
- 1
- 4