sspitzer%netscape.com
c320ef7c3a
minor code cleanup. no bug. r/sr=bienvenu
2002-04-18 21:58:29 +00:00
varada%netscape.com
c363c82d1d
fix for 136937;mail composition body becomes ineditable after send failure;r=srilatha;sr=mscott
2002-04-18 21:56:04 +00:00
bryner%netscape.com
f8ab5b7720
Make sure tab and shift-tab go through all recipients in the mail addressing widget, not just recipients that are scrolled into view. Bug 124304, r=ben, sr=hewitt.
2002-04-16 21:58:53 +00:00
ducarroz%netscape.com
04da0c0046
Fix for bug 136008. Do not cache the compose window if it's the last window else that will prevent the application to shutdown. Patch submitted by antonio.xu@sun.com. R=ducarroz, SR=bienvenu
2002-04-16 13:51:32 +00:00
brade%netscape.com
a26a1b5241
bug 134503; put click handler on body rather than editor so scrollbar is not affected (r=akkana, sr=kin)
2002-04-16 13:30:40 +00:00
rdayal%netscape.com
47e9797c2c
fix for bug # 129347, trunk checking
...
resolves hang in MAPI Client in certain cases when doing MAPI Send
fixes an attachment leak here
r=ducarroz, sr=mscott
2002-04-16 12:43:30 +00:00
jefft%netscape.com
18baf4b821
fixed bug 133437 - Sent Copy of MDN Request messages should have MSG_FLAG_MDN_REPORT_NEEDED turned off; r=ducarroz, sr=bienvenu
2002-04-16 04:18:19 +00:00
ducarroz%netscape.com
df9c087e48
Fix for bug 134729. Remove cols attibute passed down when user press the delete key and instead add a function to calculate the number of columns. R=varada,shuehan SR=sspitzer
2002-04-15 22:33:26 +00:00
jefft%netscape.com
ae8d2257a0
fixed bug 129418, Switching identity should retain request for MDN receipt options; r=ducarroz, sr=bienvenu
2002-04-15 03:03:12 +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
akkana%netscape.com
24f016af08
129122: add a new serializer mode (used primarily by mail) in which
...
<br> tags within <pre> blocks are translated to newlines.
r=nhotta,ducarroz,tmutreja sr=sspitzer
2002-04-10 21:25:15 +00:00
varada%netscape.com
ae95ff60f8
fix for #58506 and #134678 - defaultsmtp server will not create a new server,cancelling first account in wizard wont create blank smtp server next time , second smtp server will not takeover existing default; r=cavin; sr=bienvenue;a=asa;
2002-04-09 00:32:08 +00:00
ducarroz%netscape.com
59e00b6193
Fix for bug 132418. When receiving a file spec while drag&drop, the correct data to use is rawData. R=pinkerton, SR=sspitzer, A=asa
2002-04-05 15:27:52 +00:00
bienvenu%netscape.com
ca75db33eb
display status during send unsent messages 134624 r=ducarroz, sr=sspitzer, a=asa
2002-04-05 14:43:20 +00:00
timeless%mac.com
c3b4db921a
Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
...
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
kaie%netscape.com
eedd085473
b=131087 Failure on sending S/Mime messages should display the correct reason
...
r=ddrinan/ducarroz sr=jag a=asa
2002-04-04 23:15:22 +00:00
nhotta%netscape.com
587dde2403
Changed to do the charset conversion check in .js for message headers,
...
For the body, changed to use an unique error code for the multilingual check to avoid showing
the additional generic error alert,
bug 123418, r=ducarroz, sr=sspitzer, a=asa, adt.
2002-04-04 22:29:47 +00:00
bienvenu%netscape.com
5def1de420
fix smoketest blocker bringing up mail compose r/sr=sspitzer, a=Yumie 135456
2002-04-04 18:03:12 +00:00
blakeross%telocity.com
5e34851046
108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan
2002-04-03 04:16:28 +00:00
ducarroz%netscape.com
9693c41bcc
Fix for bug 130140 (second try). Observe NS_XPCOM_SHUTDOWN_OBSERVER_ID instead of quit-application. R=bienvenu, SR=mscott, A=valeski
...
Fix for bug 132407. Pass a full news url instead of just the newsgroup, that was the backend was expected to receive. R=cavin, SR=bienvenu, A=asa
2002-03-31 22:23:41 +00:00
ducarroz%netscape.com
815e67cee9
Fix for smoketest blocker 134280. We need to set the identity to the default one if it's null. SR=sspitzer, A= granrose
2002-03-29 21:34:45 +00:00
hewitt%netscape.com
36eb91ed33
134135 - can't change address or cc in mail compose, r/sr=sspitzer
2002-03-29 06:19:25 +00:00
hewitt%netscape.com
d38a0937d9
bugs 110156, 110155
...
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa
Also includes fixes by Jan Varga (varga@utcruk.sk ) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
sspitzer%netscape.com
437f13b03e
landing changes for MDN Return Receipts feature, bug #16241
...
feature contributed by our friend jt95070@netscape.net (Jeff Tsai)
r=sspitzer,sr=bienvenu,a=asa. Parts not written by jefft, r=jefft,sr=bienvenu.
2002-03-28 21:34:42 +00:00
ducarroz%netscape.com
7d9b6b995a
Fix for bug 16241. Implementation of MDN. R=sspitzer, SR=bienvenu, A=asa
2002-03-28 21:30:02 +00:00
mozilla.BenB%bucksch.org
9c840ea9ac
84607: Hide (not just disable) spellchecker pref UI, if there is no spellchecker installed.
...
r=ducarroz, sr=bienvenu, a=asa
2002-03-27 06:47:50 +00:00
seawood%netscape.com
f940144626
Remove xp_core.h & xp_mem.h and all build references to them.
...
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
kaie%netscape.com
2cd4e5db3f
b=129100 Finalize S/Mime UI implementation
...
r=ducarroz/javi
sr=mscott
a=asa
2002-03-27 02:29:34 +00:00
ducarroz%netscape.com
3fa60094fc
Fix for bug 130140. Fix memory leak by breaking circular reference between the compose service and the compose window when the application quit. R=bienvenu, SR=mscott, a=dbaron
2002-03-27 02:06:52 +00:00
cmanske%netscape.com
adeee46c39
Add support for doubleclick to launch property dialogs in Message Composer, b=13340, r=brade,sr=sspitzer,a=dbaron
2002-03-27 01:25:07 +00:00
varada%netscape.com
7d92a72f8c
fix for 132697;stop or send mail based on spellchecker dialog;r=cmanske;sr=bienvenue;a=asa
2002-03-26 01:11:25 +00:00
sspitzer%netscape.com
cad1f77196
landing some of the changes for MDN for jefft. bug #16241 . a=asa. NOT PART OF THE BUILD.
2002-03-23 03:48:15 +00:00
cavin%netscape.com
8f6d539d0c
Fix for 132095. Remember the redirector type from last login and uses it, along with the username, to determine if password is required on the next login. r=ducarroz, sr=mscott, a=asa.
2002-03-22 00:07:21 +00:00
darin%netscape.com
9fbd1028d6
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
jaggernaut%netscape.com
8f26b59dcb
Bug 101723: security icon only works for the first tab
...
Bug 117203: Insecure POST warning only comes up for first tab
Bug 120043: Page Info shows information about a page in the first tab
r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
2002-03-20 09:57:35 +00:00
alecf%netscape.com
451df7d6c3
a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc
2002-03-19 06:46:56 +00:00
timeless%mac.com
dec943eb10
Bug 106386 rid source of misspellings
...
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
cavin%netscape.com
bdb7cc499a
Fix for 106534. Set the right FCC folder url at init time so that the compose/send code will always have the correct url to deal with. r=ducarroz, sr=bienvenu, a=asa.
2002-03-19 01:07:12 +00:00
ducarroz%netscape.com
4766631e24
Fix for bug 107425. We need to force the entry point to the end of the document after we call InsertSource. R=varada, SR=bienvenu, A=asa
2002-03-19 00:00:35 +00:00
kaie%netscape.com
4e709fd3f6
b=52330 r=bienvenu sr=brendan a=dbaron
...
Support non-default SMTP Port
checking in for kye@gmx.de
2002-03-18 04:29:17 +00:00
ssu%netscape.com
2a328ff4ed
checking in patch for andreas.premstaller@uibk.ac.at. fixes bug 57566 - Can't delete mail attachments using the mouse. r=ssu, sr=sspitzer, a=asa
2002-03-15 05:29:21 +00:00
bienvenu%netscape.com
9bbfc07c49
don't logout of external logon session when send logon fails fix by mscott, r=me, sr=sspitzer, a=asa 130986
2002-03-15 03:39:17 +00:00
akkana%netscape.com
d7cbebbdc8
128903: Clean up the editor IDL, and anyone who uses them. r=brade,cmanske,ducarroz (for mail); sr=sfraser; a=dbaron
2002-03-14 22:11:14 +00:00
stephend%netscape.com
2265f0ca4a
Fixing bug 130367 and 130318. Bug 130367 - Pane and window title in prefs should read 'Composition' instead of 'Mail Composition'. r=jglick@netscape.com/robinf@netscape.com, sr=bienvenu@netscape.com, a=brendan@mozilla.org. Bug 130318 - Composition pref panel accesskeys are wrong case. r=bzbarsky@mit.edu, sr=bienvenu@netscape.com, a=brendan@mozilla.org
2002-03-14 01:55:11 +00:00
nhotta%netscape.com
11951ee4bf
Fix for Unicode conversion problem for reply-to header (it removes incorrect/unnecessary conversion).
...
For Bcc, it adds to encode the header as MIME to prevent creating header as raw UTF-8.
Also avoids an extra copy for Bcc when the identity is not specified (in nsMsgCompose.cpp).
the patch from adu@sparc.spb.su , bug 64092, r=nhotta, sr=sspitzer, a=asa.
2002-03-13 23:51:29 +00:00
hwaara%chello.se
7c4d528623
#69528 , "Can't add multiple attachments at once via dnd [drop files]"
...
r=varada, sr=sspitzer, a=shaver
2002-03-12 21:03:24 +00:00
ducarroz%netscape.com
b1774bb52f
Fix for bug 105713. Body tag attributes are lost when inserting the html source into the message body using editorshell, therefore we need to extrat them and set them manually in the DOM. R=varada, SR=bienvenu, A=asa
...
Also contains part of the fix for bug 127077. If the body tag contains a background image or colors, it must not be considered as a plaintext element. R=varada, SR=bienvenu, A=asa
2002-03-11 15:05:50 +00:00
ducarroz%netscape.com
5b89b8610d
Fix for bug 127077. If the body tag contains a background image, it must be considered as an embedded element and therefore be sent as a related part like any other embedded image. R=varada, SR=bienvenu, A=asa
2002-03-11 15:00:49 +00:00
seawood%netscape.com
65178608c0
Fix |Cannot use const char* to initialize char*| errors for Sun Forte compilers.
...
Bug #129533 r=jag sr=darin a=asa
2002-03-10 07:35:22 +00:00
cavin%netscape.com
7df95dd7f9
Fix for 128535. Used case sensitive hashing on email address when locating the associated card. r=ducarroz, sr=sspitzer, a=asa.
2002-03-08 02:26:59 +00:00