Mail problems with Panther

I'm having difficulties downloading email into my client mail on my IMac. (I use Macmail, through BTinternet, an outside ISP. (Not Mac) The problem arose when I recently sent out a round robin email to a large number of hotels in Italy enquiring about accommodation - it's clear from my webmail account that dozens of them replied with quite large emails, brochuires etc etc etc. When I try to download these into my inbox, the spinning icon continues to spin round before telling me that Port 110 or something cannot accept or send emails or that my mail account has timed out. Any thoughts would be much appreciated. There is no problem with the interent connection, only mail

I just read what you wrote. So you are talking about Mail. All right. Can you see how big the inbox is in Mail - that is reported at the top of its window. I am asking this to see if you have an overfull inbox, which can cause problems.

Similar Messages

  • Element v.11 & 9 Photo mail problem with MS Outlook

    Looking for a fix:  Elements v.11 has a photo mail problem with Microsoft Outlook mail, even when Outlook is designated the defaul e-mail program in Windows internet.
    Is there a fix??  Thanks.

    I just posted the same problem and so I'll join this thread, hoping to see an answer to your question.  By the way, this PSE11 feature worked fine for me with Outlook 2007, but stopped working when I upgraded to Outlook 365.

  • Mail problem with long titles using utl_smtp / mixed content / attachements

    Hello,
    I'm having a problem with sending emails. The title as well as the body needs to be able to contain accented letters (é ç ...).
    For the body i got it working.
    And the title works fine too, untill the encoding passes a certain length, then goes all wrong and my mail header starts showing up in the mail body.
    Could anyone help me in finding a solution?
    Thanks in advance
    Below my code:
    DECLARE
       v_From       VARCHAR2(80) := 'test@localhost';
       v_Recipient  VARCHAR2(80) := 'test@localhost';
       v_Cc         VARCHAR2(80);
    -- long subject causing problems
       v_Subject    VARCHAR2(32000) := '123456789111111111111111111111118888888888888111111111111111991234567891111111111111111111111188888888888881111111111111119912345678911111111111111111111111888888888888811111111111111199';
       v_body       VARCHAR2(32000) := '<a href="#">tester</a><br><br>en nog wat éékes en ççkes';
       v_Mail_Host  VARCHAR2(30) := 'localhost';
       v_Mail_Conn  utl_smtp.Connection;
       crlf         VARCHAR2(2)  := chr(13)||chr(10);
    BEGIN
      v_Mail_Conn := utl_smtp.Open_Connection(v_Mail_Host, 25);
      utl_smtp.Helo(v_Mail_Conn, v_Mail_Host);
      utl_smtp.Mail(v_Mail_Conn, v_From);
      utl_smtp.Rcpt(v_Mail_Conn, v_Recipient);
      utl_smtp.Data(v_Mail_Conn,
    -- write header
        'Date: '   || to_char(sysdate, 'Dy, DD Mon YYYY hh24:mi:ss') || crlf ||
        'From: '   || v_From || crlf ||
        'Subject: ' || utl_encode.MIMEHEADER_ENCODE(v_Subject) || crlf ||
        'To: '     || v_Recipient || crlf ||
        'Cc: '     ||  v_Cc || crlf ||
        'X-Mailer: Mailer by Oracle UTL_SMTP' || crlf ||
        'X-Priority: 1' || crlf ||
        'MIME-Version: 1.0'|| crlf ||       -- Use MIME mail standard
        'Content-Type: multipart/mixed;'|| crlf ||
        ' boundary="-----SECBOUND"'|| crlf ||
        crlf ||
    -- add message body
        '-------SECBOUND'|| crlf ||
        'Content-type: text/html; charset=UTF-8'|| crlf ||
        'Content-Transfer-Encoding: base64'|| crlf ||
        crlf ||
        utl_raw.cast_to_varchar2(utl_encode.base64_encode(utl_raw.cast_to_raw(v_body)))||
        crlf ||
    -- add csv attachment
        '-------SECBOUND'|| crlf ||
        'Content-Type: text/plain;'|| crlf ||
        ' name="excel.csv"'|| crlf ||
        'Content-Transfer_Encoding: 8bit'|| crlf ||
        'Content-Disposition: attachment;'|| crlf ||
        ' filename="excel.csv"'|| crlf ||
        crlf ||
        'CSV,file,attachement'|| crlf ||   -- Content of attachment
        crlf ||
        '-------SECBOUND--'                            -- End MIME mail
      utl_smtp.Quit(v_mail_conn);
    EXCEPTION
      WHEN utl_smtp.Transient_Error OR utl_smtp.Permanent_Error then
        raise_application_error(-20000, 'Unable to send mail: '||sqlerrm);
    END;
    /

    Hi,
    I did not think the characterset and database would matter for this problem, but here is the info you requested.
    The database is an Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    The characterset : NLS_CHARACTERSET     AL32UTF8
    And i don't have a clue about the characterset of the operating system (not even sure what the operating system is), but i think that will be utf-8 aswell.
    I'm not sure what i did, to come over as rude, but i didn't mean to and i apologize for it.

  • PFD-MAIL Problem with REPORTS 3.0.5

    Hi all!
    Still have a problem with creating a PDF file as mail attachement.
    I installed the latest patch 11 (3.0.5.19) of the oracle runtime and i compiled
    the report with the patch.
    What happend: Still go the error message if i open the pdf in the mail: "operant xc missing ..."
    BUT !! if I create the pdf with the option "FILE" instead of "MAIL" at e.g. c:\test.pdf - its
    without any error!
    So the question is what is the difference beetween the two ways?????
    Have a nice weekend!
    Oli

    Hi all!
    Still have a problem with creating a PDF file as mail attachement.
    I installed the latest patch 11 (3.0.5.19) of the oracle runtime and i compiled
    the report with the patch.
    What happend: Still go the error message if i open the pdf in the mail: "operant xc missing ..."
    BUT !! if I create the pdf with the option "FILE" instead of "MAIL" at e.g. c:\test.pdf - its
    without any error!
    So the question is what is the difference beetween the two ways?????
    Have a nice weekend!
    Oli

  • Mail problem with embedded images and links

    Since Yosemite Apple Mail seems to have a problem with images that are used as a hyperlink to a website.
    While links are clickable with external loaded images work fine, links with embedded images just do not anything. Clicking on them selects them, a double-click opens the image in Preview.
    This works:
    <a href="https://www.google.de"><img src="https://www.google.de/images/srpr/logo11w.png" alt="Google Logo"></a>
    This does not work:
    <a href="https://www.google.de"><img src="cid:logo_google" alt="Google Logo"></a>
    Can you reproduce this problem?
    We tried it with OS X 10.10.1 and 10.10.2

    After a bit of digging around I think I have found the reason for the EO being called prior to the CO. In the parent page CO, there is a transaction commit (oapagecontext.getApplicationModule(oawebbean).getTransaction().commit();).
    Therefore, I assume that as my custom AM is a child of standard AM where the transaction is being commit, the child AM is sharing the same transaction/session and hence the EO being called.
    I am running into issues with moving the validation to the EO as the validation requires visibility of the VO values to calculate a total value. Therefore is there a way to ensure that my custom AM maintains a separate database session/transaction to the parent/standard AM? Is it possible to break the parent/child relationship?
    This way I assume that the commit issued by the parent page CO will not affect my custom AM/EO.
    Cheers.
    Jon.

  • Has Yosemite fixed Maverick's Mail problem with Group email addresses?

    Does anyone know if Yosemite has fixed the problem that Maverick's Mail program had with Contacts? Maverick's Mail program cannot show Group Address names in the email "To:" window. By default, it shows all of the email addresses in a Group rather than the Group name. The work-around requires putting Group Addresses in the "Bcc:" window. Has that problem been fixed in Yosemite?
    Many thanks,
    Bob Winckler

    Hi Barney,
    Just found out that Maverick's problem with Mail's Group address procedure has resulted in my email accounts being put on hold by my Internet Provider. I'm the president of a local club, and I routinely send out emails to 200+ email addresses several times a month. Since Maverick's Mail now doesn't keep Group addresses hidden when shown in the email "To:" window, we have to put those Group addresses into the "Bcc:" window.  The first couple of times that I did that, the emails went through, but the third time that I tried to send out such an email, my Internet Provider shut down my email account with the statement "Your ability to send new mail has been suspended as a high volume of suspicious mail has been sent from your account recently. Please contact your IT administrator."  The IT administrator required me to run a virus check and then set a new password for my account before they would reactivate it. In my discussions with several of my Internet Provideer's tech reps, it appears that the way the way that the Internet Provider has their server's security system set, a high volume of email addresses in the "Bcc:" section of emails is enough to shut down an account as suspicious. Until Apple gets this problem fixed, my only options are to switch internet providers (after finding one that will let high volumes of "Bcc:" go through) or switch to an older Mac operating system, which I've done (now using an ancient iMac 400DV running Tiger (OS 10.4.11).  Given the high number of businesses, etc., likely to be using Macs, I'm really surprised that Apple has let this problem with Maverick's Mail program go uncorrected.
    Best regards,
    Bob W

  • AOL Mail - PROBLEMS with sent mail

    My mail is with AOL. Quite often these days I have trouble using Apple Mail. Wondering if it's AOL's problem or something wrong with my computer, or if it's my cable internet provider (Time Warner Cable - which tests at 20/1.75 Mb/sec)
    Sent messages occasionally take FOREVER to send (regular text - no attachments). The transfer speed goes from very low to zero. The second problem is that occasionally sent messages don't show up in my sent folder. Most of the time it's these messages that take forever that don't show up. They don't show up in my sent folder at aol.com either. As if they never existed. Yet I do know that they are actually being sent and delivered.
    Major frustration.

    Ernie Stamper wrote:
    I have not had any problems using AOL?
    Either had I until today. I got a restricted content message when I attempted to post. I had originally used "aol.com" in my message. I assumed this was the problem, so I removed the ".com". Still got the restricted content message. I tried changing "AOL" to "America Online" and it worked.
    Strange. Seems to be allowing me to post it now. Don't worry about it.
    With the other Sent folder you found, apply Use This Mailbox For and choose Sent. Be sure to first transfer any messages in the one under paper airplane icon to another mailbox it they are not duplicated anywhere else.
    When you do this, all should be well. I think AOL sent out instructions at one point to do just this step.
    Thank you Ernie! This worked! Bravo!

  • Mail - Problem with Certs

    Hi@all, i am new here an hopefully somoene is able to help me.
    I have following Problem with Apple Mail:
    I did a Upgrade from Mac OS X 10.4 to 10.5.
    After that, i can't sign and encrypt my Mails with Apple Mail.
    The Certs are installed and trusted in keychain. But Mail doesn't show me anymore the Functions at creating a new mail to encrypt or sign the content.
    Has anyone an idea?

    ok, i suggest you try two things.
    first, try to drag one the "sul mio mac" that is above ".mac", below it, so that all four headers of "sul mio mac" are next to one another, and see if that clears the issue up.
    if not, then i would locate the file com.apple.mail.plist in homefolder/library/preferences and trash it. do note that once you launch mail again you will have to recreate your account settings again.
    hope this helps

  • Powerbook G4 Apple mail problem with exchange server?

    Hello all,
         I am new to the group. I just picked up a older PowerBook G4 at a pawnshop for cheap I've got it running really well now with the exception of my email.
    I am running OS X 10.5.8
    When trying to set it up with my exchange server email it does not seem to want to work with me.
    I get an ALERT
    (There may be a problem with the mail server or network. Check the settings for account "Exchange" or try again.)
    I know i am online fine. Internet works, streams music etc...
    and
    (The server error encountered was: The connection to the server (mail.mycompany.com) on port "X" timed out.)
    I have tried port numbers:
    465
    143
    443
    25
    993
    995
    with no success.
    I have pinged my mail.mycompany.com and it is communicating fine there   10 sent  10 recieved.
    I am sending emails fine, however I cannot recieve emails.
    Anybody know what the problem might be?
    THANKS!

    Hi,
    This might have to do with your outgoing mail server(smtp).. For example, if you use hotmail as your mail client, then your smtp would be: smtp.live.com while the incoming mail server would be: pop.live.com.
    In your case, try smtp.mycompany.com or smtp.mail.mycompany.com
    See if that resolves the problem.

  • Send Mail Problem with .Mac

    I cand send mail successfully from other accounts configured on the phone(both POP and IMAP), but I get errors when sending from my .Mac account.
    I found this article:
    http://www.wireless.att.com/support/knowledgeBase.do?content=KB72769.html
    ...but .Mac account config pages on the iPhone don't provide a field for Outgoing Server to change. Actually, this article fixed the problem with my other accounts.

    Thanks for the reply, Nathan.
    I had already found that article. Snip below...
    iPhone includes preset configurations for many of the
    popular providers such as Yahoo! Mail, Gmail, .Mac,
    and AOL, and in most cases sending mail will just
    work.
    However if you are using a different provider
    than above...
    Unfortunately, if you select ".Mac" for type of
    account, the configuration screen does not provide a
    field at all for Outgoing Server. This suggestion
    only works if you are not using one of the providers
    listed. It is apparently hardcoded by Apple when you
    choose ".Mac". I also tried to fool it by creating a
    generic IMAP account, but providing my .Mac info.
    This didn't work either.
    then don't select .mac, just select "Other", then select POP (or IMAP).
    incoming mail server: mail.mac.com
    outgoing mail server: smtp.mac.com:587
    enter in your username and password
    i set up my .Mac email manually by selecting "Other" and choosing POP and it is working fine.

  • [Mail] Problem with getting the e-mails.

    Hello Applepeeps,
    ****** things. My first reaction to my mail that isn't functionating anymore. Here a screeny:
    It is in Dutch, so I give you guys a raw translation:
    Warning:
    That is maybe a problem with the mailserver or the network. Check the settings for the account 'Hotmail' or try again.
    The Server made a mistake.: Time-out from connection with the server 'pop.3.live.com' via port 955.
    It is also on my gmail account. But my usual network works fine! I can game, tweet, facebook..
    Can someone fix this? Halp!

    also check inside any folders on your desktop, may have been moved there. you can also use your PC and log into your carriers blackberry site.
    ie.
    Verizon
    AT&T
    Sprint

  • Problème avec photos dans mail IPAD - Mail probleme with picture on IPAD

    Bonjour,
    J'ai un problème avec les mails contenant une ou des photos envoyés et reçus de mon IPAD3 vers un autre IPAD3.
    Lorsque j'envoie un mail avec une photo prise dans un de mes albums, le destinataire ne reçoit pas la bonne photo sur son IPAD alors que le même mail ouvert sur un PC ouvre la bonne photo. La photo qui s'ouvre sur son IPAD est une des photos de ses albums a lui.
    L'inverse est identique,si on m'envoie un mail je n'ouvre pas la bonne photo sur mon IPAD.
    Je connais plusieurs personnes ayant le même problème avec leur IPAD3.
    Que puis je faire ?
    Merci,
    Raphaël
    Hello,
    I have an email problem with picture sent and received from on my IPAD3 to an other IPAD3.
    When I send an email with a picture from one of my albums, the receiver don't receive /open the good picture on his IPAD. But in a PC the good picture has received. The picture opened is one of his albums.
    The opposite is the same, when I receive an email with picture from an IPAD, a wrong picture is opened.
    I know some people with the same problem.
    What can I do ?
    Best regards,
    Raphael

    I am having the same problem and it is even bigger.
    When opening a 1-page PDF in iBooks and sending it via mail it is sent inline as preview, but the recipient cannot open the file anymore. Also on iPad and iPhone there is no "open in" possible.
    Somehow the mail app does destroy the file. What is going wrong?

  • Mail problem with iPhone 3G - 3.1.3. vers.

    Hi,
    Well I have a recurrent problem with the reception of emails on my default address.
    I can't delete them since 4 days. They remain always in my reception box even I delete them. They reappears always...
    The other time when I re-create the account, that run. Not this time !
    On my iMac and iBookPro I can delete them.
    I don't know what to do any more.
    Please help - thanks in advance

    My home button was repaired a while a go... and since then ... now i opened it again and i saw that the " engineers" that repaired it don't know what they did to my nr 6 plug they broke it so..now it just makes contact with the screw !:| mh..i'm very upset ...thank you very much for your assistance.. i think i'm going to take it to fix it soon hope i'll find a new connector ..

  • Does anyone have a mail problem with iOS 5? every time I need to send an email it closes and in the general settings it also closes

    every time I enter to the general settings of my ipad 2 with ios 5 and then to mail it closes..... also when I try to send an email....I have already restarted the ipad.. what can i do?

    try to check the email id   of the guy you are trying to send the email to as i had the same problem i had written yahoo.com when it was yahoo.in 

  • Mail problem with receiving

    Hello ,
    Since I have installed Lion , gradually my received mails are disappearing and since today I cannot receive mails at all. Sending mails is no problem !
    Any idea's ?
    vissc636

    hi,
    welcome to the posts.
    I believe it might have something to do with the way the email accounts work. Although my .mac account is fine, my other email address only allows one machine to connect at a time. If I have the iPhone on I do not get emails into my computer. Switching the phone off ( well clicking the top button), enables the computer to pick up the emails.
    adam

Maybe you are looking for

  • New mac user, IMac with thunderbolt dual screen no longer works

    Hi, I have just started using a mac for work and was loving my new dual screen setup. it was functional for a day and now the second screen is black and saying I should check the signal cable. I have      Tried other DVI cables that go from thunderbo

  • Eyedropper Tool sets Background color instead of Foreground

    Q: Why does the Eyedropper Tool set the Background color instead of the Foreground color when I click in my image? A: The reason for this is that the Background swatch is "targeted" to accept the color information passed on by the Eyedropper Tool whe

  • More Guide Data Issues

    Channel 319 blackbelt tv has a "to be announced" message on the guide for the next two weeks where you can not set up anything to tape and it is a channel that has martial arts movies plus fights on there for people to watch. 1509 tele el salvador is

  • **Missing Audio when Exporting to HD**

    Hi, I have been trying to find a solution to missing audio for sometime and there are many discussions on this forum regarding this topic. I have an external drive and in the past I have lost audio, I guess because the event and the project were on d

  • PDF to Tiff Converison

    Dear All, I need to convert a PDF File to a Tiff file in Java , i tried the same using Itext and Java Advanced Imaging APIs ,Can any one suggest me any opensource library or any clues for the implementing same. Thanks in Advance. Regards, Anil Sahu [