Проблемы с шифрованием почты

Discussion in 'Защита ОС: антивирусы, фаерволы, антишпионы' started by В мечтах, 25 Jul 2012.

  1. В мечтах

    В мечтах New Member

    Joined:
    5 May 2012
    Messages:
    6
    Likes Received:
    0
    Reputations:
    0
    Добрый день, обновила Mozilla Thunderbird до версии 15.0 , перестал работать Enigmail, пишет о несовместимости, чем его можно заменить или заставить работать на обновлённой версии.
     
  2. В мечтах

    В мечтах New Member

    Joined:
    5 May 2012
    Messages:
    6
    Likes Received:
    0
    Reputations:
    0
    Справилась сама.

    Решение:

    Скачиваем расширение, открываем при помощи winrar, изменяем код в файле install.rdf


    на:

    Code:
    <?xml version="1.0"?>
    
    <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
    
      <Description about="urn:mozilla:install-manifest">
        <em:id>{847b3a00-7ab1-11d4-8f02-006008948af5}</em:id>
        <em:version>1.5a1pre</em:version>
        <em:type>2</em:type> <!-- type = extension -->
        <em:unpack>true</em:unpack>
    
        <!-- Target Applications this extension can install into,
             with minimum and maximum supported versions. -->
        <em:targetApplication>
          <Description>
            <!-- Thunderbird -->
            <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
            <em:minVersion>15.0</em:minVersion>
            <em:maxVersion>18.*</em:maxVersion>
          </Description>
        </em:targetApplication>
        <em:targetApplication>      
          <Description>
            <!-- Seamonkey -->
            <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
            <em:minVersion>9.11</em:minVersion>
            <em:maxVersion>9.11.*</em:maxVersion>
          </Description>
        </em:targetApplication>
    
        <em:targetPlatform>Linux_x86-gcc3</em:targetPlatform>
        <em:targetPlatform>Linux_x86_64-gcc3</em:targetPlatform>
        <em:targetPlatform>WINNT_x86-msvc</em:targetPlatform>
    
        <!-- Front End MetaData -->
        <em:name>Enigmail</em:name>
        <em:description>OpenPGP message encryption and authentication</em:description>
        <em:creator>Enigmail Team</em:creator>
        <em:homepageURL>http://enigmail.mozdev.org/</em:homepageURL>
    
        <!-- Front End Integration Hooks (used by Extension Manager)-->
        <em:optionsURL>chrome://enigmail/content/pref-enigmail.xul</em:optionsURL>
        <em:aboutURL>chrome://enigmail/content/enigmailAbout.xul</em:aboutURL>
        <em:iconURL>chrome://enigmail/skin/enigmail-about.png</em:iconURL>
    
      </Description>
    
    </RDF>
    Всё работает :rolleyes:
     
  3. ViewSvin

    ViewSvin Banned

    Joined:
    31 Jan 2012
    Messages:
    20
    Likes Received:
    0
    Reputations:
    -1
    молодец, спасибо была похожая проблема