Граф коммитов

6706 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org c1d3479dd0 Bug #278176 --> Make Thunderbird's content policy manager more strict about the kinds of urls it allows
before it decides to put up the remote content bar in mail messages.

sr=bienvenu
2005-02-26 00:26:29 +00:00
bsmedberg%covad.net 361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
shaver%mozilla.org 8641cb44c5 Bug 283223: stop creating new accounts from nsAccountManager::GetAccount if no
account is found matching the provided key (preferring to return null instead).
r=bienvenu,sr=mscott.
2005-02-25 13:59:22 +00:00
shaver%mozilla.org 8dec2c4876 backing out my checkin for 283223 due to insufficient review, blush 2005-02-25 01:12:20 +00:00
shaver%mozilla.org 1f8b673987 Bug 283223: don't create a dummy account if we nsMsgAccountManager::GetAccount
doesn't find an existing one. r=bienvenu.
2005-02-25 01:05:41 +00:00
jshin%mailaps.org 76d4b71659 bug 254740 : mailnews quick search is case sensitive with non-ASCII characters (r=neil, sr=bienvenu) 2005-02-24 15:50:57 +00:00
bzbarsky%mit.edu d029903af6 Remove the parentURIContentListener attribute on docshell; people not using
nsIWebBrowser can getInterface the docshells nsIURIContentListener and set its
parent.  Bug 283108, r=biesi, sr=darin
2005-02-22 19:56:11 +00:00
bryner%brianryner.com f6b8fec0c7 Clean up xpfe/appshell, removing nsIWebShellWindow in the process. Bug 282200, r=danm, sr=bzbarsky. 2005-02-19 22:42:01 +00:00
neil%parkwaycc.co.uk 8f1cb60ab6 Bug 273311 Deleting an account/identity/server also deletes some higher numbered accounts/identities/servers p=t.bugz@lament.cjb.net r=me sr=bienvenu 2005-02-18 11:19:10 +00:00
neil%parkwaycc.co.uk d63c6e78e8 Removing unused variables b=90905 p=gautheri@noos.fr r=me sr=dmose a=asa 2005-02-16 11:50:13 +00:00
scott%scott-macgregor.org 95dc027143 Bug #272130 --> Thunderbird Trunk crash in [@ nsMsgContentPolicy::ShouldLoad]
add a null ptr check

sr=bienvenu
2005-02-15 04:25:48 +00:00
scott%scott-macgregor.org 38ca496c7d Bug #282174 --> Podcasting support for Thunderbird
Add a custom mime part header that specifies a URL for the attachment. This mime header is used by Thunderbird's RSS reader
and eventually by the code to handle storing attachments separately from the message.

Removes an obsolete attachment attribute called notDownloaded and replaces it with isExternalAttachment.

sr=bienvenu

a=sspitzer
2005-02-15 00:31:07 +00:00
neil%parkwaycc.co.uk 95b05680a5 Bug 262885 JavaScript strict warning: assignment to undeclared variable p=gautheri@noos.fr r=me sr=dmose a=caillon 2005-02-15 00:13:52 +00:00
bienvenu%nventure.com 1d9d9b78ac add ability to copy local folders to imap servers, r/sr=mscott, a=sspitzer 235013 2005-02-14 19:56:49 +00:00
bienvenu%nventure.com 24c462cf43 fix solaris build bustage, a=sspitzer 288180 2005-02-11 16:11:17 +00:00
bienvenu%nventure.com 1653b73c2b back out front end part of fix for 2920, stripping of mime attachments, didn't mean to check that part in 2005-02-09 05:38:29 +00:00
bienvenu%nventure.com 799dd49e46 back end work for stripping mime attachments from messages, sr=mscott 2920 2005-02-09 01:40:24 +00:00
bienvenu%nventure.com e78c5b40a6 fix regression downloading pop3 mail on startup introduced by fixing js warning, 270343, sr=mscott 2005-02-08 18:26:09 +00:00
bienvenu%nventure.com 75459e1ddf fix 218902, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott add TLS support to POP3, and account settings UI for IMAP and POP3 2005-02-08 17:01:47 +00:00
timeless%mozdev.org 98da147dcf Bug 280743 Headers lack chrome - gCollapsedHeaderList has no properties
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu
2005-02-07 19:09:02 +00:00
bienvenu%nventure.com 72f6c687d5 fix 270343 js warning about undefined property reference, sr=neil 2005-02-07 18:34:17 +00:00
cbiesinger%web.de 40888bf15f Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin
2005-02-07 14:35:46 +00:00
bryner%brianryner.com ed870113ca Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron. 2005-02-04 21:10:45 +00:00
bienvenu%nventure.com bac7386c13 potential fix for 280382 compacting local folder fails if .msf file is out of sync with mailbox file, sr=mscott 2005-02-04 17:42:56 +00:00
bienvenu%nventure.com 0b7fd0e665 fix 166111 patch by ch.ey@gmx.net, r=bienvenu, sr=mscott fix handling of downloading of pop3 messages with non-standard line endings 2005-02-04 15:45:56 +00:00
bienvenu%nventure.com 4581a102b0 fix 253109, for seamonkey, make identity smart logic case insensitive, patch by ch.ey@gmx.net, r=mscott, sr=me 2005-02-02 17:47:25 +00:00
roc+%cs.cmu.edu e5be3653c9 Bug 269369. Use a better string to describe the Movemail protocol. r=bienvenu,sr=dmose, patch by Wolfgang Rosenauer 2005-02-02 01:05:13 +00:00
bienvenu%nventure.com 7d0d2ee0bc add hidden pref to write downloaded pop3 mail to temp file first, to let virus checkers have a shot before they delete the whole mail folder, sr=mscott 116443 2005-02-01 17:30:33 +00:00
bienvenu%nventure.com 1e70ab26d7 fix news timeouts, sr=mscott 189363 2005-02-01 17:21:33 +00:00
scott%scott-macgregor.org e0257e0350 Bug #280250 --> fix a JS error caused by the 280250 2005-02-01 16:54:56 +00:00
gerv%gerv.net c9e600ac91 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 15:28:15 +00:00
neil%parkwaycc.co.uk 731ce1a461 JavaScript strict warnings: redeclaration of var account and function onOk does not always return a value b=275107 p=gautheri@noos.fr r=me sr=dmose 2005-02-01 14:57:49 +00:00
neil%parkwaycc.co.uk 4badf0062f JavaScript strict warning: assignment to undeclared variable gServer b=275107 p=gautheri@noos.fr r=me sr=dmose 2005-02-01 14:55:09 +00:00
neil%parkwaycc.co.uk 040547fee7 Bug 248276 JavaScript strict warning: redeclaration of var account p=gautheri@noos.fr r=me sr=dmose 2005-02-01 14:49:27 +00:00
gerv%gerv.net 1089888bdd Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 14:46:21 +00:00
scott%scott-macgregor.org cbbf6240a7 Bug #280250 --> Run junk mail controls on Folder doesn't work.
Patch by  Eyal Rozenberg

sr=bienvenu
r=mscott
2005-01-31 22:21:48 +00:00
scott%scott-macgregor.org e8ededbd38 Bug #111381 --> Freeing mismatched memory in free. Patch by mikael@parknert.se
sr=bienvenu
r=mscott
2005-01-31 21:53:47 +00:00
bienvenu%nventure.com da6f7a67f7 add timeout handling to core mailnews protocols, sr=mscott, 189363 2005-01-31 19:51:11 +00:00
cst%andrew.cmu.edu dd66f98c9b Bug 266289 nsIAlertsService should use AString instead of wstring
r=mscott sr=neil
2005-01-29 01:09:51 +00:00
cst%andrew.cmu.edu 19d6f0e3fc Bug 266289 nsIAlertsService should use AString instead of wstring
r=mscott sr=neil
2005-01-29 01:04:32 +00:00
timeless%mozdev.org c05ca78e14 Bug 226005 MailNews should use the newer nsIPrefService APIs instead of nsIPref
patch by mikael@parknert.se r=neil sr=darin
2005-01-26 21:27:36 +00:00
bienvenu%nventure.com 65ad4299f9 support IMAP TLS 60377 sr=mscott 2005-01-24 17:29:05 +00:00
scott%scott-macgregor.org 29c156a622 Bug #217448 --> Port new mail notification for Mac OS X from the aviary branch to the thunderbird trunk. 2005-01-21 22:26:32 +00:00
Stefan.Borggraefe%gmx.de fb99ddb54f Add LOCALIZATION NOTE for an UI text that is split in two entities (follow-up checkin for bug 231428)
r=kairo, sr=bienvenu
2005-01-21 00:21:40 +00:00
dbaron%dbaron.org 95df4cb990 Re-remove files that were checked into after being cvs removed to restore things to a consistent state. (These files were in Attic but not in the cvs 'dead' state, so they appeared when checking out by date.) 2005-01-19 22:48:57 +00:00
Stefan.Borggraefe%gmx.de a1c9d9557f Bug 231428 UI for "mark messages read after displaying for ___ seconds"
r=neil, sr=bienvenu
2005-01-19 22:15:58 +00:00
scott%scott-macgregor.org 0da848d9f9 Bug #277833 --> Land Aviary mapi changes to allow thunderbird to register as a default
news client.

sr=bienvenu
2005-01-19 21:20:28 +00:00
neil%parkwaycc.co.uk 3a4db8d04e Bug 271417 Preview pane doesn't reload when changing a multiple selection back to the original single selection r+sr=bienvenu 2005-01-19 09:44:30 +00:00
neil%parkwaycc.co.uk 0a5d7b2b67 Bug 276372 Some parts of biff not working because I'd accidentally excised too much of my tree creating my previous patch r+sr=bienvenu 2005-01-18 23:35:52 +00:00
bsmedberg%covad.net f3dd951f94 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor 2005-01-17 18:50:18 +00:00