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

5123 Коммитов

Автор SHA1 Сообщение Дата
naving%netscape.com ddb0295dca 104085 r=robinf,cavin sr=bienvenu fix problems when user exceeds num of custom headers allowed (50) 2002-05-07 23:13:21 +00:00
naving%netscape.com 6f241f508f 104085 r=cavin sr=bienvenu Add NS_MSG_CUSTOM_HEADERS_OVERFLOW error 2002-05-07 23:09:24 +00:00
darin%netscape.com 6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
naving%netscape.com 18469d3426 142627 r=racham sr=bienvenu, fixing a regression to make copies and folders panel work correctly. 2002-05-06 22:53:31 +00:00
mscott%netscape.com 5bb1233d18 Bug #136949 --> when creating a new search or filter row, clone the search attribute
from the previous row.
r=ssu
sr=sspitzer
2002-05-03 21:58:10 +00:00
mscott%netscape.com c5301bd3ac Bug #109109 --> usability improvements to the custom header dialog
r=naving
sr=sspitzer
2002-05-03 21:57:39 +00:00
ducarroz%netscape.com 8cc82f489f Fix for bug 135279. Need to be able to specify a line token other than LF when reading a stream buffer. Local file on Mac or CR as line ending. R=naving, SR=mscott 2002-05-03 21:36:33 +00:00
darin%netscape.com b4b75daa66 cleaning up documentation, marking some interfaces frozen, and splitting
up some interfaces into separate IDL files (b=124465)
reviewed by dougt and bbaetz
2002-05-03 07:49:43 +00:00
naving%netscape.com 3dc98f4781 141354 r=bienvenu sr=mscott If the filters have custom headers that are not in "mailnews.customHeaders" pref
then add them to the pref, fixes a corruption problem on adding new filters.
2002-05-02 23:34:05 +00:00
varada%netscape.com 0ae8092bff fix for 141314;associate the right smtp server with each account;r=racham;sr=sspitzer 2002-04-30 21:53:09 +00:00
naving%netscape.com 9704a57636 139876 r=bienvenu sr=mscott Add two methods to nsIMsgFolder to transfer db init info when we are getting rid
of old db and creating a new db for the same folder
135275 r=bienvenu sr=mscott Added a boolean dbBatching param to EnableNotification that will tell us when
to do db batching. This param help us to not open unused stream to local dest folder in mailDatabase code, hence we can rid of #ifdef MAC.
2002-04-30 21:24:22 +00:00
naving%netscape.com a707417496 138297 r=bienvenu sr=mscott. null out the filter list when we are unloading server, fixes problem with single profile filters in turbo mode. 2002-04-30 20:35:01 +00:00
bienvenu%netscape.com 14e1f929e9 fix hang starting mail, sr=alecf 141162 2002-04-30 16:43:26 +00:00
mstoltz%netscape.com cc4b5969f8 Bug 140133 - Replace unsafe strcpy with strncpy and null-terminate the result.
r=nhotta, sr=heikki
2002-04-30 04:07:57 +00:00
alecf%netscape.com 58ad7ad612 Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
bienvenu%netscape.com 6c8378c12b fix top crash in imap header parsing, r=naving, sr=sspitzer 140986 2002-04-29 21:36:37 +00:00
cbiesinger%web.de f290668263 bug 140146 patch by ere@atp.fi r=bienvenu sr=mscott
crash in nsMsgFolder during shutdown
2002-04-29 18:15:09 +00:00
darin%netscape.com e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
naving%netscape.com 281921ef9d 139833 r=racham sr=sspitzer Save the default sent/drafts/templates(folder URIs) prefs settings correctly 2002-04-26 21:50:18 +00:00
nhotta%netscape.com 0a4a8eba82 Add charset fallback mechanism to nsISaveAsCharset and use it for message headers and plain text body,
bug 109342, r=ducarroz,ftang, sr=bienvenu,sspitzer.
2002-04-25 22:49:19 +00:00
mscott%netscape.com b73ad8ff93 Bug #134745 --> take a stab at fixing the yellow triangle icon on win98. remove the discarable attribute
on the new mail notification icon.

rs=sspitzer
2002-04-25 20:16:48 +00:00
bienvenu%netscape.com 42042324cb fix crash deleting news server and adding it back r=naving, sr=sspitzer 80869 2002-04-25 19:02:37 +00:00
nhotta%netscape.com b1e79eb712 Added out argument for NS_MsgStripRE to avoid altering the const argument,
bug 131983, r=ducarroz, sr=bienvenu.
2002-04-23 02:18:19 +00:00
naving%netscape.com 8d9a6048e3 138217 r=cavin sr=bienvenu. Make folders of an acct in one profile do not show up for the same acct in another
profile in turbo mode. Clear the subfolders array when we are forcing shutdown of rootFolder and all its children.
2002-04-23 02:14:36 +00:00
ducarroz%netscape.com 67189a1d71 FIx for bugscape bug 11669. Add preference to turn off plugin access in mail. R=mscott, SR=bienvenu 2002-04-22 23:16:17 +00:00
naving%netscape.com 5b7848020f 138828 r/sr=bienvenu. Made it so that customHeaders can be removed from the UI. The fix is to clearUserPref "mailnews.customHeaders" when all headers are removed. 2002-04-22 23:07:33 +00:00
shliang%netscape.com 413c8e917a 132032 - column settings for unread msg count in folder pane not followed - r=bhuvan, sr=sspitzer, a=asa 2002-04-19 07:19:26 +00:00
seawood%netscape.com f1d907679e Remove references to obsolete CHROME_ variables.
Bug #113401 r=bryner
2002-04-19 01:29:29 +00:00
bienvenu%netscape.com c313dd53ea fix imap not to download all msg headers r=naving, sr=sspitzer 137994 2002-04-18 23:40:22 +00:00
bienvenu%netscape.com 4ef62589c0 turning off some debug_bienvenu code 2002-04-18 22:49:48 +00:00
bienvenu%netscape.com 6833113942 fix updating of command handlers in cases where there is no selection r=ssu, sr=sspitzer 134893 2002-04-18 22:32:25 +00:00
varada%netscape.com 862fc658b4 fix for 58506;smtp panel doesnt get refreshed in account wizard if prefilled first account exists;r=srilatha;sr=mscott 2002-04-18 22:26:47 +00:00
sspitzer%netscape.com c320ef7c3a minor code cleanup. no bug. r/sr=bienvenu 2002-04-18 21:58:29 +00:00
bienvenu%netscape.com e3e20ba4aa disable sending unsent messages while sending unsent messages r=ducarroz, sr=sspitzer 2002-04-17 14:17:03 +00:00
bienvenu%netscape.com c148f6e780 disable sending unsent messages while sending unsent messages r=ducarroz, sr=sspitzer 2002-04-17 14:07:38 +00:00
bienvenu%netscape.com dd953a2fb2 fix updating of toolbar buttons when switching to offline and selecting a message not downloaded for offline use r=naving, sr=sspitzer 134980 2002-04-17 14:06:31 +00:00
racham%netscape.com 2da8a43cd8 Fixing bug 137876. Fixing typo in the functional call so that ISPs can set off functions to be executed via this routine. r=andreww, sr=sspitzer 2002-04-17 01:25:37 +00:00
varada%netscape.com 610734782f fix for 58506;smtp panel doesnt get refreshed in account wizard;r=srilatha;sr=mscott 2002-04-16 22:41:06 +00:00
dbragg%netscape.com bcc260038d Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa 2002-04-16 22:19:10 +00:00
mscott%netscape.com 42ff1eb79d Bug #134745 --> don't call DestroyIcon on shared resources like the
biff icon. This can cause a yellow triangle to appear instead of the icon.
r=naving
sr=sspitzer
2002-04-16 22:13:20 +00:00
mozilla.BenB%bucksch.org e9392b0c7b 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

We achieve that by either
- removing offending HTML tags/attributes
- converting HTML to plaintext and back to HTML or
- rendering the HTML source.

This is the pref UI, a View submenu
2002-04-16 18:32:41 +00:00
sspitzer%netscape.com 7b5c4d7939 explictly call .get(). no bug. r/sr=bienvenu 2002-04-16 06:59:14 +00:00
sspitzer%netscape.com 0d23834394 landing cavin's fix for #134897. turbo related bug:
Mail account info and message display not working for new profile created in Quick Launch mode
r=bienvenu, sr=sspitzer
2002-04-16 05:22:35 +00:00
mscott%netscape.com 65c159b4ae Bug #134745 --> prevent multiple biff calls from trying to
show an animated alert when we are already showing an alert.

Bug #133130 --> fix a race condition that caused the notification icon
to never go away.

r=bhuvan
sr=bienvenu
2002-04-16 01:40:42 +00:00
bienvenu%netscape.com 8b40c48321 put up error message when user tries to move/copy messages not downloaded for offline use to local folders r=naving,sr=sspitzer 131047 2002-04-16 00:09:43 +00:00
shliang%netscape.com 89cc6dbd69 134801 - Account Manager panels sorted incorrectly - r=bhuvan,sr=sspitzer,a=asa 2002-04-16 00:08:44 +00:00
naving%netscape.com 6fd85cae1b 136784 r=bienvenu sr=mscott. Make compact local folders work for out-of-date summary files
and skip the folder if we are in middle of building msf file(parsing kicked off by selecting folder).
2002-04-15 23:05:07 +00:00
bryner%netscape.com a0b11a6784 Bug 137468 - use insertafter for mail overlay so that other overlays can insert icons between mail, composer, and addressbook. r=ben, sr=blake. 2002-04-15 05:44:38 +00:00
bienvenu%netscape.com 50506851cc subscribe button broken for sub-folders r=naving, sr=sspitzer 135507 2002-04-15 03:08:49 +00:00
sicking%bigfoot.com f8c2ea5afa Bug 119317: move the "inherits" attribute to the xbl namespace for most clients.
r=hixie sr=hyatt
2002-04-13 14:25:38 +00:00