Script that shows new mails from Google Apps account in conky

Hello guys,
I'm looking for a script that outputs the number of new mails I received from my Mail Account with Google Apps.
I've already found a script that works pretty well with the normal Gmail but not obviously not with Google Apps.
import os
import string
#Enter your username and password below within double quotes
# eg. username="username" and password="password"
username="username"
password="********"
com="wget -O - https://"+username+":"+password+"@mail.google.com/mail/feed/atom --no-check-certificate"
temp=os.popen(com)
msg=temp.read()
index=string.find(msg,"<fullcount>")
index2=string.find(msg,"</fullcount>")
fc=int(msg[index+11:index2])
if fc==0:
print "0 new"
else:
print str(fc)+" new"
My idea was to replace mail.google.com/mail/feed/atom with mail.google.com/a/domain.tld/feed/atom but I always get connection errors like this.
Connection to mail.google.com|209.85.135.16|:443... connected.
HTTP request sent, wait for answer... 401 Unauthorized
Connection to mail.google.com|209.85.135.16|:443... connected.
HTTP request sent, wait for answer... 401 Unauthorized
Authorisation failed.
Traceback (most recent call last):
File "/home/orschiro/.scripts/mail.py", line 15, in <module>
fc=int(msg[index+11:index2])
ValueError: invalid literal for int() with base 10: ''
Any suggestion what I could try?
Thank you in advance.
Last edited by orschiro (2009-06-19 17:55:07)

Here is part of a script that I am using with my Google Apps domain. Should be easy to follow. Just edit the three variables at the top of the script. I prompt for the password at boot so it is not hard coded in the script. I use x11-ssh-askpass for this.
MAIL_URL = ['https://', 'mail.google.com', '/a/domain.com/feed/atom']
USERNAME = "[email protected]"
PASSWD = "password"
def initMail():
passman = urllib2.HTTPPasswordMgrWithDefaultRealm()
passman.add_password(None, MAIL_URL[1], USERNAME, PASSWD)
authhandler = urllib2.HTTPBasicAuthHandler(passman)
opener = urllib2.build_opener(authhandler)
urllib2.install_opener(opener)
def checkMail():
logging.debug("checkMail()")
try:
f = urllib2.urlopen("".join(MAIL_URL))
doc = xml.dom.minidom.parseString(f.read())
c = doc.getElementsByTagName("fullcount")[0].firstChild.data
return dzenH1("Mail: ") + c
except urllib2.URLError as e:
return dzenH1("Mail: ") + "URLError"

Similar Messages

  • How to migrate mails from Google Apps to MS Exchange Online IMAP (Getting error)

    Any tips on How to migrate mails from Google Apps to MSOL? What is required? When I am trying to migrate using IMAP but getting fpollowing error
    =======================
    Summary: 1 item(s). 0 succeeded, 1 failed.
    Elapsed time: 00:00:11
    [email protected]
    Failed
    Error:
    Failed to log on successfully for the following reason:
    Server rejected Basic login with following message : * CAPABILITY IMAP4rev1 UNSELECT LITERAL+ IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE.
    Exchange Management Shell command attempted:
    'Microsoft.Exchange.Transporter.Provider.PopImap.InternetMailboxMeta' | Move-XsIMAPMailboxToExchangeOnline -AllowUnsecureConnection $false -TargetCredential 'System.Management.Automation.PSCredential' -MaxThreadCount '10' -Quiet
    Elapsed Time: 00:00:11
    ======================
    Any help will be much appreciated.
    Regards
    Sunil DK

    I just finished migrating a client from Google Apps to Microsoft Exchange Online using the IMAP option in the Microsoft Online Services Migration Tool.  
    I added the mailboxes by creating a CSV file [i.e. GoogleApps(Gmail)_Mailboxes.csv] in the following format:
    SourceIdentity,SourceServer,SourceLoginID,SourcePassword,TargetIdentity
    [email protected],imap.gmail.com,[email protected],P@ssword1,[email protected]
    [email protected],imap.gmail.com,[email protected],P@ssword2,[email protected]
    [email protected],imap.gmail.com,[email protected],P@ssword3,[email protected]
    Then I created a custom folder map XML file [i.e. GoogleApps(Gmail)_FolderMap.xml] to map the Google Apps (Gmail) labels to the appropriate Exchange (Outlook) mailbox folders and create those that didn't exist (i.e. Important, Starred, Follow up,
    Misc, Priority) as sub-folders under the Inbox:
    <?xml version="1.0" encoding="utf-8"?>
    <FolderMappings xmlns="http://tempuri.org/FolderMap.xsd">
    <!-- This xml contains the mapping of foldername in source server to folders in target server -->
    <!--
    "path" is the name of the folder in source server
    "Name" is the name of the folder to be mapped into target server
    "SpecialFolder" is the name of the special folder to be mapped into
    target server (Name will be ignored) valid values are :
    Inbox
    Calendar
    Tasks
    Sent Items
    Deleted Items
    Drafts
    Junk E-mail
    Contacts
    Outbox
    Journal
    Notes
    "Description" Description of the folder
    "ExcludeFolder" indicates folders to exclude. Valid values are:
    true (case sensitive)
    false (case sensitive)
    0
    1
    -->
    <!-- Default Mapping Section -->
    <Folder path = "INBOX">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "New Mail">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "[Root]">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "Calendar">
    <Property SpecialFolder = "Calendar"/>
    </Folder>
    <Folder path = "Tasks">
    <Property Name = "Migration items/Tasks"/>
    </Folder>
    <Folder path = "Sent Items">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Sent Mail">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Sent">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Deleted Items">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <Folder path = "Trash">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <Folder path = "Drafts">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "Draft">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "Junk E-mail">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "Spam">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "Contacts">
    <Property Name = "Migration Items/Contacts"/>
    </Folder>
    <Folder path = "Outbox">
    <Property SpecialFolder = "Outbox"/>
    </Folder>
    <Folder path = "Journal">
    <Property SpecialFolder = "Journal"/>
    </Folder>
    <Folder path = "Notes">
    <Property SpecialFolder = "Notes"/>
    </Folder>
    <Folder path = "Public Folders">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <!-- Google Apps (Gmail) Specific Mapping Section -->
    <Folder path = "[Gmail]/All Mail">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <Folder path = "All Mail">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <Folder path = "[Gmail]/Drafts">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "[Gmail]/Important">
    <Property Name = "Inbox/Important"/>
    </Folder>
    <Folder path = "[Gmail]/Sent Mail">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "[Gmail]/Spam">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "[Gmail]/Starred">
    <Property Name = "Inbox/Starred"/>
    </Folder>
    <Folder path = "[Gmail]/Trash">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <!-- Custom Mapping Section -->
    <Folder path = "Follow up">
    <Property Name = "Inbox/Follow up"/>
    </Folder>
    <Folder path = "Misc">
    <Property Name = "Inbox/Misc"/>
    </Folder>
    <Folder path = "Priority">
    <Property Name = "Inbox/Priority"/>
    </Folder>
    </FolderMappings>
    Additionally, I had to tell the Internet E-mail Mailbox Migration Wizard to use the "Individual Account Credentials" option since I was able to specify each account password in the CSV file when adding the mailboxes to Microsoft Online Services Migration
    Tools console.
    Just to note, the users had to manually export their contacts to a CSV file and calendars to iCal (ICS) files in order to import those items into Outlook.
    I hope this will benefit others since Microsoft doesn't seem to have a custom, specifically defined migration strategy for this scenario.  With Google Apps being in direct competition with BPOS/Office365, I assumed that Microsoft would have a simple
    strategy using something like ActiveSync to facilitate the migration of email, contacts, calendar entries, etc.  Hopefully we'll see something along those lines become available in a future release of the migration tools.
    --Jon Payne

  • Can't get new Mail from my Pop-Account...

    Hello,
    I have a problem with Mail, as I can perfectly send but not receive Mails from my Pop-Account. The settings are fine and the problem came up suddenly. When I try to get mail from Pop-Account the application starts to load, shows the number of mails in the account, begins to count up the size and then stops. I can even see the title of the mails by opening the window of the Account, but Mail does not download them.
    I would be really pleased if anybody could give me an advice what to do.
    Thanks a lot an greeting from a German in Bahrain
    Jan

    Hello and thanks to both of you,
    I am using Mail 3.1 and the Account is coming from Strato, a German provider. Before, I had no problems neither with receiving nor with sending, but suddenly it stoped. I tried another account (gmail) that worked without any problem. Also your advice with SSl and the ports did not help . I Also phoned the Helpline of the provider Strato without any result . Also the place does not change - it neither works at home nor at work.
    Regards from a desperate Mac-User

  • IPhone5 Exchange Google Apps Account won't send or receive Email

    I've tried everything, had a long chat with apple support, deleted accounts, restored the device. Nothing. I've come to rule out that it's not my Google Apps account configuration since it works quite fine in my iPhone4, iPad and other devices. I'm pretty sure it's an iPhone5 issue.
    Anyone having this same problem?
    Anyone have a solution?
    Thx!!!

    One of the other posts said that MS support told them it was a bug with Exchange 2013.  So I tried it.  
    I have split DNS, .local and .com.  I probably don't need the hosts entries anymore.
    I found out my issue was with the account I was using for mobile Exchange.  I tried another test account and it worked but at some point previously both accounts failed. 
    Anyway, I used the connectivity analyzer with the problem account and it linked me to a post about enabling inheritance on the user account.  It was disabled, so I enabled it, it said it was updating a bunch of permissions and then once it finished,
    mobile exchange mail started working.  The problem account was created before I installed exchange 2013, so maybe that was why it was disabled when all other accounts were enabled?
    Anyway to enable the inheritance you go to 
    AD->User accounts->right-click Properties->Security tab->Advanced->lower left button Enable Inheritance.

  • My apple mail stopped receiving emails from my google apps account

    I have been using apple mail service for all my email accounts, for some reason My google apps account with my own domain stopped receiving emails, I can send but I cant receive them.   Please Help

    Gmail send but not receive...
    Here are two steps that have come in handy in related situations
    1) login to gmail on your computer or device via a web browser
    2) once logged in successfully, go to this URL to unlock:
    https://www.google.com/accounts/DisplayUnlockCaptch

  • Unable to move email or view some email in Mail w/ Google Apps

    Using Apple's Mail application to access my Google Apps accounts via IMAP.
    I'm having two problems:
    1. I cannot view any email messages in any subfolder of my account when working within Mail. Everything shows fine when I log in directly through Google Apps/Gmail. Note that the "Rebuild" option under my Mailbox menu is disabled for whatever reason, so I can't try rebuilding Mail's index/database.
    2. I am no longer able to move messages from my inbox to any of my subfolders. It's been this way for a couple days now.
    Specifically, I get the following error...
    The IMAP command “UID COPY” (to INBOX/1 - Scheduling) failed for the mailbox “INBOX” with server error: No folder INBOX/1 - Scheduling (Failure).
    ...which comes up when I try to move a message from the Inbox to the subfolder "1 - Scheduling".
    Any thoughts or suggestions? Both of these things worked for a couple days after I first set this up last week.
    So far, I'm too happy with my migration to Google Apps
    Frustrated,
    Dan

    For anyone who's curious, I was able to fix the problem by converting my old folder structure into single-layer labels. I guess Google still chokes on mail that is stored in multiple nested/hierarchical labels because it works fine now.
    So NOT a good "solution", but at least it works in all email clients now.

  • Move emails from Google Apps to Live Custom Domain

    Goal: move all email messages from Google Apps to a new custom domain already configured in Windows Live Domain.
    I need someone to fill whatever gap of information I need to finish this task.
    Method I'm trying (suggested on an internet post):
    1) Add both accounts (old and new) to Outlook (in my case, Outlook 2013)
    2) Download all messages from the old account
    3) Move the messages to the new account
    Result:
    I did all that, no error, BUTthe messages are only moved locally.
    When I log into outlook.com, there seem to be no messages sent to the server.
    Obs:
    Servers used in outlook to set up the new account:
    incoming server: pop3.live.com
    outgoing server: smtp.live.com
    Thank you for your time reading.

    Hi,
    With a POP3 e-mail account, your e-mail messages are downloaded to your computer and then usually deleted from the mail server, but changes you made on your Outlook client will not sync to server.
    If you want to have your imported emails sync to server, please set up your account via IMAP. To do this, please refer:
    http://www.outlook-apps.com/outlook-com-pop-settings/
    Hope this helps.
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Google Apps account now showing Unknown Error when trying to sign in

    This is a post I made over at webosnation.com, but no one knows what's going on over there (but a handful of people are having the same problem).
    For some reason my main email account has decided to fly off a cliff on both my FrankenPre2 and my TouchPad. The things I've tried from searching around the net:
    -Changing my password
    -Making sure the new password does NOT use any special characters
    -Removing the account from my Pre and re-adding it
    -Disabling multiple sign-on from the Google side (I had it linked to the account I use for Google Voice)
    -Removing all patches from my Pre
    None of these things have had any effect. When I put a wrong password in it comes back with an invalid password error. The correct password bring back an Unknown Error.
    The funny thing is I have a 2nd Google Apps account set up on both devices for work, and that hasn't had any problems.  What makes this even weirder is my friend who owns the Google Apps domain I'm on has a TouchPad with his account set up on it and it works fine. Any other suggestions would be greatly appreciated.
    Post relates to: HP TouchPad (WiFi)

    Aaaaaaaand we're back up and running.

  • PDF from Google Apps gmail/gdri​ve by Cloudprint​er failed on HP Officejet Pro 8600 Plus e-All-in-O​ne

    Dear forum contributors,
    1. HP Officejet Pro 8600 Plus e-All-in-One
    2. Linux OpenSuSE 12.2 64-bit
    3. Failed , after the failed message is a very long URL to my gmail attachment.
    4. This issue occured from the beginning, I have this printer only for one week.
    When I print different kinds of PDF's from Google Apps (gmail and gdrive) by Google Cloudprinter I got a failed message at the HP eprinter Recent Print Jobs list.
    Other prints from Google Cloudprinter, for example a webpage or a Google Docs document (not PDF) is working fine.
    Also sending the same PDF's directly to my @hpeprinter.com e-mail address is working fine.
    Is this a problem by Google Cloudprinter or HP e-print? How to solve the problem?
    Thanks for helping,
    Jurjen

    After much research, I was unable to obtain a direct answer for two reasons: HP doesn't support Linux or Cloud Print beyond initial setup.  I was not very satisfied with this answer as I knew you would not really be either so I found some links and this may be the last I can provide any assistance here due to the two reasons above.  These links cover everything and should provide for you additional links to all of your questions I believe.  
    --Serving a Printer to Google Cloud Print from Linux--
    --Google Cloud Print on Linux--
    --Installing Google Cloud Print on a Linux Server--
    Otherwise, if ePrint is not working within the apps using a Windows-based computer I am more than happy to assist you.  You may continue to get support here from other community members regarding Linux but I may not be of much assistance.  I can say the first place to check is www.eprintcenter.com and see what the error messages say there under the print history, cancel any pending print jobs and try again.  Keep me posted on any additional information you may want to add regarding a Windows PC, otherwise I should direct you over to some great support provided by Google Cloud. Linux is suppose to work with these functions so I will leave you with this final excerpt from a Cloud Print Help site:
    "Why is my document not printing?
    1. Make sure your Google Cloud Print connector is running on a computer with Mac, Windows, or Linux.
    2. If you're using Windows XP, make sure you also have the Windows XP Service Pack 3 (SP3) installed.
    3. Confirm that the computer connected to your printer is powered on and that you are logged in."
    This printer should support this feature so to make sure, you can log into www.eprintcenter.com and select ePrint Settings under the customized email address on this page and ensure you have Print Services ON.  I wish I could be of more assistance however.  I strongly recommend contacting the manufacturer of the apps you are having the problem with as these functions work when you use them like ePrint was intended (via email and mobile devices).  Good Luck!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • HT1933 I am facing problems with mails after update iPhone 4S/io7. I have configured yahoo mail in iPhone 4S. When I click on refresh, it shows new mail downloaded but when I go inside inbox the new mail don't show up. Can anyone help me with this iOS 7 i

    I am facing problems with mails after update iPhone 4S/io7. I have configured yahoo mail in iPhone 4S. When I click on refresh, it shows new mail downloaded but when I go inside inbox the new mail don't show up. Can anyone help me with this iOS 7 issue ?

    Hi were you able to resolve yours?
    I was very worried losing all my medical stuff on my iPad Air 2, plus i have nothing to use for the next day! So i have to try all the possible things i read on the internet!! And this worked on my part (Thank God, and thank you Google)
    Perform a hard reboot
    Hold down the Home button and Power button on your iPhone or iPad and keep holding them until you see the Apple logo. Once you do, you can let go. When your device boots back up, go ahead and check to see if the apps have started re-downloading. If they still appear to be stuck, continue on.

  • Mail icon shows new mail but all mail has been read.  Won't update with phone reset.

    My mail icon shows new mail (1 currently) but I have no new mail.  I have synced phone and turned off several times to no avail.

    If you have reset your phone several times and does not fix , then restore your phone in itunes from your backup. Be sure that you have a recent backup with all items that you wanted saved, synced.
    BEFORE, you do the restore, try deleting the mail account and reaading it and see if that fixes the issue, otherwise , then do the restore.

  • Apple Mail and Google Apps (personal domain) - 554 554 Denied Mail Delivery Subsystem (Intermittent Failure)

    Hello,
    I am having problems with my Apple Mail and Google Apps and I don't know what to do.  I have been using apple mail with google apps for a few months now with no complications.  In the last week I have recieved a handful of messages from the Mail Delivery Subsystem citing error "554 554 Denied". I know that the emails I have tried to send to are real emails and are entered correctly. I tried to send directly from google apps to one of these people today and it worked so I assume the problem is with Apple Mail, or is intermittent. Adding to my frustration is that it works with some people and not with others so it's hard for me to see exactly what is causing the problem.
    Any ideas?
    I'll include a copy of one of the Mail Delivery Subsystem emails I recieved - excluding the email address and message body.
    Thanks for your help!
    From: Mail Delivery Subsystem <[email protected]>
    Subject: Delivery Status Notification (Failure)
    Date: October 10, 2011 10:40:53 AM CDT
    To: [email protected]
    Delivery to the following recipient failed permanently: 
        [email protected] 
    Technical details of permanent failure:
    Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 554 554 Denied (Mode: normal) (state 18). 
    ----- Original message ----- 
    Received: by 10.236.155.74 with SMTP id i50mr20817257yhk.23.1318261251237;
           Mon, 10 Oct 2011 08:40:51 -0700 (PDT)
    Return-Path: <[email protected]>
    Received: from [192.168.0.190] (c-66-41-33-96.hsd1.mn.comcast.net. [66.41.33.96])
           by mx.google.com with ESMTPS id n18sm26532559yhi.14.2011.10.10.08.40.49
           (version=SSLv3 cipher=OTHER);
           Mon, 10 Oct 2011 08:40:50 -0700 (PDT)
    From: Mary Jo Bailey <[email protected]>
    Mime-Version: 1.0 (Apple Message framework v1244.3)
    Content-Type: multipart/alternative; boundary="Apple-Mail=_08B0FA71-0443-40B4-AEAB-4056C662063D"
    Subject: Re: Cleaning Quote
    Date: Mon, 10 Oct 2011 10:40:47 -0500
    In-Reply-To: <[email protected]>
    To: "XXXXXX" <[email protected]>
    References: <[email protected]>
    Message-Id: <[email protected]>
    X-Mailer: Apple Mail (2.1244.3)

    For mail issue, I had the same problem. My mail password was different than my itunes password and when I changed mail to itunes password, it started working again. Not sure about the google apps issue.
    hope this helps a bit.
    Matthew

  • Mail stopped picking up new mail from IMAP server [MDaemon]

    I've been using Mail to pick up my mail from a number of different mail accounts (MobileMe, Gmail and work mail). Everything has worked fine until a couple of weeks ago when mail stopped picking up new mail from my work mail account.
    I have tried deleting the mail account and setting it up again - all that did was to lose the cached mail on my machine, although it picked up the folders from the imap server and it's looking in the folders for mail [I can see that from the Activity Window]. It also seems not to delete everything as, when I went to set it up again, the email address field was already defaulted to the one for the account I had previously deleted.
    I then tried creating a new user on my laptop and setting up the work mail account under this user. It worked perfectly - it went off and got all of the mail from the server (OK by me) and started picking up the mail OK.
    So I'm guessing that if I can really delete the mail fully from my main user, I could reintroduce it and all would be well. However, I've scanned the whole disk for my email address and deleted (after backing up) all files I found with the address in. Again, it still seemed to know about the account I removed.
    Anyone any ideas?

    Troubleshooting Apple Mail
    What does Mail/Window/Connection Doctor Show? If the server is red, select it and look at the Show Details box.
    Troubleshooting sending and receiving email messages
    Troubleshooting sending email messages

  • New email from and app - POSSIBLE?

    I'm wondering if there's a Service or AppleScript anyone is aware of that will behave the same as Cmd-Shift-I (to email a selection) but once activated would: switch to Mail (from any app) and bring up a new email window. Possible? Any advise would be awesome! Thanks...

    Yes, and I mentioned that. Example of what I'm looking for:
    I'm working in InDesign and I want to send my client an email. I want a keystroke that switches me to mail and opens a new email window in one go, ready to input an address and text.

  • Need help with Apple Mail POP Google App Settings

    I am using Google Apps Account for the domain name xyz.travel
    I have set-up POP Account on Apple Mail for my Email address [email protected] with the Google Mail settings of POP and SMTP correctly. No Problem.
    However, in my Email Address [email protected] there are 3000+ Emails which is more than 3 years old. I do not want all these Emails to be uploaded on my Apple Mailbox. It will take ages for all these 3000+ Emails to be uploaded in my Apple Mailbox. I only want to be able to send Emails from the Apple Mailbox and receive the Emails that I received on [email protected] henceforth.
    Can someone please help me ?

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

Maybe you are looking for

  • G4 and USB2 hubs

    I'm looking at buying a USB hub for my G4. I belive the G4 is USB1, is this correct? The hubs I'm looking at are for connection to USB2 ports. Will these USB2 hubs work with my G4. Thoughts, experiences & advice welcome. Thanks

  • Create report with trial version BW

    Hello, Ok, I have a few question. 1. It's possible to install trial verion BW? I saw on sdn, trial version sap for developers, but there isn't BW 1 - true. Is this possible to connect access database without knowledge about ETL? 1. -no. Because, I ha

  • HT1386 Syncing my contacts

    I am not seeing the summary tab to be able to change what is being synced.  I want to sync my contacts and it used to do it but it is not doing it now.

  • Creating a short cut for another users calendar

    Hello, I don't know if you can do this but it would really help if it is possible. I created a calendar for travel information. It is planned that all in the office will use it when out of the office. They will create an entry in their calendar and u

  • Plz send me the differnce between XD01,VD01&FD01

    Hi Friends, Pls send me reply immediatly, pls telle me what is the difference between XD01, VD01,FD01 Thanking you, With regards Lux.