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

13595 Коммитов

Автор SHA1 Сообщение Дата
rjesup%wgate.com 16b4006118 Bug 149764: changes to quit-application observer topic. r=danm, sr=jst 2002-11-07 20:25:45 +00:00
sfraser%netscape.com 201f9528cf Fix debug target to output shared lib, not static lib; fixes autoreg crash in debug builds. r=brade/sspitzer. 2002-11-07 20:02:59 +00:00
sspitzer%netscape.com 4996807906 commenting some todo items. r/sr=no one 2002-11-07 16:03:10 +00:00
sspitzer%netscape.com be768f9075 fix for #142408. Selecting "Search Messages..." folder context menu marks selected message unread. thanks to tobias.weibel@gmx.net for the fix. r/sr=sspitzer 2002-11-07 15:49:18 +00:00
sspitzer%netscape.com 78eb2fd8b4 fix for #178793. news filter logs are per group.
r/sr=bienvenu
2002-11-07 04:58:04 +00:00
sspitzer%netscape.com 1a85326146 fix bad comment. r/sr=no one 2002-11-07 04:29:34 +00:00
ducarroz%netscape.com 1846392b03 Fix for bug 16499. If no recipient is disclosed, we address the message to the sender to prevent problems with some mail server.R=cavin, SR=sspitzer 2002-11-07 01:21:52 +00:00
sfraser%netscape.com de67bb6d21 Fixing .headers output file name to fix IDL dependencies, which should fix the flames. r=sspitzer 2002-11-07 00:57:23 +00:00
nhotta%netscape.com f38cf75268 Fixed the comparison code for the sort direction in SortBy(),
bug 177177, r=cavin, sr=sspitzer.
2002-11-06 22:37:05 +00:00
sfraser%netscape.com fc7b1696f8 Fixing up project files for sspitzer. r=sspitzer 2002-11-06 21:51:59 +00:00
sspitzer%netscape.com 4889a885a8 ignore generated Makefiles. 2002-11-06 21:21:05 +00:00
nhotta%netscape.com 80526943ff Changed emitter to use tranlated strings for headers if not quoting,
bug 157979, r=ducarroz, sr=bienvenu.
2002-11-06 21:04:33 +00:00
sspitzer%netscape.com 19e0ea3301 mailviews for the mac. not part of the build. 2002-11-06 20:40:17 +00:00
sspitzer%netscape.com ffc14fd215 build work for mailviews, for mac. not part of the build. 2002-11-06 19:10:33 +00:00
timeless%mozdev.org e621565ddb backing out. 2002-11-06 16:49:13 +00:00
timeless%mozdev.org 96218c8ecc Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-06 15:31:02 +00:00
dmose%netscape.com 2c7110830d Temporarily disable front-end code for turning on spam filtering for news, since more work still needs to be done; part of ongoing spam front end work (bug 169638); r/sr=sspitzer@netscape.com 2002-11-06 07:00:52 +00:00
sspitzer%netscape.com 60088a2cf1 fall out from news filter landing / multiple filter action landing.
handle the new news filter actions (ignore / watch), and make sure that
when editing a filter, we scroll the listbox to the first checked action.
r/sr=bienvenu
2002-11-06 06:53:55 +00:00
sspitzer%netscape.com 75c0ff5bde fall out from news filter landing / naving multiple filter action landing.
for new mail filters, action is move, for new news filters, action is delete
r/sr=bienvenu
2002-11-06 06:21:44 +00:00
sspitzer%netscape.com 2c5a191033 implement news filters. bug #17483.
implement an ID column in the thread pane, but commented out.
Mail.app has it, but we haven't decided to include it yet or not.
but it is useful for debugging.

code cleanup.

r/sr=bienvenu
2002-11-06 05:59:19 +00:00
sspitzer%netscape.com f36ce9ed1d turn on mscott's mail views. (only linux and windows, working on mac build changes).
bug #176850.  r/sr=bienvenu
2002-11-06 05:22:25 +00:00
sspitzer%netscape.com 95bca31f2f fix for #123767. freeing bogus pointer. thanks to mhammond@skippinet.com.au for the initial patch. r/sr=bienvenu 2002-11-06 05:20:21 +00:00
naving%netscape.com c18fc62b1d 178580 r=bienvenu fixing regression - mail slow on startup. thanks to bienvenu for catching my mistake 2002-11-06 05:09:20 +00:00
bzbarsky%mit.edu e5fafcae33 Use the right contractid for the pref service. Bug 178062, r=brendan,
sr=alecf
2002-11-06 03:14:47 +00:00
cavin%netscape.com 57004df3d5 Fix for multiple bugs. Bug 82748: need to convert account name and organization name to unicode; bug 132671: need to create a content type header if its missing or the content type is multipart/alternative; bug 163597: use NS_ConvertUCS2toUTF8() instead of AssignWithConversion() call; bug 174402: need to convert message header and attachment names to unicode and retrieve long filename from MAPI for the attachments. r=nhotta/ducarroz, sr=sspitzer. 2002-11-06 02:58:05 +00:00
bienvenu%netscape.com a452fae1d0 fix news msg useage of memory cache so we don't try to use mem cache entries for messages that haven't finished downloading, r=cavin, sr=sspitzer 178332 2002-11-06 02:28:08 +00:00
ducarroz%netscape.com 2ab233039c Fix for bug 162842.
When we parse a message, we emitt the main message headers as well the headers
of embedded messages. We must call nsIMsgMailNewsUrl::SetMimeHeaders only for
the main headers.
R=sspitzer, SR=bienvenu
2002-11-06 02:25:00 +00:00
naving%netscape.com 66fb9ebcb3 174441 r=cavin sr=bienvenu Implementing multiple filter actions, so you can do things like move the message
and label as "to-do" etc..
168553 r=cavin sr=bienvenu Forking rules.dat so that we can handle new filter types. msgFilterRules.dat is
where your filters are going to be persisted. Also added support to handle future filters by not parsing
them, will prevent us from forking in future.
2002-11-06 02:13:37 +00:00
naving%netscape.com 28cbedeb74 117835 r=cavin sr=bienvenu fixing invalid folder name containing japanese characters when you restart after creating new local folders. Also cleaning up local folders code that deals with checking for duplicate
folder names, renaming/deleting local folders
2002-11-06 01:30:31 +00:00
naving%netscape.com 06116cb469 176380 r=cavin sr=bienvenu set the sent and trash folder flags on aol folders if redirector="aol" 2002-11-06 00:47:46 +00:00
bienvenu%netscape.com 4c2dd45281 add folder size to folder pane, r=cavin, sr=sspitzer, 173825 2002-11-06 00:34:13 +00:00
bienvenu%netscape.com 582566aef2 add folder size to folder pane, r=cavin, sr=sspitzer, 173825 2002-11-06 00:27:13 +00:00
bienvenu%netscape.com 2d8942f521 fix updating of msg counts in standalone msg window, r=cavin, sr=sspitzer 20119 2002-11-06 00:26:06 +00:00
bienvenu%netscape.com b354fe2d18 fix new msg showing up with collapsed twisty in threads with unread view, r=cavin, sr=sspitzer 158217 2002-11-06 00:21:46 +00:00
ducarroz%netscape.com c64c5cf4a3 Fix for bug 99217. Need to save the identity key when saving a draft/template. Patch submitted by Frank Sch�nheit<frank.schoenheit@gmx.de>. R=ducarroz, SR=bienvenu 2002-11-06 00:21:15 +00:00
bienvenu%netscape.com 7d1a44fbfb add folder size to folder pane, r=cavin, sr=sspitzer, 173825 fix imap use of mem cache not to mark entries valid until finished loading, r=cavin, sr=sspitzer 114965 2002-11-06 00:18:25 +00:00
bienvenu%netscape.com 91483ee997 add folder size to folder pane, r=cavin, sr=sspitzer, 173825 2002-11-06 00:13:19 +00:00
ducarroz%netscape.com a68bfffbfb Fix for bug 174804.
I fix 2 problems:
a) we need to accept to resolve a CID when it's in a link (<A...>) even if the
part cannot be displayed inline

2) related Part that are not linked to the message body should appears as
attachment, the current algorithm wasn't working when multipart/related is
embedded in multipart/alternative.
R=cavin, SR=bienvenu
2002-11-06 00:00:45 +00:00
sspitzer%netscape.com 5cb1e71d04 fix for crasher bug #176056. crash when setting up default smtp servers. r/sr=bienvenu, a=asa. 2002-11-03 01:09:31 +00:00
sspitzer%netscape.com 903fffa429 landing mscott's mail views work from the ns tree. see #176850
NOT PART OF THE BUILD YET.
2002-11-02 01:07:53 +00:00
kairo%kairo.at 150568bb2e Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard 2002-10-30 12:41:38 +00:00
dmose%netscape.com d630a3a601 Make "Analyze Messages" localizable and change phrasing. Part of ongoing spam UI work (bug 169638). Not on in default builds. r/sr=sspitzer; a=asa 2002-10-30 05:47:25 +00:00
bienvenu%netscape.com 7671d035e0 fix problem where folders are left bold even though there are no unread msgs in them, r=rajiv, sr=sspitzer, a=roc+moz 121660 2002-10-30 01:33:53 +00:00
bienvenu%netscape.com 64422f8c05 fix whitelisting in junk mail plugin r=dmose, sr=sspitzer, a=asa, not seen by users 169557 2002-10-30 00:42:10 +00:00
rdayal%netscape.com f664b05971 Bug #177250 fix for crash during / after palmsync
The fix is for using the OLE memory management routines instead of the usual ones
for the 'out-parameters' of the MS COM IPalmSync interface used for IPC
between the conduit loaded in the HotSync Manager process and the Mozilla process.
The fix has also been tested by mozilla community person who mostly saw these crashes.

r=ssu, sr=bienvenu, a=roc+moz.
2002-10-30 00:18:51 +00:00
bienvenu%netscape.com b685adfd58 fix handling of spam plugin imap msg fetch requests so they'll go into memory cache correctly, r=dmose, sr=sspitzer, a=asa not visible to user 169557 2002-10-29 21:03:07 +00:00
bienvenu%netscape.com 8426b85afe fix off by one error when deciding which msgs to score for spam, r=dmose, sr=sspitzer, a=asa not visible to user 169557 2002-10-29 21:00:14 +00:00
dmose%netscape.com 7fbbf99073 Ongoing spam-filtering work for the front end (not yet exposed to the user in default builds). Cleans up unnecessary and partially working UI items; fixes gcc warnings; fixes 3/5 state plugin by adding junkscoreorigin property; moves some plugin interaction from mailCommand.js to nsMsgDBView.cpp. r=sspitzer@netscape.com, sr=bienvenu@netscape.com, a=asa@mozilla.org 2002-10-24 07:03:04 +00:00
naving%netscape.com ae31ebabf6 175795 r=rdayal sr=bienvenu fixing a crash in purgeService by making mPurgeArray not a pointer of nsVoidArray
mPurgeArray has lifetime equal to that of nsMsgPurgeService
2002-10-24 02:06:03 +00:00
akkana%netscape.com e1b92eccfa 110949: preserve quote status from Edit Draft. r=ducarroz sr=sspitzer a=dbaron 2002-10-24 01:29:37 +00:00