Sponsored Content
Full Discussion: Gmail down?
The Lounge What is on Your Mind? Gmail down? Post 302290854 by pludi on Tuesday 24th of February 2009 07:09:50 AM
Old 02-24-2009
heise online - Web-Frontend von Google Mail ist gestört (Sorry, German only, found no English news)
What they're basically saying is that Google hasn't yet said anything about why GMail is down, and that you can access your mail via imaps://imap.googlemail.com/ or pop3s://pop.googlemail.com/
To send, you can use the SMTP server at smtps://smtp.googlemail.com/ (Port 465 or 587)

Edit: Similar article on BBC

Last edited by pludi; 02-24-2009 at 09:22 AM.. Reason: English article found
 

7 More Discussions You Might Find Interesting

1. Programming

ERROR while communicating with gmail

$./a.out smtp.gmail.com 25 220 mx.google.com ESMTP 9sm2923369yxf.23 250 mx.google.com at your service 220 2.0.0 Ready to start TLS after handshake Common Name: smtp.gmail.com after get cert dn -----BEGIN SSL SESSION PARAMETERS-----... (0 Replies)
Discussion started by: darshan.ghumare
0 Replies

2. UNIX and Linux Applications

Mutt for yahoo and Gmail?

Hi Installed MUTT and configured it for Gmail and got successful and then tried to configure for Yahoo but i am not getting any success in doing that. Can anybody advice what preferences are to be set in .muttrc file for configuring yahoo and moreover How to configure multiple Gmail clients in... (1 Reply)
Discussion started by: nixhead
1 Replies

3. Solaris

mailx -v user@gmail.com

iam near to give in : i have been about 1 week trying to send mail to my gmail account from local (not registered ) account but every time i fail i did the following bash-3.00# mailx -v mohammed.gaber.ibrahim@gmail.com Subject: newmail . EOT bash-3.00#... (3 Replies)
Discussion started by: mmjaboor
3 Replies

4. Web Development

Postfix and Gmail issue

Hi to all While being in the middle of adjusting Postfix at my server, I have faced with such a problem: it does not receive emails from gmail. Emails from other services (live, mail, corporate, etc.) are received normally. Gmail's response if following: Google tried to deliver your... (0 Replies)
Discussion started by: Divine2012
0 Replies

5. UNIX for Advanced & Expert Users

gmail revert to old look permanently

I thought I would share gmail revert to old look permanently. I am sure I am not the only one annoyed by the new look. Install Stylish extension Choose the Stylish UserStyle that you want. I know The Return of Old Gmail and gmail-b2b both work but I prefer gmail-b2b since I think it looks... (0 Replies)
Discussion started by: cokedude
0 Replies

6. Shell Programming and Scripting

Sendmail attachment problem on Gmail

Hi. I am a user on HP-UX , OS Version 11.23 with the Itanium architecture. I am using a script on HP-UX to send emails that include a Pdf attachment to clients. The scipt makes use of sendmail. The scripts works for everything except gmail. When I go on gmail via my Web Browser, I can see... (4 Replies)
Discussion started by: Wahooka
4 Replies

7. Shell Programming and Scripting

Gmail Authentication from shell script

Hello All, I want my script to accept Gmail user name and password from command line and authenticate that user .Is it possible ? I heard about doing it using Google API's but not able to find right material on net. (1 Reply)
Discussion started by: anand.shah
1 Replies
URI::URL(3)						User Contributed Perl Documentation					       URI::URL(3)

NAME
URI::URL - Uniform Resource Locators SYNOPSIS
$u1 = URI::URL->new($str, $base); $u2 = $u1->abs; DESCRIPTION
This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class interface: o The URI::URL module exports the url() function as an alternate constructor interface. o The constructor takes an optional $base argument. The "URI::URL" class is a subclass of "URI::WithBase". o The URI::URL->newlocal class method is the same as URI::file->new_abs. o URI::URL::strict(1) o $url->print_on method o $url->crack method o $url->full_path: same as ($uri->abs_path || "/") o $url->netloc: same as $uri->authority o $url->epath, $url->equery: same as $uri->path, $uri->query o $url->path and $url->query pass unescaped strings. o $url->path_components: same as $uri->path_segments (if you don't consider path segment parameters) o $url->params and $url->eparams methods o $url->base method. See URI::WithBase. o $url->abs and $url->rel have an optional $base argument. See URI::WithBase. o $url->frag: same as $uri->fragment o $url->keywords: same as $uri->query_keywords o $url->localpath and friends map to $uri->file. o $url->address and $url->encoded822addr: same as $uri->to for mailto URI o $url->groupart method for news URI o $url->article: same as $uri->message SEE ALSO
URI, URI::WithBase COPYRIGHT
Copyright 1998-2000 Gisle Aas. perl v5.12.5 2011-08-13 URI::URL(3)
All times are GMT -4. The time now is 11:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy