WebMail is short form of Web Based Email Service. In common All E-Mail Services on Present scenario are WebMail and support other Desktop and Mobile Client Also.
Questions tagged [webmail]
290 questions
2
votes
0 answers
Gmail icon image from webmail address
For Gmail it is just user profile image if you're using gmail as sender address instead of domain mail.
I'm wondering if it is possible to attach image for email message icon received to Gmail or any other address from my website visitor…

lf80
- 455
- 3
- 10
- 22
2
votes
0 answers
prevent cloudfront hosted images from being blocked in webmail
Cloudfront images going to webmail seem to be blocked on MobileMe and Yahoo mail. When we host our images on CF, they get blocked, like these:
http://d2x9dz1etb1m98.cloudfront.net/ugassets/deal/images/1/6/4b06b237/large.jpg
When we host directly in…

Matt Humphrey
- 225
- 1
- 2
- 6
2
votes
1 answer
Sending mail with through python with roundcube
Am trying to send mail with python using my rouncube webmail but when i run it outputs this error TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established…

LAS
- 179
- 4
- 14
2
votes
1 answer
Exchange Server Login Credentials Setup
I just want to pass this by you and make sure that I am doing this right. My code:
ExchangeService _mailService = new ExchangeService(ExchangeVersion.Exchange2007_SP1);
_mailService.Credentials = new System.Net.NetworkCredential(@"userName",…

Young Grasshopper
- 354
- 2
- 12
2
votes
1 answer
Gmail - CSS - Column-Count Not Working
The issue is that the gmail webmail interface does not want to read "column-count: 2" embedded style. I have tried embedding the style within some HEAD tags as well as using some inline styling. Nothing seems to work. Any suggestions or alternatives…

MatrixSpock
- 21
- 3
2
votes
1 answer
"Unable to open primary script: /usr/share/webapps/roundcubemail/webmail/index.php (No such file or directory)"
I have configured roundcubemail according to this archlinux wiki using nginx.
When I visit the /webmail using: https://mail.hackeac.com/webmail page (In the browser) renders: "No input file specified" and when I check on the logs at…

ArchNoob
- 3,946
- 5
- 32
- 59
2
votes
1 answer
avoid browser image caching in webmail gmail
Is there a way I can prevent browser image caching in an HTML email without using Javascript? I have an HTML email with an image that I want to be reloaded every time the email is opened in Gmail webmail. Right now it seems the browser is caching…

user3314426
- 33
- 1
- 6
2
votes
2 answers
C-panel not sending Laravel mail
So I currently have setup my laravel project in C-panel, and have updated the .env file to have the appropriate email address. When I, for instance, use the make:auth reset password feature it responds with the appropriate "We have e-mailed your…

Leberus
- 27
- 1
- 6
2
votes
1 answer
Fetching email using PHP imap messes up inline embedded images
I made a webmail php class to fetch my domain's webmail.
Everything runs perfectly except that when the email has embedded images (like signatures), the images are fetched with CID in their src and also are treated as attachments.

Fadi Obaji
- 1,454
- 4
- 27
- 57
2
votes
3 answers
Can anyone recommend PHP package for Simple Webmail?
I have a very simple website and would like to build an extremely basic and simple webmail system. Inbox, send message, that's probably it. I was hoping not to build it on my own, but could if it is the easiest option. Can anyone recommend a…

Ryan
- 2,650
- 3
- 29
- 43
2
votes
5 answers
Java based Webmail solutions
I need to provide email sending and receiving capabilities within my java web-application. Think of it as providing a lightweight IMAP client embedded within the application.
Are there any good java based open-source libraries/projects/webmail…

Deepak Mittal
- 603
- 6
- 11
2
votes
0 answers
Redirect site. URL:port-number
Can I redirect this:
http://example.com:2095/logout/?locale=es
To
http://subdomain.example.com
It's to customize the log-out page of a webmail. Have no root access.
The logout link comes from the cpanel webmail logout.
Typing the same logout URL…

Bernard
- 607
- 7
- 11
2
votes
0 answers
how to authenticate user name and password in javamail
I wanted to crating email client app in android, oauth will authenticate for Google and yahoo, but want to use oauth for other mail client like web mail how can I authenticate?

Akshay Toraskar
- 31
- 5
2
votes
1 answer
How to get unread messages from server webmail in php
I'm integrating webmail inbox access process. See my code is below. It does not get unread message it will bring all messages. How can i get only unread messages Kindly advice me.
$emails = imap_search($openmail, 'UNSEEN');
see above line it does…

suresh
- 180
- 11
2
votes
0 answers
how to get inbox messages from CPanel Webmail using PHP IMAP functions
I'm integrating auto reply mail for unread messages in my cpanel webmail/roundcube/squirrelmail. See my code below here.
The problem is i'm facing imap_open function is could not connected. It's loading can't through any error/ exception too still…

suresh
- 180
- 11