Last opened email subject is shown when opening email with many destination addresses

Platform IPAD2 64Gb, OS version 4.3.5 (8L1), English default language.
Issue: email subject field contents not showing correctly.
Today I received on my gmail account an email that was targeted explicitely to a group of over 60 addresses, all of them together in the "to:" field.
on the left part of the screen I can properly see a part of the right subject of the email.
If I access another email, then open that one, the wrong subject of the last opened email is shown in the right part of the screen, just under the long recipient list, and before the correctly shown date time and content.
This happens consistently, and whatever other email I decide to open, its subject is shown in place of the right one.
While having that email opened, if I kill the email application (doubleclicking home and then killing the mail icon), and then relaunch email, the email opens immediately, and the subject is correctly shown.
I also had cases in which an attachment was not shown in the email, despite being there, and being visible as a clip icon on the left part of the screen (but this is a different issue).
Marco Guardigli  ( @mgua )

Unfortunately there isn't official commercial support for Mozilla Thunderbird from Mozilla Corp.. I believe some contributors here ([http://mozilla.magicfab.ca myself included]) do offer such support, though.
''Before doing anything else, please do exit Thunderbird completely and [https://support.mozilla.org/en-US/kb/profiles-tb#w_backing-up-a-profile backup the profile folder] - it contains all your email, settings, filters, etc.''
Regarding your issue, it looks like the mail folder information may be corrupt. In the left pane, in the folder list, right-click on the Sent folder and select '''Properties'''. Choose "'''Rebuild Index'''" or "'''Repair Folder'''" - do you even have that option? Once done, exit TB completely and restart it.
Updating to a newer version will help anyone help you, if only because some of the documentation for older Thunderbird versions is a bit harder to find and testing to try & reproduce your problem will be harder. Don't do this just yet, though :)
After this issue has been addressed I would suggest considering using IMAP if your provider allows you to, and of course archiving your email to Local Folders and doing regular backups of your profile.
If you want to arrange commercial support, contact me via the link I provided above and we can discuss rapidly. Otherwise I am fine continuing here, however I can only reply as time permits. I am in Montreal (so, EST time zone).

Similar Messages

  • How do I send an email with a group address and not show the addresses/names of the recipients?

    How do I send an email with a group address and not show the addresses/names of the recipients?

    Use BCC.   That's blind carbon copy.   And copy paste the address into the BCC field.  It really depends what e-mail program you use how to enable BCC.

  • TS4002 Can't send an email to many different addresses

    Hello everybody! I was trying to send an email to many different address thru icloud and a pop window saying that I could do it at the time came up...I just copy a thousand of addresses that I had and paste it to the icloud address field but it didnt work. Any sugestions?

    The maximum number of recipients per message is 100.
    http://support.apple.com/kb/ht4863 says:
    Limits on Sending Messages  
    iCloud has several safeguards to ensure that only iCloud members can send messages using the iCloud outgoing mail server. Among these safeguards are reasonable limitations on:
    The total number of messages you can send each day (200 messages)
    The number of recipients to whom you can send each day (1000 recipients)
    The maximum number of recipients per message (100 recipients)
    The size of incoming and outgoing messages (20 MB)
    iCloud email has been designed primarily for personal use. Sending unsolicited bulk email messages through iCloud email servers is prohibited. To review the iCloud membership agreement and acceptable use policy, please see theiCloud Terms and Conditions.

  • Sending Email with current IP address in it

    I have done scripting in LotusScript for Lotus Notes. When I was younger, I did BASIC, Pascal, Assembler. I am trying to figure out Applescript and how it relates with each application.
    Currently, I am trying to create an Applescript which will, upon a receipt of an email from a particular user (me) and a particular subject, would send an email back to the user with the current external IP address of my machine. I already have the "hard" part of getting the IP from a script created by Koert Bonte but modified by me:
    set GetIP to do shell script "/usr/bin/curl http://checkip.dyndns.org/"
    This will receive something like this:
    <html><head><title>Current IP Check</title></head><body>Current IP Adress: 1.2.3.4</body></html>
    set AppleScript's text item delimiters to ":"
    set temp to the second text item of GetIP
    This will return with:
    1.2.3.4</body></html>
    set Applescript's text item delimiters to "<"
    set theIP to the first text item of temp
    (* This gets the IP address:
    1.2.3.4
    Now, I can create a rule in Mail to look for my name and subject, what I have not been able to figure out is how to send either a new message back with the IP address or a reply back with same. I would like to see examples of both .<br>
    Cube, G4 TiPB, iMac    

    Hi Zeff,
    With Applescripts called from Mail rules you need to use 'on perform mail action' to get the list of messages that triggered the rule. This needs to be in a 'using terms from application "Mail"' block so the processor will understand what 'on perform mail action' means. Generally you would loop through the list of messages (it will be a list even if there is only one iten in it).
    So you would wrap a Mail rule script in something like:
    using terms from application "Mail"
    on perform mail action with messages myMessages
    repeat with myMessage in myMessages
    -- the body of your script goes here
    end repeat
    end perform mail action with messages
    end using terms from
    Using the above, you need to tell Mail as usual if you want it to do something:
    using terms from application "Mail"
    on perform mail action with messages myMessages
    repeat with myMessage in myMessages
    -- get ip
    set myIP to my fetchIP()
    tell application "Mail"
    -- make new outgoing message
    set mymail to (make new outgoing message at the beginning of outgoing messages with properties {subject:"My IP", content:myIP})
    -- add recipient
    tell mymail to make new to recipient at beginning of to recipients with properties {address:extract address from (sender of myMessage)}
    -- send it now
    send mymail
    end tell
    end repeat
    end perform mail action with messages
    end using terms from
    on fetchIP()
    try
    set myIP to word 25 of (do shell script "curl checkip.dyndns.org")
    on error
    try
    set myIP to word 1 of (do shell script "curl www.showmyip.com/simple/")
    on error
    display dialog "External IP check failed."
    end try
    end try
    return myIP
    end fetchIP
    I used a handler called fetchIP to call the machine's IP. Note this is similar, but different to yours. Then make a message in Mail with the subject 'MyIP' and the body of the message as the IP. Then add the recipient as the sender of the message which triggered the rule. Finally send the message.
    To add the contents of the original message take a look at Mail's Applescript dictionary for 'content'.
    Best wishes
    John M

  • Firefox crashed when I open pages with many pictures

    == Issue
    ==
    Firefox is crashing or closing unexpectedly
    == Description
    ==
    If I open websites like bild.de or at last schuheguenstig.net then the browser crashed sometimes, the browser isn't loading the pictures and the the browser close.
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows 7
    '''The problem is solved'''

    I have install firefox again and open [http://www.bild.de bild.de] and [http://www.schuheguenstig.net schuheguenstig.net] again actually the browser works, maybe the problem is solved, thank you ;)

  • When I fail to close FF normaly; laptop crash, battery dies, etc. I can't always retrieve the 2 windows I typically have open , each with many tabs. Can I save a set of tabs and open them in a window via a desktop link or?

    See question.

    This can happen if you drag a tab slightly down in the browser window while clicking.
    Firefox has a feature called tear-off tabs
    You can detach a tab from the current window and open it in a new window by dragging a tab in the browser window.
    You can also do this via the right-click context menu of a tab: Move to New Window
    You can drag that tab back to the tab bar in the original window to undo that detaching.
    * https://addons.mozilla.org/firefox/addon/bug489729-disable-detach-and-t

  • Bridge slow to open folders with many files

    Running Bridge CS3 on XP with 2GB of RAM, if I attempt to open a folder with, say, 80 or more RAW files, each about 6-7 MB, Bridge takes 20 minutes or more, or maybe even locks up. But if I split the folder into two subfolders, each with no more than 40 files, Bridge opens them up one at a time relatively quickly. Have others experienced this, and is it simply a limitation of Bridge or do I need more memory or processing power?

    Hi Michael.
    That depends on when you are referring to. When you import files into Bridge the program first sorts the files into the order specified in the 'Filter' panel. Next it creates the image thumbnails - this can take a considerable time if you have 'High Quality Thumbnails' ticked in Bridge Preferences, as Bridge then has to create it's own colour managed thumbnails rather than use the ones embedded in the imported files. The time to create the high quality thumbnails is also increased when indexing RAW images, as they contain more data.
    Once the initial indexing and creation of thumbnails is complete for the folder then subsequent openings of the folder should be much faster.
    If you have a folder containing several hundreds of images this initial indexing can be a pain, so I usually go off and do something else.
    BTW, if you interrupt Bridge while it's going through this initial indexing of a folder then it will attempt to resume next time the folder is accessed, so it's better to let it finish and get it over with - you can tell where Bridge has got to by the '%' indicator at the bottom left of Bridge.
    Ian.

  • When I send an email with a incorrect address I do not get a automatic reply.

    I used to get reply that the email did not go
    Grant

    This would be a function of the mail server that you are sending the mail to. Ask them why the error message has stopped. Thunderbird did its part and sent the email.

  • Unable to send a first email with a new address.

    I can answer any kind of mail but I'm not able to send a email for the first time when it's a new address. Is there any security to unlock somewhere? Thanks

    Hey MHB,
    Welcome to the BlackBerry Support Community Forums.
    When you send a new email message and you receiving a red X after you send the message?
    If you do receive a red X, open the message and it should say why it failed.
    Is your email setup on a BES or BIS?
    What it comes down to, is that you probably have an issue with with your service books.
    I would suggest removing your email service books and re-sending the service books.
    Here is a link on how to delete the service books: http://www.blackberry.com/btsc/KB13574
    Here is the link on how to re-send your service books: http://www.blackberry.com/btsc/KB15402
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Send email with different "from" address

    I now use iCloud (was MobileMe.) When I send an email or reply to someone's email, I don't want them to see the me.com address. I want them to see my domain email name. Through the place I bought the domain, I have it set up to send all mail to my me.com address, so there's no server info, etc. It just forwards everything to my me.com address. So using the panel in system preferences to set up a new mail account doesn't help becuase it wants the outgoing mail server, etc.
    In Outlook or other mail programs, I used to look for a setting that said "reply to" and put in whatever I wanted. Is there something simple like this in iCloud?
    Thanks.

    Thanks - that sems to have worked.
    I set up my business account in my BB, made it the default in my phone so that email always say they are coming from my business account, then went to the Web through T-mobile to set up the filter so that this account does not receive email. I haven't seen any dups yet on my phone.
    I will let the tmobil folks know.
    Cheers

  • HT4865 how can i report a phishing email with an icloud address?

    I got an email purporting to be from Apple requesting my email user name and password for my iCloud account.  The return address is an iCloud.com address.  Obviously, I know it was a phishing email, but is there some way to forward it to Apple so they can see if it actually did  originate from an iCloud address?

    Hi Gail,
    I’m answering your question because I’ve received so many spoof/spam messages lately to my email address(es) at me.com. I decided to find out how to report them.
    Here’s what I found out:
    Suspicious email messages can be forwarded to one of the following;
    [email protected]
    [email protected]
    Make sure to include the long header.
    Long headers can be displayed using the menubar (see below)
    Then either copy & paste the long header or simply forward the entire message.
    Example of long header from a suspicious email:
    “From:   Kikki Howard <[email protected]>
      Subject:   Kiss to you
      Date:   June 9, 2013 4:21:21 PM PDT
      To:   [email protected]
      Return-Path:   <[email protected]>
      Received:   from nk11p00mm-smtpin004.mac.com ([xx.xxx.xxx.xxx]) by ms04574.mac.com (Oracle Communications Messaging Server 7u4-26.01(7.0.4.26.0) 64bit (built Jul 13 2012)) with ESMTP id <[email protected]> for [email protected]; Sun, 09 Jun 2013 23:21:21 +0000 (GMT)
      Received:   from hakahakajkfbczj.googlemoogl.tk ([91.191.18.62]) by nk11p00mm-smtpin004.mac.com (Oracle Communications Messaging Server 7u4-27.05(7.0.4.27.4) 64bit (built Apr 23 2013)) with SMTP id <[email protected]> for [email protected] (ORCPT [email protected]); Sun, 09 Jun 2013 23:21:21 +0000 (GMT)
      Received:   from nwk-txn-msbadger0204.apple.com (nwk-txn-msbadger0204.apple.com. [xx.xxx.x.xx]) by xx.xxx.x.xx with HTTP; Mon, 10 Jun 2013 01:21:21 +0200
      Original-Recipient:   rfc822;[email protected]
      X-Proofpoint-Virus-Version:   vendor=fsecure engine=2.50.10432:5.10.8626,1.0.431,0.0.0000 definitions=2013-06-09_07:2013-06-08,2013-06-09,1970-01-01 signatures=0
      X-Proofpoint-Spam-Details:   rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=14 phishscore=0 bulkscore=53 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1305010000 definitions=main-1306090279
      Dkim-Signature:   v=1; a=rsa-sha256; c=simple/simple; d=hakahakajkfbczj.googlemoogl.tk; s=hakahakajkfbczj; h=from:subject:date:to:content-type; bh=tL+/wJmQOT1qfRAmSggBixqXyEIqt839Zb4SbOAPNOM=; b=…lggV4PzuGc/TkDUNdlU=;
      Message-Id:   <[email protected]>
      Mime-Version:   1.0 (Apple Message framework v936)
      Content-Type:   multipart/mixed; boundary="-4277442969-183115831-7904244676=:70228 ”
    You can find more info at:
    http://support.apple.com/kb/HT4933?viewlocale=en_US
    http://support.apple.com/kb/TS4019
    b/r’s, ab/simsboynton

  • How do i insert a signature into emails, with my name address website number etc

    want to do something similar to outlook express where I was able to send a different signature from separate email accts depending on the business I was sending the email from

    This tells you how to use signatures in Thunderbird.
    https://support.mozilla.org/en-US/kb/signatures

  • Email: I tried to "Send" an email with about 30 addresses, and it refuses to fly. What can I co? I am not aware of anyone who has changed their address.

    I regularly send out a monthly email announcement to about 30 people.
    This time it will not Send.
    What could be the problem?

    It is hardly Apple's fault that Epson can't/won't update their driver, but at least Epson suggest that you use the Gutenprint driver, which in any case is far better that what Epson offer.
    You can get it here:
    http://gimp-print.sourceforge.net/
    You can download the latest version from here:
    http://sourceforge.net/projects/gimp-print/
    Have you downloaded the recent Apple update to Epson drivers?
    http://support.apple.com/kb/DL1398

  • SAP shuts down when loggin on with many add-ons if logged on by main screen

    We have 3 custom designed add-ons at the site, where 2 of them are set to start automatically and 1 mandatory.
    It was all ok with 2 add-ons , however with the 3rd the issues started to happen. Listed below is the issue and the way to replicate.
    1.     When logging in through the main screen the add-ons throws errors ( apparently due to not staring up properly such as runtime references lost etc ). The errors are different each time. Ultimately SAP shuts down without letting us do any further action.
    2.     However, if I login through the choose company screen ( click the choose company button on the main screen ) then I don’t have any issues, all add-ons start that are set to automatic and mandatory.
    3.     there are few exceptions :
    a.     When the manager password is “manager” and SAP lets you log on with the blank user id, the main screen log-on is successful with the add-ons starting without issues. ( however if I type user id manager and password manager then still the issue happens )
    b.     When the user is NOT a super user, and when logging in through the main screen NO issues happen. 
    4.     Of course I don’t have any problems with add-ons set to manual, and when started manually, but some add-ons are necessary to be automatic and some need to be mandatory.
    I have tried to delay the add-on connection to the UI with one add-on, however that has no effect.
    my client is concerned with having to logon through the choose company screen.
    any help, workarounds are appreciated.
    regards,
    Indika.

    Hi Indika,
    Thanks for the detailled description of the issue!
    Unfortunately I didn't encounter the issue so far - and I wouldn't know better workarounds from the top of my head...
    I guess you are talking about issues in conjunction with the latest version / patch?
    ...from pracctical experience I know that there's no issue with version 2004...
    ...but this issue should anyway be fixed by SAP Support.
    Did you report it yet?
    Could you tell me the message number?
    Thanks in advance - and sorry for not being able to help better,
    Frank

  • Error replying to email with "yahoo.ca" address

    I tried to respond to an email from the "yahoo.ca" domain, and get a popup that is titled "Cannot Send Mail".
    The message is "One of the recipient addresses was invalid."
    If I reply to this same message on my Mac, the reply sends just fine.

    webweave,
    I've seen this issue occur in two different instances. The most common is due to security settings on outgoing server you're using; it requires you send over a particular network to access their server, and sending over anyone else's network besides theirs results in this error. So, it's a provision your email provider has made.
    The other time I've noticed this (of which I have experienced personally) is due to allowing the iPhone's autofill to complete the email address you're typing. Usually another error precedes the error you mentioned, stating: "Invalid Address. '[email protected]' does not appear to be a valid email address. Do you want to send it anyway?". If this is the case, ignoring the autofill and completing the entire email address manually should work around this issue. For replies, you would have to try erasing the email address in the address field and re-enter it manually I'd imagine. If you compose a new message to this yahoo.ca domain, typing it in manually, does it work?
    Hope this helps,
    Raleigh

Maybe you are looking for