Commit Graph

1198 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
1601d80e99 Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst. 2005-01-03 22:51:17 +00:00
neil%parkwaycc.co.uk
4a8f49d742 Switch flag notifications to work on a message instead of a generic parameter b=226270 r+sr=bienvenu 2004-12-23 21:08:20 +00:00
neil%parkwaycc.co.uk
e72fc34052 Switch biff notifications from flags to ints so that only messages have flag notifications b=226270 r+sr=bienvenu 2004-12-23 09:07:14 +00:00
scott%scott-macgregor.org
14dd7eca86 Bug #270261 --> port thunderbird 1.0 fix back to the trunk...
Junk folder created incorrectly when junkFolderName is localized

sr=bienvenu
2004-12-20 23:47:56 +00:00
bryner%brianryner.com
d9626f6746 Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron. 2004-12-15 05:52:44 +00:00
bzbarsky%mit.edu
55ab8dd119 Make docshell inherit from docloader; clean up related code, move toward
eliminating the nsIWebShell, nsIWebShellContainer, nsIDocumentLoader
interfaces and clarifying the other docshell-related interfaces.
r=darin, biesi, sr=jst
2004-12-08 17:32:06 +00:00
bienvenu%nventure.com
12639261e3 better fix for build bustage introduced by moving nsImapMoveCoalescer to base/util, just remove unused code 2004-11-23 16:39:40 +00:00
bienvenu%nventure.com
513742c4f9 fix seamonkey build bustage 2004-11-23 05:04:00 +00:00
bienvenu%nventure.com
eb3a5998d1 fix 210614, sr=mscott make pop3 incoming filters capable of filtering to imap folders 2004-11-23 04:50:23 +00:00
scott%scott-macgregor.org
9beb72aa15 Bug #262018 --> Unable to create local folders that contain semicolons or # characters. Messages in these local
folders never load.

Make our folder hash routine smart enough to hash folder names that contain these characters.

sr=bienvenu

Porting Thunderbird 1.0 bug to the trunk
2004-11-19 01:13:52 +00:00
scott%scott-macgregor.org
712b32defe Bug #270274 --> Don't run junk controls on new rss feed items
sr=bienvenu
2004-11-18 19:16:15 +00:00
darin%meer.net
f103a62f64 fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky 2004-11-15 20:16:52 +00:00
bienvenu%nventure.com
f917489492 fix 267373 sr=mscott unable to create virtual folders as sub-folders of leaf folders 2004-11-15 01:20:35 +00:00
bienvenu%nventure.com
ad38e0142f fix 268491 password_protect local cache setting had some problems with imap, sr=mscott 2004-11-11 19:23:13 +00:00
bienvenu%nventure.com
9ae218005f fix 268630 mark folder read doesn't clear the new flag, sr=mscott 2004-11-11 19:05:54 +00:00
bienvenu%nventure.com
404d66fbfb fix new flag handling in view as fallout from fixing 114211, sr=mscott 2004-11-01 23:44:29 +00:00
darin%meer.net
189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
jshin%mailaps.org
532814224e bug 264071 (2nd check-in) : M18a4/TB08 cannot handle mail folders with non-Latin1 (non-ASCII) characters (r=mscott, sr=bienvenu) 2004-10-31 17:45:06 +00:00
jshin%mailaps.org
2ba59e9c89 bug 264071 : M18a4/TB08 cannot handle mail folders with non-Latin1 (non-ASCII) characters (r=mscott, sr=bienvenu) 2004-10-28 05:02:33 +00:00
varga%nixcorp.com
4841950f4d Fixing gcc 3.4 bustage. 2004-10-26 21:03:58 +00:00
bienvenu%nventure.com
58def2143c fix 249240 add pref to disable logon_fallback for pop3, and handle other authentication problems, patch by me and ch.ey@gmx.net, r=me and ch.ey@gmx.net, sr=mscott 2004-10-26 17:16:30 +00:00
bienvenu%nventure.com
4a3d3b4efc fix rename of virtual imap folders, sr=mscott 265507 2004-10-25 02:38:45 +00:00
bienvenu%nventure.com
82bee19afa fix 265330 problems with unread counts in virtual folders, and clearing new flag, sr=mscott 2004-10-24 00:05:38 +00:00
bienvenu%nventure.com
1ac18e39d3 fix 239168 junk mail controls not run on inbox if inbox is also fcc folder, sr=mscott, also fix crash when getnewlist returns null 2004-10-19 01:16:26 +00:00
bienvenu%nventure.com
c975068538 fix 259603 new messages aren't analyzed for junk status if the user clicks away from the inbox before we've finished retrieving messages, sr=msctt 2004-10-18 14:51:29 +00:00
scott%scott-macgregor.org
ed6861f295 Bug #261199 --> Begin landing Thunderbird's virtual folder UI.
Land the back end RDF changes necessary to support the new user interface.

sr=bienvenu
2004-10-15 06:24:18 +00:00
cbiesinger%web.de
9d659eea99 Bug 263688 eliminate some *WithConversion calls in mailnews/compose
r=bienvenu sr=mscott
2004-10-14 17:04:46 +00:00
bienvenu%nventure.com
3340277657 allow filters for local folders account, because of pop3 global inbox, sr=mscott 177093 2004-10-12 22:17:00 +00:00
bienvenu%nventure.com
3cdc935e39 fix empty trash leaving trash.msf invalid, r/sr/a=sspitzer 2004-09-23 00:04:25 +00:00
cbiesinger%web.de
b0a803be91 Bug 253589 character sets need not be stored as wide strings
r=bienvenu sr=mscott
2004-09-15 21:04:55 +00:00
bienvenu%nventure.com
666683986e backend changes for cross-folder virtual folders, sr=mscott 11051 2004-08-31 20:53:24 +00:00
vladimir%pobox.com
0b8d1522a5 b=255134, make nsICollation scriptable, r=jshin,sr=brendan 2004-08-24 22:50:33 +00:00
darin%meer.net
5e133a1ea4 fixes bug 230351 "NTLM base64 decoder should tolerate extra '=' padding" r=cneberg 2004-08-24 21:10:54 +00:00
neil%parkwaycc.co.uk
fbcddd3920 Bug 41929 Allow multiple accounts with the same server and username if they have different port numbers p=kteuscher@myrealbox.com r=bienvenu sr=me 2004-08-18 23:11:28 +00:00
scott%scott-macgregor.org
1a38e62c67 Bug #255084 --> fix thunderbird crash when print previewing a message with blocked remote images. Thunderbird only.
Get rid of a dead comment in nMsgMailNewsUrl::GetMsgWindow.
2004-08-11 00:24:30 +00:00
bienvenu%nventure.com
e2dc9c98b5 more backend work for virtual folders, add support for pending db listeners, cleanup way db's are created and opened, r/sr=mscott 11051 2004-08-02 15:43:12 +00:00
bienvenu%nventure.com
b769476f15 use original server's filter file even if pop3 server is deferred, sr=mscott 248244 2004-07-23 16:22:41 +00:00
bienvenu%nventure.com
75a2ca1f8d fix UMR in ns_MsgStripRe, sr=mscott 2004-07-23 02:47:04 +00:00
bienvenu%nventure.com
a37ff78a75 backend work for virtual folders, 11051, r/sr=mscott 2004-07-20 14:48:36 +00:00
bienvenu%nventure.com
ec8e88d353 fix 234421 authentication error on login POP3 server patch by ch.ey@gmx.net r=bienvenu, sr=mscott 2004-07-17 19:38:56 +00:00
gerv%gerv.net
c01bb2d438 Bug 236613: change to MPL/LGPL/GPL tri-license, and other license-related fixups. 2004-07-16 19:09:02 +00:00
neil%parkwaycc.co.uk
a9079b16d5 Bug 213004 Add preference for recognition of localized "Re:" strings added by broken mailers p=mbockelcamp@web.de r=me sr=bienvenu a=asa 2004-07-13 09:33:22 +00:00
scott%scott-macgregor.org
a667360bb7 fix a memory leak from my previous checkin 2004-07-11 00:28:18 +00:00
scott%scott-macgregor.org
5b738a1db5 Bug #250247 --> Framework work for News & Blog account settings for Thunderbird.
newsblog.js is now an account manager extension so it can overlay custom panels into the account manager.

Implement "download new articles at startup". Implement Check for new articles every n minutes.

Add a property on nsIMsgIncomingServer that allows the incoming server
to specify the main account manager xul file that is loaded for that server
instead of hard coding am-main.xul in the account manager data source.
2004-07-10 22:52:48 +00:00
bienvenu%nventure.com
a6aebf0e0b make newsblog use nsIMsgLocalMailFolder::AddMessage interface to add messages, so that we can use the new mail parser object, run filters, etc, sr=mscott 225158 2004-07-07 16:28:17 +00:00
scott%scott-macgregor.org
9ea50eb2ea Bug #250084 --> When opening up a folder, don't scan it for junk mail if the user has not
actually marked something as junk (or not junk). This makes the first use case much smoother since
we don't download the message bodies for every message in your Inbox on first launch.
sr=bienvenu
2004-07-07 06:15:10 +00:00
roc+%cs.cmu.edu
0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
scott%scott-macgregor.org
d6c9fb0e3f Bug #246744 --> additional account identities aren't getting the right smpt server key and sent folder values
sr=bienvenu
2004-06-16 00:38:42 +00:00
bienvenu%nventure.com
9303873de8 add UI for global pop3 inbox in account wizard and account settings, r=mscott, sr=sspitzer, 243837 2004-06-10 14:04:32 +00:00
sspitzer%mozilla.org
bab276742b fix for bug #244649
SMTP:  send dialog flashing during big attachment sending if you have a fast connection

r=mscott, sr=bienvenu
2004-05-31 05:56:40 +00:00