Questions tagged [inbox]
236 questions
2
votes
0 answers
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 the file from the top level to the Inbox. I can…

DenVog
- 4,226
- 3
- 43
- 72
2
votes
1 answer
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 show up in his API call to /me/inbox with his…

J B
- 21
- 4
2
votes
1 answer
(Non-interactive/Line-oriented) 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, or can existing tools do this? I don't believe…

Sridhar Sarnobat
- 25,183
- 12
- 93
- 106
2
votes
0 answers
createDraft in delegated inbox
I work in a small team at my office and every day we have to send out 5-10 emails to clients with a small formatted table of data. Currently we do this manually but I would like to write a script that generates the templates as drafts for us and we…

Dylan Gimpelj
- 306
- 3
- 11
2
votes
3 answers
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?

mahdi
- 16,257
- 15
- 52
- 73
2
votes
2 answers
How to read an SMS message from inbox using j2me (midp2.0)?
I want to access the inbox message text from j2me application. I have no idea about accessing inbox.

Saravanan
- 11,372
- 43
- 143
- 213
2
votes
0 answers
How to fetch only unread emails and set as read after viewing using IMAP?
Currently I'm using https://github.com/Eden-PHP/Mail (A PHP library to fetch inbox).
As per documentation, I'm not able to fetch unread emails.
My requirement is to fetch unread emails, after processing I want to update it as read!.
user7818832
2
votes
1 answer
How to send text data on Gmail inbox?
I want to create an app for myself that, pressing a button, uploads some text on my Gmail. My app would work like this:
I have my text in a String var
I push a button
The app checks if the "myappnameFolder" already exists in my Gmail inbox
The app…

ale
- 21
- 3
2
votes
1 answer
Move E-Mails to subfolder of inbox using sieve
Do I need any option, to move matching emails to a subfolder of the inbox?
My /etc/dovecot/conf.d/10-mail.conf:
namespace inbox {
inbox = yes
}
And the /srv/vmail/spam-global.sieve:
if address "From" "monitoring@example.com" {
…

checker284
- 1,286
- 3
- 14
- 29
2
votes
0 answers
New email marked as read when arriving to empty Inbox
I like to keep my Outlook 2010 Inbox empty. But when a new email arrives, it is automatically selected and viewed in the preview pane, and therefore immediately marked as read. This then removes the "new email" icon from my systray, and therefore I…

HannesM
- 55
- 1
- 11
2
votes
0 answers
imap dont show all folders
I work on a webmail with imap,
I connet to imap with :
$IMAPHostname = "localhost";
$IMAPPort = "143";
$IMAPFlags = "/novalidate-cert";
I connet with
$Folder="INBOX.Drafts";
$Mailbox…

user2790938
- 39
- 9
2
votes
2 answers
How to read email contents?
I have developed simple Java Application which reads my Gmail inbox mails. I am able to read Email From and Subject. But, I am unable to read Email Contents.
When I try to read it, I get below exception:
Exception Msg:…

VVB
- 7,363
- 7
- 49
- 83
2
votes
2 answers
How to handle delete in messaging system?
I have created mysql databse based internal messaging system. In my DB structure there is table for messages in which each message have the sender user_id and receiver user_id. A inbox of any user can populate according to their own id relation as…

sangam
- 171
- 2
- 4
- 13
2
votes
1 answer
Explicitly saving new messages to inbox
Question regarding content://sms/inbox:
1) Is it advisable to explicitly store incoming messages to inbox?
2) What if an android device has a native messaging app and my messaging app was installed to it, and then I explicitly store incoming…

Jj Tuibeo
- 773
- 4
- 18
2
votes
1 answer
Identify User's Email Address From Gmail API Inbox Action
Is there a way to simply identify and return the user's email address from an INBOX ACTION.
E.G