Questions tagged [inbox]
236 questions
0
votes
2 answers
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? To be more specific, I'd need a pane that shows a…

John
- 103
- 1
0
votes
1 answer
Powershell, Outlook hidden mailbox management.
anyone have any idea what I may need to change. I have the code below that works fine. But recently I've decided to hide the mailbox from the address book. This has cause the below script to stop working.. If I unhide the mailbox it works again. But…

Jonboy89
- 9
- 1
0
votes
1 answer
How to search Gmail for conversations in the Inbox AND with a specific label?
How can I search Gmail for all conversations that satisfy the following criteria:
in the Inbox (e.g. not Archived)
have a specific Label
For example, there's currently a total of 160 conversations in my inbox, and 60 of those are labelled "X" in…

ProgrammerGirl
- 3,157
- 7
- 45
- 82
0
votes
1 answer
How to read subject from inbox selenium web driver?
driver.findElement(By.xpath("//*[@id=\"io-ox-login-username\"]")).sendKeys("leads@xyz.com");
driver.findElement(By.xpath("//*[@id=\"io-ox-login-password\"]")).sendKeys("abc2123");
…
0
votes
0 answers
Error searching for messages with utf8 subject
I'm trying to read messages from inbox by subject, but if i search with a string like this: "Pedido de adição de danos à viatura sfaf", it does not work.
const inbox = require('inbox');
const imap = inbox.createConnection(emailConfig.imapPort,…

Franmcod
- 319
- 4
- 12
0
votes
1 answer
How to sort the sender's names in inbox?
I want to sort an inbox by the sender's name.
I have the following MySQL query I am using to sort:
SELECT *
FROM (
SELECT *
FROM Msg_Tab
ORDER BY uid DESC
) AS searchmsg
GROUP BY sender;
But, here it's not sorting if I send any…
0
votes
0 answers
EWS C# Loop over Group Inbox email
I have seen a couple of incomplete answers on here. I am trying to loop over the emails in an inbox of a shared mail group and see properties like 'Sender'.
I understand that certain classes used would simply loop through my own default email…

David Jones
- 83
- 8
0
votes
2 answers
Rails Display only last private message from user at the inbox
I created a private messages system but I am having trouble with the inbox.
I want to create a regular inbox where you can see all your conversations.
I tried to do something but I get a result of all the messages the user got but I want to display…

Omer TaB
- 1
- 3
0
votes
0 answers
JSON based data structure for group messaging
I am trying to add group messaging functionality to the platform I'm working on. The concept of group messaging is more like a client ~ customerservice communication tool. As our backend stores data in JSON format only (no relational database…

Behrad3d
- 439
- 1
- 4
- 13
0
votes
1 answer
Excel vba code to loop through gmail emails in gmail inbox
Does anyone have excel vba code to copy and paste to loop through gmail emails in a gmail inbox?
While there is a ton out there about:
1) sending gmail with excel vba;
2) looping through emails with excel vba in outlook; and
3) looping through gmail…

h10b
- 9
- 3
0
votes
0 answers
Mysql_query print messages from mysql order and group sensitive
I'm writing chat system like facebook or whatsapp.
e.g http://masters.az/message
login:testpass:test
I wrote inside of message.But outside(inbox) is problem.If you enter this site you can see what I want.I need the last message of each chat and…

Fuad Pashayev
- 75
- 1
- 8
0
votes
1 answer
how to add message inbox icon in toolbar?
in android toolbar i have a item that show inbox message.
icon in…

ebham33
- 13
- 5
0
votes
1 answer
Move Document/Inbox file to another location - Xcode 7, Swift 2
I have a file that is in my Documents/Inbox and is shown in my Print log:
File:
file:///private/var/mobile/Containers/Data/Application/5388031B-48B5-48D6-8299-B3FEDC1D7F45/Documents/Inbox/Pizza-6.pdf
I looked here and saw a way to delete files,…

ChallengerGuy
- 2,385
- 6
- 27
- 43
0
votes
1 answer
How to mark all text messages as read on Android?
I'm trying to mark all text messages as read when user opens my inbox. I've pieced together code from a few tutorials online and ended up with this:
Uri uri = Uri.parse("content://sms/inbox");
Cursor cursor = getContentResolver().query(uri,…

Jordan P
- 19
- 1
- 4
0
votes
1 answer
Hide sms from inbox completely and fastly in eclipse
How to read sms and work on it
This link is how to read sms but i have a question!
How can messages be hidden to fast in inbox?
If we want hidden messages, what to do?
Is their a command for it?!
If we read all messages, copy it and then delete it,…

Milad gh
- 211
- 1
- 11