Can emails be  password protected?

Is it possible to password protect emails within Mail so that a password is required to open all mail?

I believe that the freeware Thunderbird mail application http://www.mozillamessaging.com/en-US/thunderbird/ has this feature. You could try it. You can import all your messages from Apple Mail app.
 Cheers, Tom

Similar Messages

  • Can email be password protected on the Ipad 2?

    Can email be password protected on an Ipad 2?

    Not independently of the whole iPad - which can have a passcode added to protect everything.
    Alternatively, access your email through webmail in Safari then you can log-out when finished.

  • Sending PDF thru email with password protection in our SAP system

    Need solution for sending PDF thru email with password protection in our SAP ecc 6

    Or maybe you have found any other way? You can check here:
    Password protect PDF file:
    Re: Password protected PDF file 
    pdf with password encryption
    Regards Otto

  • I can't access password protection manager on my External Hard Drive to unlock it

    I can't access password protection manager on my External Hard Drive to unlock it , its kind of infected by a virus I guess and it is not bring me the password protection manage screen to enter password and access my data...
    Solved!
    Go to Solution.

    Hi vahid22! Please provide the model number (usually on the bottom of the unit) of your Sony External Hard Drive. Thank you!

  • Can't access Password Protection Manager on my External Hard Drive to unlock it

    I can't access password protection manager on my External Hard Drive to unlock it , I got updated antivirus and I always use safely remove to remove the hard drive. I see the UNLOCK APP Drive, and the Public Area, but when I run the "Password Protection Manager.exe" file at UNLOCK APP Drive, the bar will just be fulfilled by approximately 60% by showing "Loading...", then it stops for many seconds, and it starts to run the Installation file (PasswordProtectionManagerSetup_F.exe) which will delete all unlocked files if I accept it to install.
    2 TB External Hard Drive Model HD-E2
    Model No.: OAW1AGK370300BF
    201307
    Please let me know how I can access my protected files (the locked drive).

    Hi vahid22! Please provide the model number (usually on the bottom of the unit) of your Sony External Hard Drive. Thank you!

  • Can iMessages be password protected

    Can iMessage be password protected without locking the device?

    It would be helpful if we could lock apps, like texting  photos and mail, if we share our devices.
    IMO they should consider it because.it makes you not want to share, and Apple loses an opportunity to sell their products to new customers. I've ' sold' 6 iPads to people  who used mine and had to get one for themselves.
    It's called good marketing skills.

  • How can I lock / password protect an album?

    I have iPhoto 6. Is there any way I can lock / secure / password protect
    1. film rolls within the Library
    2. Specific Albums and Slideshows I have created?
    Thank you,
    HDP

    HDP,
    There is a Mac 101 tutorial that may help. Try this page first, then scroll down to where it says "About User Accounts". A bit below that is "Creating User Accounts". It may or may not be useful for you, as I think the tutorials are based on Tiger, and your specs show you on Panther. But take a look, since it might be close enough to help you figure it out on your Mac.

  • Can you print password protected pdfs from an ipad?

    can you print password protected pdfs from an ipad?

    This may help, but I do note that the printer you state is NOT on the airprint list. You may need to go to the app store and see if Canon has an app that will facilitate printing on a non AirPrint device.
    http://support.apple.com/kb/HT4356

  • Can't login password protected site in Windows XP !

    i use iWeb to make a password protected web page and publish to .Mac. I test it at home using my iMac G5 with Safari and Firefox, everything is ok.
    when i am at office today, i test it by using Windows XP PC with Firefox and IE, it just keep asking me the user name and password, i can not login the web page.
    i am sure the user name and password is correct.
    Why i can login the password protected site in Mac but not Win?
    iMac G5   Mac OS X (10.4.4)  

    I am having the same problem. A friend who uses AOL cannot log in either. Yet I can from my computer with either Safari or Firefox and even with the old version of Explorer that sleeps in the app folder.
    Help!!!!!!!!!
    They can access a non-password protected site but I want to be able to use passwords.
    Do we have to wait for an update for this?
    iMac   Mac OS X (10.3.9)   extra ram

  • Can't open password protected xls or pdf

    I can't open a password protected xls or pdf file attachment in my yahoo email inbox. I don't get an option to enter the password. Any workaround for this?

    Same here.... very annoying. Hopefully Apple will pick up on this. The fact it just shows up as a blank page (without showing some kind of error msg) definitely makes this a defect... Hopefully a fix will come soon.

  • Send email with password protected zip file attachment

    Hi Experts,
    The requirement is to zip a password protected excel file and send the zipfile through email. There is no middleware(PI) involved. The program has to be run in background mode. It is possible to create a password protected excel file using OLE method, but it will not work in background mode.
    Also it is possible to place the zip file in application server, but I am not able to give password for this file.
    Any help would be greatly appreciated.
    Regards,
    Renjith Nair

    Hi,
    You have to write a customer adapter module to handle this requirement.
    Zip/Unzip can be done using the payloadzipbean standard module:
    http://help.sap.com/saphelp_nw04/helpdata/en/45/da9358a1772e97e10000000a155369/content.htm
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    Is encoding an option instead of password for you:
    /people/farooq.farooqui3/blog/2008/09/24/sap-xipi-encode-outgoing-payload-using-adapter-module

  • How Can I Remove Password Protection From my PDF File?

    Hello,
    I have a PDF file that is protected by a password. I tried almost all free online tools to unlock the password but they don't work. I know the password but online tools are showing the error: The uploaded file does not seem to be a valid PDF file.
    Please let me know if there is any online tool or any software that can remove the password so I can share the file with others
    Thanks
    Steven

    I know the password but online tools are showing the error: The uploaded file does not seem to be a valid PDF file.
    Perhaps the file is not a .pdf file after all.
    Anyway, .pdf files are generated by Adobe Acrobat, not by Windows. Checking the FAQs at the Adobe site is probably the best way to solve your problem. I would also run this test: Create my own .pdf file, apply a password, then remove the password.

  • Acrobat 8.1 and C# - How can you detect password protected PDF files?

    I am modifying our existing C# code that opens PDF files.  But when ever we hit a password protected file, we are prompted for a password.  This is an automated process, so if we detect a password protected file, we move the file to a manual processing folder to be processed later.
    We are using Acrobat 8.1 Standard.
    Our code looks like this:
    using 
    System;
    using 
    System.Collections.Generic;
    using 
    System.Linq;
    using 
    System.Text;
    using 
    Acrobat;
    using 
    System.IO;
    using 
    Word = Microsoft.Office.Interop.Word;
    using 
    System.Reflection;
         AcroApp app = new AcroApp();     app.Hide();
         try
              if (app != null)          {
                   app.CloseAllDocs();
                   AcroAVDoc av = new AcroAVDoc(); 
                   if (av.Open(filename, "Test") == true)               {
                        AcroPDDoc doc = new AcroPDDoc();                    doc = (
    AcroPDDoc)av.GetPDDoc(); 
                        doc.Save((
    short)Acrobat.PDSaveFlags.PDSaveFull, 
                        Utilities.GeneratePath(FileVersion.TEMP) + fi.Name.RemoveFileExtension() + ".PDF");                    doc.Close();
         catch (Exception ex)     {
              ErrorLog.LogError(filename.RemoveFileExtension(), ex);     }
         finally
              app.CloseAllDocs();
              app.Exit();
    This works great for non-password protected PDF files, but it prompts for a password if the file is password protected.  I was looking at the FileOpenEX functionality, but I can not find the reference to bring into my C# project.  It looks like it is only for C++, since I could only find C++ examples.
    Any help would be appreciated.
    Thanks,
    Tom

    There are no methods in the Acrobat SDK for C# for what you wish to accomplish.

  • Acrobat XI Pro for OSX can't open password-protected pdfs created using Acrobat 9 Pro for Windows

    I am having problems opening password-protected files created on a PC using Acrobat 9 Pro.  I am running a MacBook Pro OSX 10.8.4 with Acrobat XI Pro.  When I attempt to enter the password when prompted, a dialogue box pops up saying that I've entered the incorrect password.  After many attempts, I am certain that the password entered is correct -- this is reinforced by the fact that i am able to open the same document using Mac's Preview software.
    Any assistance would be appreciated!
    Thanks.

    I was suddenly having the same problem in Acrobat XI Pro for Windows (recently upgraded to CC from Acrobat X).  For the past while I've sometimes had to use the "insert from file" tool to get a page added from another file.  I couldn't figure out why dragging sometimes would no longer work, but was too busy to go looking for a solution until tonight. 
    The solution was given by JoshTatum24 above. Switch from a scrolling page display to single page display.  Now I can drag pages between documents again.  THANK YOU Josh!
    Oh, and CORREAdmin,  it does not matter whether the hand or arrow selection tool is active, my mouse pointer is always an arrow when positioned in the page thumbnails panel.  Switching selection tools does not make a difference in dragging, but switching between scrolling and single page display definitely DOES make the difference.

  • Can't access password protected .Mac Web Gallery

    Safari is my primary browser. I have been creating web galleries using iLife '08 and my .Mac account and then viewing them with Safari for the past month or so with no trouble. This weekend I tried creating a password protected web gallery and it won't load in Safari. The gear icon just spins forever and has timed out when I have left it alone long enough. My other web galleries continue to load just fine. Clicking on the link from within iPhoto for my password protected gallery doesn't work, typing the url into Safari doesn't work, going to my gallery index and clicking on the icon of the "locked" gallery doesn't work, etc. I can still view all of my other web galleries, but this one that I'm trying to protect just won't load.
    This actually appears to be a Safari problem. I don't get a dialog asking for User Name and Password. The url works just fine using Firefox on my Mac, and it also works on a PC running Windows XP. When using something other than Safari, I get the prompt for User Name and Password that I would expect. Upon entering that information, everything looks normal and works just fine.
    Tsk tsk Apple! Safari shouldn't be having trouble displaying protected .Mac web galleries. Sheesh!

    Just wanted to let you know that I have the EXACT SAME problem, except it is affecting my password protected iWeb site and my Gallery. I can view it from Firefox, so that is the web browser I am using now. I sent a bug report to Apple, and I also send them a request for help using e-mail, but so far I have gotten no response. Hopefully someone is working on the fix?

Maybe you are looking for

  • Contacts application error: The Operation could not be completed. No other information is available about the problem.

    I get about one or two of these error messages, from Contacts each day: "The Operation could not be completed. No other information is available about the problem." It seemed to start after I deleted some of what appeared to me to be the duplicate ca

  • Min & Max level

    Hi My client insist on the maintenance Min & Max level at storage location, however i can not maitain in standard MM. If i develop a separate application for maintaing Min & Max level what will be the effects on MIGO when i do Issue or Receipts. In t

  • XI Interview Scenario

    Hi All,          I was given this scenario in the interview:   A mainframe sends data to XI on the basis of data sent XI connects to Database to retrieve info from the database (Different query each time) and XI then sends this data to R/3. How would

  • I want to make my songs in the library as my ringtones please thanks

    am using an iphone 4

  • J2MEWTK 1.0.3: i85s model is wrong

    Does anybody know why the i85s emulator model that ships with v1.0.3 of the WTK features 256 color grayscale, when the real device only has 4 color grayscale. Also, the real device is 111x100, whereas the emulator version is 105x78. Is there any way