Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to enable cookies in Thunderbird?

2,319 views
Skip to first unread message

shredder12

unread,
Nov 13, 2009, 4:51:21 AM11/13/09
to support-t...@lists.mozilla.org
Hi,

I am unable to read the RSS feeds because I need to login to view them
and thunderbird won't accept cookies. I have already added the line

user_pref("network.cookie.cookieBehavior", 3);


in the file pref.js file but doesn't work either.
Any suggestions!!

Regards,
shredder12

userid

unread,
Nov 13, 2009, 4:54:41 AM11/13/09
to

Not sure it works... but in Options -> Security -> Web content you can
find the cookie manager.

Hth, Franco

shredder12

unread,
Nov 13, 2009, 5:06:44 AM11/13/09
to userid, support-t...@lists.mozilla.org

I am a little confused.. I don't see any Options tab in the main
thunderbird window. But while composing a message I can see it in the
top header and there Options->Security only has 3 options (encrypt,
don't encrypt, digitally sign the message).

I can't find the cookie manager. I am using Thunderbird 2.0.0.23 btw.

Regards,
shredder12
> Not sure it works... but in Options -> Security -> Web content you can
> find the cookie manager.
>
> Hth, Franco

> _______________________________________________
> support-thunderbird mailing list
> support-t...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/support-thunderbird
> To unsubscribe, send an email to
> support-thund...@lists.mozilla.org?subject=unsubscribe
>

userid

unread,
Nov 13, 2009, 5:13:35 AM11/13/09
to
shredder12 wrote:
>> Not sure it works... but in Options -> Security -> Web content you can
>> find the cookie manager.
>>
>> Hth, Franco
>
>
> I am a little confused.. I don't see any Options tab in the main
> thunderbird window. But while composing a message I can see it in the
> top header and there Options->Security only has 3 options (encrypt,
> don't encrypt, digitally sign the message).
>
> I can't find the cookie manager. I am using Thunderbird 2.0.0.23 btw.

Ok, sorry. I was referring to Thunderbird 3b4 (It was TOOLS -> Option
ecc. there). You need more knowledgable users here..


John Doue

unread,
Nov 13, 2009, 7:07:33 AM11/13/09
to
Options, Advanced, ConfidEditor.

Type cookie in the filter line, and all settings relevant to cookies
will appear. I suppose the one with AcceptSessioncookies is the one you
are looking for.
--
John Doue

shredder12

unread,
Nov 13, 2009, 11:27:01 AM11/13/09
to John Doue, support-t...@lists.mozilla.org
John Doue wrote:
> Options, Advanced, ConfidEditor.
>
> Type cookie in the filter line, and all settings relevant to cookies
> will appear. I suppose the one with AcceptSessioncookies is the one
> you are looking for.
Here is a screenshot of the config editor
http://i36.tinypic.com/2zevwqh.jpg . I have tried most of the
combinations but none of them seem to work. Can anyone suggest what
configuration do I need to enable cookies for RSS?

Regards,
shredder12

goodwin

unread,
Nov 13, 2009, 12:12:09 PM11/13/09
to
On 11/13/2009 08:27 AM shredder12 scribbled:

did you see this: http://kb.mozillazine.org/RSS_cookies_%28Thunderbird%29 ?

shredder12

unread,
Nov 13, 2009, 1:13:51 PM11/13/09
to goodwin, support-t...@lists.mozilla.org
Yes, I have already tried that but it didn't work.
In this screenshot..

http://i36.tinypic.com/2zevwqh.jpg

I believe, the the top 3 entries have to do something with my problem. I
have already tried toggling 1st and 3rd but that didn't help either. I
am probably missing out on something trivial, just can't figure out what.

shredder12

unread,
Nov 14, 2009, 2:27:46 AM11/14/09
to Jeff Goodwin, support-t...@lists.mozilla.org
Yes, I thought about that but firefox uses a database to store
cookies... cookies.sqlite whereas thunderbird uses a txt file
cookies.txt. How do I dump a sqlite database to txt file and that too in
the correct syntax.

Regards,
shredder12

Jeff Goodwin wrote:
> On 11/13/2009 10:13 AM shredder12 scribbled:


>
>
>> Yes, I have already tried that but it didn't work.
>> In this screenshot..
>>
>> http://i36.tinypic.com/2zevwqh.jpg
>>
>> I believe, the the top 3 entries have to do something with my problem. I
>> have already tried toggling 1st and 3rd but that didn't help either. I
>> am probably missing out on something trivial, just can't figure out what.
>>
>>
>

> Shredder, I saw that config entry you had already mentioned in a
> previous post. I was thinking about the idea of copying the Firefox
> cookie file to the Tbird profile folder as a workaround to Tbird's
> inability to handle password cookies.
>
>

shredder12

unread,
Nov 14, 2009, 2:59:03 AM11/14/09
to support-t...@lists.mozilla.org

I don't know what's the real problem but even copying the cookies didn't
help. I used the following command to dump sqlite database into a txt file.

sqlite3 -separator ' ' cookies.sqlite 'select * from moz_cookies' >
cookies.txt

The space b/w the quotes is tab space. I set my config editor "cookie"
settings back to default, copied the file to thunderbird's profile
directory but the feeds are still asking for log in(complaining that
browser doesn't accept cookies). Now, I just hope that the syntax for
txt file is correct after dumping.

Any suggestions!!

Christian Riechers

unread,
Nov 14, 2009, 7:51:26 AM11/14/09
to
On 11/14/2009 08:59 AM, shredder12 wrote:
>
> I don't know what's the real problem but even copying the cookies didn't
> help. I used the following command to dump sqlite database into a txt file.
>
> sqlite3 -separator ' ' cookies.sqlite 'select * from moz_cookies' >
> cookies.txt
>
> The space b/w the quotes is tab space. I set my config editor "cookie"
> settings back to default, copied the file to thunderbird's profile
> directory but the feeds are still asking for log in(complaining that
> browser doesn't accept cookies). Now, I just hope that the syntax for
> txt file is correct after dumping.
>
> Any suggestions!!
>

Be patient for a few more days until TB3 comes out. Cookies will work there.
I also have the Thunderbrowse add-on installed, which has it's own
setting for cookies. You may give it a try.
https://addons.mozilla.org/en-US/thunderbird/addon/5373

--
Christian

Jay Garcia

unread,
Nov 14, 2009, 10:27:11 AM11/14/09
to
On 14.11.2009 01:59, shredder12 wrote:

--- Original Message ---

Please bottom post here, the preferred posting method, thanks.

Wait for TB3, cookies will be included.

--
Jay Garcia - Netscape/Flock Champion
www.ufaq.org
Netscape - Flock - Firefox - Thunderbird - Seamonkey Support

shredder12

unread,
Nov 14, 2009, 1:22:40 PM11/14/09
to Jeff Goodwin, support-t...@lists.mozilla.org
Hi Jeff,

Nevermind.. but thanks for your replies. Btw... I have tried every
possible method and now I have lost hope and have started using liferea
to manage my feeds.

shredder12

Jeff Goodwin wrote:
> On 11/13/2009 11:27 PM shredder12 scribbled:


>
>
>> Yes, I thought about that but firefox uses a database to store
>> cookies... cookies.sqlite whereas thunderbird uses a txt file
>> cookies.txt. How do I dump a sqlite database to txt file and that too in
>> the correct syntax.
>>

>> Regards,
>> shredder12
>>
>> Jeff Goodwin wrote:
>>
>>> On 11/13/2009 10:13 AM shredder12 scribbled:
>>>
>>>
>>>
>>>> Yes, I have already tried that but it didn't work.
>>>> In this screenshot..
>>>>
>>>> http://i36.tinypic.com/2zevwqh.jpg
>>>>
>>>> I believe, the the top 3 entries have to do something with my problem. I
>>>> have already tried toggling 1st and 3rd but that didn't help either. I
>>>> am probably missing out on something trivial, just can't figure out what.
>>>>
>>>>
>>>>
>>> Shredder, I saw that config entry you had already mentioned in a
>>> previous post. I was thinking about the idea of copying the Firefox
>>> cookie file to the Tbird profile folder as a workaround to Tbird's
>>> inability to handle password cookies.
>>>
>>>
>>>
>>

> Then I don't know how to help - I surmise you've been somewhere like
> http://www.google.com/cse?cx=003258325049489668794%3Aru2dpahviq8&q=rss+%2Bcookies+%2BThunderbird&sa=Search&cof=FORID%3A0
>
> Sorry, I've never had a need for cookies with Tbird so am a little lost
> on how/why to use them.
>
>
>

0 new messages