Email with dot notation help

I recently made a new email address at google and it contained a dot notation, this seems to be the only difference between the two addresses, with the new address i can't login to the gmail pop server, the strange part it my origanal email will connect to the server fine. is this a mail problem or something on gmail's side. Thanks for your help.
15" Powerbook G4   Mac OS X (10.4.6)  

I use a dot in my gMail address without any problems.
Make sure that you have set up Pop forwarding in your gmail account.
Login to Gmail, click on settings, top right, Then click on POP and Forwarding, in the middle.
Then in the POP Download section, select what you want to do.
Will
1GHz G4, 15" PowerBook, Airport Extreme & Express, 1G iPod Mini   Mac OS X (10.4.6)   Please help others by marking questions as Answered (+perhaps Solved or Helpful)

Similar Messages

  • Receive email with dots in body

    I have a weird problem with BB8830. From time to time (most of the time received from a specific Domaine) I receive emails with all the dots in the email body, the email was sent by Exchange Server. The same email is well receive in my Outlook 2003 in plain English. If I forward that email from BB to someone else, then the receive person will read in Chinese caracters instead of the dots, in Outlook. Does anyone have same problem ? and any solution for that. By the way, my BB is using the latest OS and Desktop Manager from Bell Mobility.

    Hi,
    I think you misunderstood my problem. The email is in English and when I receive it on BB, all I see in the email body is black dots.If I forward this email to someone else and retrieve the email with Outlook, then chinese caracters apper in the message body.  If I retrieve it with my Outlook, the email bosy message is readble and in English. I would think that the BB email server cannot somehow get the email properly, may be the email was sent with Outlook2007? or ... ??

  • Email with attachment - Urgent help required .....................   :(

    Hi Great frnds,
    I am in trouble and i need help from you guys.... :(
    My problem is i want to edit RTF or doc (appriciate if I can edit PDF) file which I stored in DB and send it as email attachment.
    Mean to say, i'll upload RTF or DOC file to apex DB . Its a kind of letter .
    And if some conditions reached i need to edit that file ( need to put name , sex , address etc) and send it as an email attachment to that person.
    And i dont know how to perform this task….....
    I got one package but i m not able to use that for sending attachment , normal mails are working fine . Here is that link
    http://www.oracle.com/technology/sample_code/tech/pl_sql/htdocs/Utl_Smtp_Sample.html
    Can anybody help me on this ……………. L

    Kalesh,
    As a start you can check out the mail merge app at http://htmldb.oracle.com/pls/otn/f?p=18326:44:::::P44_ID:1682. It won't work with pdf's. As for sending email attachments google on demo_mail that gives you a base package that will send attachments. You can call it as follows...
    create or replace procedure pdf_mail(
    p_sender varchar2, -- sender, example: 'Me '
    p_recipients varchar2, -- recipients, example: 'Someone '
    p_subject varchar2, -- subject
    p_text varchar2, -- text
    p_filename varchar2, -- name of pdf file
    p_blob blob -- physcial pdf file
    ) is
    conn utl_smtp.connection;
    i number;
    len number;
    BEGIN
    conn := mail_pkg.begin_mail(
    sender => p_sender,
    recipients => p_recipients,
    subject => p_subject,
    mime_type => mail_pkg.MULTIPART_MIME_TYPE);
    mail_pkg.begin_attachment(
    conn => conn,
    mime_type => 'application/pdf',
    inline => TRUE,
    filename => p_filename,
    transfer_enc => 'base64');
    -- split the Base64 encoded attachment into multiple lines
    i := 1;
    len := DBMS_LOB.getLength(p_blob);
    WHILE (i < len) LOOP
    IF(i + mail_pkg.MAX_BASE64_LINE_WIDTH < len)THEN
    UTL_SMTP.Write_Raw_Data (conn,
    UTL_ENCODE.Base64_Encode(
    DBMS_LOB.Substr(p_blob, mail_pkg.MAX_BASE64_LINE_WIDTH, i)));
    ELSE
    UTL_SMTP.Write_Raw_Data (conn,
    UTL_ENCODE.Base64_Encode(
    DBMS_LOB.Substr(p_blob, (len - i)+1,i)));
    END IF;
    UTL_SMTP.Write_Data(conn, UTL_TCP.CRLF);
    i := i + mail_pkg.MAX_BASE64_LINE_WIDTH;
    END LOOP;
    mail_pkg.end_attachment(conn => conn);
    mail_pkg.attach_text(
    conn => conn,
    data => p_text,
    mime_type => 'text/html');
    mail_pkg.end_mail( conn => conn );
    END;
    Keep Smiling,
    Bob R

  • Problem with dot notation in wsdl-file

    Hello,
    I want to consume a soap web service that is created in the sap system within a ios app. I am generating the stub files with sudzc. Unfortunately sudzc is making classes with a dot in its name. This is caused by the wsdl-file:
    <wsdl:types>
    <xsd:schema attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:rfc:functions">
    <xsd:simpleType name="RfcException.Message.Number">
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="3"/>
    <xsd:pattern value="\d*"/>
    </xsd:restriction>
    </xsd:simpleType>
    Does someone know how to delete the dot in RfcException.Message?
    Greetings, Vanessa

    Hi Vanessa,
    In WSDL file , value of tag "<wsdl:service name"  decides the Stub class name .
    Remove dot from this tag.
    Many Thanks,
    Jitendra

  • Dot notation in Forms6i ??

    I would like to make a generic program unit that would loop through all the text items and change thier properties to show up with no BEVEL, blending into the background color and not being editable. This would be a query in report or display only mode (not a real Oracle Report, I don't want to maintain two different objects - a FORM for editing and a REPORT for display only). To EDIT I would have a button to change all the properties to the default or original ones.
    I used to be able to do this in Power Builder, way back when, with dot notation.
    WINDOW.FORM.BLOCK.TEXT_ITEM.NAME.PROPERTY := 'STRING';
    and be able to change all the properties that were available for the TEXT_ITEMs in a loop of some kind.
    Any information would be appreciated. Bill :)

    All the information you need is available through GET_BLOCK_PROPERTY and GET_ITEM_PROPERTY etc.
    You can obtain the next iten relative to the current item and so on - not as neat as dot notation but workable

  • Problem with Dot(.) in email Address

    Hi,
    i send with VB Code (Word VBA 2007) an GW 7.0.3 Build 1294 a Mail to a Mail Address eg [email protected]
    The Postmaster of abc.de recives [email protected]
    any a idea what here is wrong...
    tnx for help
    Here is the complete code
    '/// Send mail with GW //
    Sub Send_GW_Mail(ByVal SinSendOpt As Single, _
    ByVal StrMail_To As String, _
    ByVal StrMail_Cc As String, _
    ByVal StrMail_Bcc As String, _
    ByVal StrMail_Betreff As String, _
    ByVal SinAZ As Single, _
    ByVal StrAnlagen As String, _
    ByVal StrMail_Text As String, _
    ByVal StrFuss_text As String)
    Dim GW As Variant
    Dim Acc As Variant
    Dim GWMailFolder As Variant
    Dim GWMessages As Variant
    Dim GWMessage As Variant
    Dim GWDraftMsg As Variant
    Dim GWRecips As Variant
    Dim GWRecip As Variant
    Dim sRecieverTo, sRecieverCC, sRecieverBcc As String
    Dim SenderDisplayName As String
    Dim SenderEmailAddress As String
    Dim CreationDate As Date
    Dim iCount As Integer
    Dim vCommander As Variant
    Dim ParamStr As String
    Dim MyMsgID As String
    Dim sResult As String
    Dim iRet As Integer
    Dim sDOT, RecDot
    Dim iPos, RecPos
    Dim SenderEmailAddressType
    Dim sAttachment
    Dim egwIncoming, egwMessagePrivate, egwNormal, egwDefaultSecurity
    Dim ToDot, CcDot, BcDot
    Dim iElement As Long
    Dim GWAddrBook As Object
    Dim GWAccount As Object
    Dim GWEntry As Object
    Dim GWEntries As Object
    Set GW = CreateObject("NovellGroupWareSession")
    Set GWAccount = GW.Login()
    Set GWAddrBook = GWAccount.AddressBooks("Primrbuch")
    Set Acc = GW.Login
    Set GWMailFolder = Acc.Mailbox
    Set GWMessages = GWMailFolder.Messages
    Set GWDraftMsg = GWMessages.Add("GW.MESSAGE.MAIL", "Draft")
    sRecieverTo = StrMail_To
    sRecieverCC = StrMail_Cc
    sRecieverBcc = StrMail_Bcc
    ' Mail Betreff definieren
    If StrMail_Betreff > "" Then GWDraftMsg.Subject = StrMail_Betreff
    ' Mail text (Body) definieren
    GWDraftMsg.BodyText = StrMail_Text & Chr$(13) & vbCrLf & Chr$(13) & vbCrLf & Chr$(13) & vbCrLf & StrFuss_text
    ' Sender Name
    GWDraftMsg.FromText = Acc.RootFolder.Name
    ' Anlagen Anfgen ################################################## ###
    For II = 1 To SinAZ
    If StrAnlagen(II) = "" Then
    'nix
    Else
    GWDraftMsg.Attachments.Add StrAnlagen(II)
    End If
    Next II
    ' E-Mail Adresse zuweisen ################################################## ######
    Set GWRecips = GWDraftMsg.Recipients
    'Wenn ein Komma kommt
    sRecieverTo = Replace(sRecieverTo, ",", ";", 1)
    sRecieverCC = Replace(sRecieverCC, ",", ";", 1)
    sRecieverBcc = Replace(sRecieverBcc, ",", ";", 1)
    'Email Empfnger Aufsplitten
    ToDot = Split(sRecieverTo, ";")
    CcDot = Split(sRecieverCC, ";")
    BcDot = Split(sRecieverBcc, ";")
    ' MailTo Zuweisen
    Dim StrDisplayName, StrMailAdress
    For iElement = 0 To UBound(ToDot)
    If ToDot(iElement) = "" Then
    Exit For
    Else
    StrMailAdress = CStr(Trim((ToDot(iElement))))
    StrDisplayName = Split(CStr(Trim((ToDot(iElement)))), "@", , vbTextCompare)
    StrDisplayName(0) = Replace(StrDisplayName(0), ".", " ", 1, , vbTextCompare)
    Set GWEntries = GWAddrBook.AddressBookEntries.Find("(<Email-Adresse> Matches " & """" & StrMailAdress & """" & ")")
    If GWEntries.Count > 0 Then
    Set GWEntry = GWEntries.Item(1)
    Else
    Set GWEntry = GWAddrBook.AddressBookEntries.Add(StrDisplayName(0 ), StrMailAdress, "NGW", "")
    End If
    Set GWRecip = GWRecips.Add(GWEntry.EMailAddress, "NGW", 0) '1 = CC and 2 = BC
    GWRecip.DisplayName = GWEntry.DisplayName
    GWDraftMsg.Recipients.Resolve
    'GWRecip.EmailType = "NGW"
    End If
    Next iElement
    Erase StrDisplayName
    StrMailAdress = ""
    For iElement = 0 To UBound(CcDot)
    If CcDot(iElement) = "" Then
    Exit For
    Else
    StrMailAdress = CStr(Trim((CcDot(iElement))))
    StrDisplayName = Split(CStr(Trim((CcDot(iElement)))), "@", , vbTextCompare)
    StrDisplayName(0) = Replace(StrDisplayName(0), ".", " ", 1, , vbTextCompare)
    Set GWEntries = GWAddrBook.AddressBookEntries.Find("(<Email-Adresse> Matches " & """" & StrMailAdress & """" & ")")
    If GWEntries.Count > 0 Then
    Set GWEntry = GWEntries.Item(1)
    Else
    Set GWEntry = GWAddrBook.AddressBookEntries.Add(StrDisplayName(0 ), StrMailAdress, "NGW", "")
    End If
    Set GWRecip = GWRecips.Add(GWEntry.EMailAddress, "NGW", 1) '1 = CC and 2 = BC
    GWRecip.DisplayName = GWEntry.DisplayName
    GWDraftMsg.Recipients.Resolve
    End If
    Next iElement
    Erase StrDisplayName
    StrMailAdress = ""
    For iElement = 0 To UBound(BcDot)
    If BcDot(iElement) = "" Then
    Exit For
    Else
    StrMailAdress = CStr(Trim((BcDot(iElement))))
    StrDisplayName = Split(CStr(Trim((BcDot(iElement)))), "@", , vbTextCompare)
    StrDisplayName(0) = Replace(StrDisplayName(0), ".", " ", 1, , vbTextCompare)
    Set GWEntries = GWAddrBook.AddressBookEntries.Find("(<Email-Adresse> Matches " & """" & StrMailAdress & """" & ")")
    If GWEntries.Count > 0 Then
    Set GWEntry = GWEntries.Item(1)
    Else
    Set GWEntry = GWAddrBook.AddressBookEntries.Add(StrDisplayName(0 ), StrMailAdress, "NGW", "")
    End If
    Set GWRecip = GWRecips.Add(GWEntry.EMailAddress, "NGW", 2) '1 = CC and 2 = BC
    GWRecip.DisplayName = GWEntry.DisplayName
    GWDraftMsg.Recipients.Resolve
    End If
    Next iElement
    Erase StrDisplayName
    StrMailAdress = ""
    SenderDisplayName = ""
    SenderEmailAddress = ""
    SenderEmailAddressType = "NGW"
    CreationDate = Now
    Set GWMessage = GWMessages.AddExistingMessage(SenderDisplayName, SenderEmailAddress, SenderEmailAddressType, _
    CreationDate, egwIncoming, egwMessagePrivate, egwNormal, egwDefaultSecurity, GWDraftMsg)
    GWMailFolder.Refresh
    Set GWMessages = Nothing
    Set GWMessages = GWMailFolder.Messages
    ' Send or Show - 1 = sho Msg / 2 = send direct
    If SinSendOpt = 1 Then
    ' Open the new message to view it and add recipient(s) manually
    MyMsgID = GWMessage.MessageID
    Set vCommander = CreateObject("GroupWiseCommander")
    ParamStr = "ItemOpen(""" + MyMsgID + """)"
    iRet = vCommander.Execute(ParamStr, sResult)
    GWMessage.Delete
    Exit Sub
    ElseIf SinSendOpt = 2 Then
    ' Direkt senden
    GWMessage.Send
    GWMessage.Delete
    MsgBox "Ihre Mail wurde gesendet!", vbInformation, "Mail sent"
    Else
    ' Open the new message to view it and add recipient(s) manually
    MyMsgID = GWMessage.MessageID
    Set vCommander = CreateObject("GroupWiseCommander")
    ParamStr = "ItemOpen(""" + MyMsgID + """)"
    iRet = vCommander.Execute(ParamStr, sResult)
    GWMessage.Delete
    Exit Sub
    End If
    'resetVariables
    call ResetVariables
    'VariablenZurcksetzten

    Hi,
    The object GWMessage and GWAccount can't support the email username with dot, you need change the the email username if it include the Dot.
    novanet.

  • Non technie 70 yrs of age and written a book on my macbook 2009, how to I send it in microsoft plain format by email to editors without the text etc getting garbled and changed. As imple as possible plz-I did not grow up with computers. Help.k on my

    A non techie senior, I have written a book in Pages. To email to a literary editor, I have to use a format that is compatible to Microsoft word and does not garble all the indents and formatting.
    Help. Could you answer in simple steps as I can write a book OK but oh the challenge of emailing it.
    Gratful thanks
    zimbogal

    Ok...with your document, go to file, then go to save as (if this is not on your options then hold the ALT key and select Save As.)
    Next, Select where you want to save it .. e.g DESKTOP. Your menu should look like this.
    Then Click the box that says "save copy as word document" so it now should look like this"
    Press SAVE then you're done, make sure when you email the document, create the new email, then open finder, go to desktop and find the file with the last bit saying .doc then drag this into the email. Hope this helps.

  • XI Mail Adapter: sending emails with attachment with help of java mapping

    Hi ,
    On trying out the scenerio mentioned in the blog, using the java mapping provided
    "XI Mail Adapter: An approach for sending emails with attachment with help of Java mapping
    The scenerio works just fine.
    But the payload as the content of the attachment is not getting generated in proper XML format.
    I suppose it's because of the replace special characters code part..
    Can anyone help me state the modification required in the code.
    Thanks!
    Regards,
    Faria Mithani

    It might be a codepage issue. Is your original payload UTF-8?

  • I'm using iphone 4S, and I can not open PDF file only from my husband email that using Mic outlook. It was very weird because I can received other email with pdf file from other people. can someone help.

    I'm using iphone 4S and ipad mini, and I can not open PDF file only from my husband email that using Mic outlook. It was very weird because I can received other email with pdf file from other people. Can someone help...
    Thanks in advance

    Hi Eidda,
    This may because the attachment is a winmail.dat file. I would recommend taking a look at the article below for more information. Note: the article is written for OS X mail, but does also apply to this situation.
    Mac OS X Mail: What is a winmail.dat attachment?
    http://support.apple.com/kb/HT2614
    -Griff W.

  • I want to change my primary e-mail address that I use with Apple ID - help guide says Select Edit next to "Apple ID and Primary Email Address." But there is no 'edit' on that section there is on every other but not that one. Can anyone help?

    I want to change my primary e-mail address that I use with Apple ID - help guide says Select Edit next to “Apple ID and Primary Email Address.” But there is no 'edit' on that section there is on every other but not that one. Can anyone help?

    You can create an alias @icloud.com email address within your current account that will receive email in your current iCloud inbox (see http://help.apple.com/icloud/#/mm6b1a490a).  (@me.com addresses are no longer available as new addresses.)  Just be aware that you cannot use an alias address later to create a new iCloud account or move it to a different account.
    Also, even if you created a new iCloud account with a new ID, your existing purchases would not be lost.  They are permanently tied to the original ID you used to purchase them.  You can also continue to use the existing ID for the iTunes store; it does not need to be the same as the ID you use for iCloud.

  • Please help, I'm unable to send an email with a pdf attachment

    We have Windows 8 Pro on the pc, I have been trying to send a pdf document that my husband needs to his work and no matter how I try to send it (either from reader or directly from my email with the attachment it just will not send.  Can anyone please help?

    No worries.  But it is strange that you cannot even send email with a PDF attachment from Microsoft Mail.  At this point, no PDF viewers (e.g. Microsoft Reader, Adobe Reader Touch) are involved because you are not viewing PDF files.
    Instead of saying "It won't send", you need to describe exactly what you see on the screen for every step. Where does the problem start? 
    Step 1: Attaching a PDF file to new email in Microsoft Mail
    Are you able to find the PDF file and attach it to new email?
    Step 2: Sending email with a PDF attachment
    What happens when you click the Send button?  Does it hang forever?  Does it show an error message? Could you confirm that you can send email with other type of attachments (e.g. text file, Word file) from Microsoft Mail from the same PC?
    You can provide the details to Microsoft for troubleshooting.
    Alternatively, you can try to send email with the PDF attachment from other accounts like Gmail (Google Mail) or Yahoo Mail via the web browser (Internet Explorer) interface.
    Sometimes, rebooting your system solves "mysterious" problems, too.
    Good luck!

  • I have an iPad air and have downloaded the microsoft app excel.  I have an email with an excel attachment.  When I "tap to download" the attachment, it auto converts to a PDF file.  I want it to open in excel.  Please help.

    I have an iPad air and have downloaded the microsoft app excel.  I have an email with an excel attacment.  When I "tap to download" the attachment, it automatically converts to a PDF file and opens as a "view only" document.  I want it to open with the excel app so I can see and update the spreadsheet.  Please help.  Thanks!

    If Excel works as do other apps, you should be able to tap and hold on the attachment and then select "Open in Excel" in the window that will open. Note that you need to be subscribed to and signed into Office 365 to be able to edit documents in Microsoft's apps.
    Regards.

  • FIREFOX WILL NOT ALLOW ME TO OPEN AN EMAIL IN MY GMAIL INBOX WHICH I HAVE EXCHANING EMAILS WITH. sAYS COULD BE POP UPS. PLEASE HELP ME REMOVE THE RESTRICTION

    firefox is preventing me from opening an email from someone I have been exchanging emails with. says might be due to pop up restriction. Please remove pop up restriction so I can open up email.
    thanks

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • I want to email some photos, after i click send, a warning window opens with no text. help?

    i want to email some photos, after i click send, a warning window opens with no text. help?

    No way to help without you actually sharing details
    does it involve iPhoto for the Mac in any way? If so how? What version of iPhoto and of the OS? What is the exact error message? What email client do you use with iPhoto?
    LN

  • HT2736 I was sent an app as gift but i dont get the email with the message to redeem it. Please help. Thank you.

    I was sent an app as gift but i dont get the email with the message to redeem it. Please help. Thank you.

    Have you checked your spam folder as well as your Inbox ? If it's not in there either then you could ask the sender to try re-sending it (and to double-check the address) : http://support.apple.com/kb/HT1541

Maybe you are looking for

  • Photo losing color/contrast when using "save as" to save it.

    When I first started using CS6 I would edit my photos and when I used "save as" to save my photos then open them in a different photo viewer they would have lost a lot of color and contrast. When I reopened them in CS6 they still had no color. This i

  • Missing Images in IDCS3

    We received an IDCS3 Indesign file with a collect. When we open the file it shows all images as being linked. When we try to make a PDF, one of the images goes missing. At first we thought maybe the image was marked to suppress output, but I don't se

  • Regarding the exchange rate used in shopping cart

    Hi, Iam facing one problem regarding the currency conversion while crerating the shopping cart. The basic currency in my organizational profile is CHF. But I have a requirement to create a shopping cart in NZD(New Zealand dollars). After entering all

  • If Are all the pictures can be enlarged to 160% with script in indesign cs6?

    a book is composing ,but the gest feel the picture is too small,all want to  enlarged to 160%, but there is Thousands pictrure, It is could be Achieve with script? just like thist

  • Zenworks 7 Agent Upgrade Breaks Windows XP User Profiles

    We have been having an intermittent problem since upgrading from the Zenworks 4 agent to Zenworks 7 on our XP desktops. Users have been reporting that their profiles are not loading on login and the error message appears: "Windows cannot load the loc