alecf%netscape.com
11259b0f71
fix some bad warnings
2000-02-16 06:30:03 +00:00
sspitzer%netscape.com
56fb0c4bb2
clean up -help output. fix bug #26959 , make it so when you start
...
a browser window, the right page (home, blank or last page visted) gets
loaded. clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js. r=mscott
2000-02-16 06:22:03 +00:00
jefft%netscape.com
6c4c31dbda
fixed bug 18565 -- [PDT+] Single sign-on for SMTP; implemented auth login for smtp; added smtp logging; lay ground work for tls smtp; r=alecf,bienvenu,ducarroz
2000-02-16 05:59:51 +00:00
nhotta%netscape.com
2533c5792f
Added a menu item "Set Default Mail Send Character Set" also enabled check mark for the charset menu, bug 23540, r=cata.
2000-02-16 05:17:09 +00:00
ducarroz%netscape.com
d6fc068a1a
Fix potential bustage on some port tinderbox. Replace a "true" by a "PR_TRUE". r=alecf
2000-02-16 04:50:46 +00:00
sfraser%netscape.com
200e0c336e
Changes to get edit menu commands updating properly. For bug 18395. r=pinkerton
2000-02-16 01:49:50 +00:00
putterman%netscape.com
de272ba0ac
Fix for 21469. r=jefft. Deleting a message in a thread now goes to the next message and scrolls
...
to it so that you don't lose your place in the thread pane. More work on 26456. r=alecf.
Some performance improvements for loading folders by speeding up building up a uri.
2000-02-16 00:39:23 +00:00
ducarroz%netscape.com
647316c7a8
Fix bug 22141. Recipients are by default non html compliant. R=alecf@netscape.com
2000-02-15 21:25:31 +00:00
andreww%netscape.com
7a1887eed3
adding id to menupop under file>new for commercial overlay to target. bugsplat bug#369022 r=amusil
2000-02-15 21:24:39 +00:00
ducarroz%netscape.com
19b85f3940
Fix bug 27424. We need to through an error if the smtp host name is empty. R=alecf@netscape.com
2000-02-15 21:22:00 +00:00
ducarroz%netscape.com
8aed8032e5
Fix regression 27830. New argument in SplitRecipients inserted at the wrong place. A=granrose
2000-02-15 19:57:55 +00:00
mkaply%us.ibm.com
9efd6986a4
# 25555
...
r= mscott@netscape.com
OS/2 changes for Mozilla
2000-02-15 15:29:20 +00:00
ducarroz%netscape.com
59dd188acb
Fix build bustage. void** casting missing. Sorry.
2000-02-15 07:16:31 +00:00
ducarroz%netscape.com
b805bebf76
Part of fix for bug 10932, 17072, 26746. Tittle button in addressing widget has been replaced by a image to avoid to take the focus when using the Tab key. Implementation of Intelligent HTML Send feature. Set the focus in the subject line when recipients are pre filled. Cleanup Attach Web Page dialog. R=alecf
2000-02-15 06:48:13 +00:00
rhp%netscape.com
e3650fa408
Fix for error on copying to Sent folder after send operation - Bug #: 27460 - r: jefft
2000-02-15 01:52:12 +00:00
evaughan%netscape.com
7ef2c916b2
Fix for bug 24351 as well as other jumping buttons and glitches in UI.
2000-02-14 05:30:05 +00:00
ducarroz%netscape.com
a2a267cd38
UI Part of feature 17072. Add new UI files to make files. R=rhp
2000-02-12 06:46:07 +00:00
ducarroz%netscape.com
de26773fb7
First Checked In.
2000-02-12 03:58:01 +00:00
hangas%netscape.com
e0aa87a046
Fix for 27283 rewrote command updating and dispatching for Mail/News window so that Edit menu items would be enabled at the proper times and actually work. Partial fix for 22558 wired up platform specific Delete key to the Delete menu item. Fix for 20120 Delete button and menu now disabled on folder pane of mail window. Temp fix for 27299 overlapping Ctrl-E shortcut with Editor window, Preferences menu item now has no shortcut. r=scottip
2000-02-12 01:37:43 +00:00
hangas%netscape.com
37836f02ae
Partial fix for 22558, key bindings for mail window, this included adding Delete and Backspace bindings for the Delete menu item in globalOverlay.xul. Added these bindings to navigator, mail, address book and mail compose. Unable to find Editor's usage of standard Edit menu overlays, so Editor not changed. r=saari. Also a fix for 27000 fixing event handler for address book card dialog. r=saari/hyatt.
2000-02-11 06:05:04 +00:00
ducarroz%netscape.com
e41fc5f763
Fix for the regression of bug 26408. I forget to call awFinishCopyNode after we create rows during the initialization. R=jefft
2000-02-11 05:52:38 +00:00
rhp%netscape.com
93757e9262
Changes for supression of GUI prompts on send operation - for message import - Bug #: 27154 - r: bienvenu
2000-02-11 01:31:15 +00:00
fergus%netscape.com
aa2a9bf313
Changes to Localization notes. r=chjung@netscape.com
2000-02-11 01:11:35 +00:00
ducarroz%netscape.com
7f3c6dafae
Fix regression 27194. A=granrose. Check in missing for fix for bug 26966, 26984, 26988. Minor menu changes. R=alecf
2000-02-10 18:04:13 +00:00
rhp%netscape.com
66fcba297a
Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip
2000-02-10 06:48:22 +00:00
ducarroz%netscape.com
0b4f84851d
Fix for bug 26966, 26984, 26988. Minor menu changes. R=alecf
2000-02-10 06:05:57 +00:00
cmanske%netscape.com
95a762e96a
Make Messenger Composer Format menu merge messenger-only items correctly. r=ducarroz
2000-02-10 05:13:32 +00:00
valeski%netscape.com
3e8f9b02da
#define collision. net.h must dies
2000-02-09 06:48:12 +00:00
tbogard%aol.net
840c8350e1
GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur
2000-02-08 13:40:10 +00:00
valeski%netscape.com
f0d04d4e82
r=dougt. 10465. mail news now uses the HTTP handler service for user agent components
2000-02-08 06:24:07 +00:00
alecf%netscape.com
68ebfd4411
attempted fix for mac bustage
2000-02-08 04:36:12 +00:00
sspitzer%netscape.com
72e8a9e317
make it so -chrome <chrome url> does the right thing.
...
r=mscott
2000-02-08 03:12:39 +00:00
ducarroz%netscape.com
774c7525b3
Fix related to bug 10932 and 26344. Need to reset all the event handlers of a dynamically created node after it has been inserted in the DOM. Also do not created a new recipient row when the user press enter after entering a recipient. R=mscott
2000-02-08 02:39:41 +00:00
rhp%netscape.com
8cc87b679d
Max message size warning feature and labeling forwarded messages by subject - Bugs: 26519 5647 - r: jefft
2000-02-08 01:15:54 +00:00
sspitzer%netscape.com
9431eb3736
more changes to get everyone using my arbitrary command line handling.
...
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
rhp%netscape.com
7e781c43ea
This is a fix to add a second - per message FCC to compose operations - Bug #: 11697 - r: jefft
2000-02-07 03:06:51 +00:00
rhp%netscape.com
b15b4bdc38
Small cleanup patch for nsMsgCompUtils.cpp in the work on bug 16398 (format=flowed). - r: rhp (external contribution)
2000-02-06 17:24:40 +00:00
sspitzer%netscape.com
ff5baab1d5
in the immortal words of sfraser: "die, appcores, die".
...
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.
r=alecf
2000-02-06 06:54:52 +00:00
pp%ludusdesign.com
cc01ef5223
Converting ::GetIID() to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-06 03:18:27 +00:00
waterson%netscape.com
f327195c08
Bug 26344. Copy event handler 'by hand', as attribute-based compilation will only occur when an element is in the document. Added grafitti about using cloneNode(), which may be better, modulo bug 26528. r=mscott
2000-02-06 01:36:23 +00:00
rhp%netscape.com
21493e67ba
Fix mail send problems when invalid embedded objects exist in message - Bug #: 24999 - r: ducarroz
2000-02-05 22:31:37 +00:00
alecf%netscape.com
a1871e8caf
oops, missed one
...
this and the last checkin r=sspitzer
2000-02-05 06:08:12 +00:00
alecf%netscape.com
93254194bc
switch from nsAutoCString to nsCAutoString
2000-02-05 06:07:25 +00:00
ducarroz%netscape.com
85a1053a0d
Fix bug 25565 and part of bug 25573. Add separator beetween toolbar buttons and disable the one not yet implemented. R=hangas
2000-02-05 01:15:06 +00:00
ducarroz%netscape.com
5fef87419a
Fix for bugs 12507, 15103, 15105, 22077, 25137, 26408, 10932. A lot of UI work. R=hangas
2000-02-04 22:52:03 +00:00
mscott%netscape.com
b1f1fbcb8d
more prepation for docshell landing. Implement IsPreferred and move implemtation of CanHandlecontent from the
...
application layer into the webshell/docshell layer.
r=travis
2000-02-04 08:45:34 +00:00
valeski%netscape.com
41512e1d6a
URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes
2000-02-03 03:44:22 +00:00
mscott%netscape.com
bf3072d449
Fix for possible build breakage on Mac.
2000-02-03 02:48:43 +00:00
rhp%netscape.com
bdac79a3a7
More AppleDouble work - NOT PART OF THE BUILD
2000-02-03 02:41:27 +00:00
rhp%netscape.com
ca4ccd0859
More AppleDouble work - NOT PART OF THE BUILD
2000-02-03 01:43:52 +00:00
mscott%netscape.com
468e6dddb9
More work on AppleDouble - NOT PART OF THE BUILD!!!
2000-02-03 01:33:40 +00:00
rhp%netscape.com
d4ccc48f97
More AppleDouble work - NOT PART OF THE BUILD
2000-02-03 01:28:07 +00:00
rhp%netscape.com
7bd11dc3ba
More AppleDouble work - NOT PART OF THE BUILD
2000-02-03 01:20:49 +00:00
rhp%netscape.com
b14995169f
More AppleDouble work - NOT PART OF THE BUILD
2000-02-03 00:38:20 +00:00
mscott%netscape.com
a18c53bc26
More work on AppleDouble - NOT PART OF THE BUILD!!!
2000-02-03 00:07:22 +00:00
rhp%netscape.com
6f24bec87f
More work on AppleDouble - NOT PART OF THE BUILD!
2000-02-02 23:55:13 +00:00
rhp%netscape.com
4f86a51f48
Cleaning up files - NOT PART OF THE BUILD
2000-02-02 23:51:16 +00:00
rhp%netscape.com
ef692b824a
More AppleDouble work - NOT PART OF THE BUILD
2000-02-02 22:31:28 +00:00
alecf%netscape.com
81e240d924
cleanup access to the account manager and remove crufty code
...
r=sspitzer
2000-02-02 07:04:12 +00:00
alecf%netscape.com
0038c4cb06
cleanup to use default account rather than depricated GetCurrentIdentity
...
r=sspitzer
2000-02-02 07:03:08 +00:00
alecf%netscape.com
2e43ee3f42
stop using currentIdentity, use the default account instead
...
r=sspitzer
2000-02-02 06:56:16 +00:00
alecf%netscape.com
581d74e950
remove obsolete method so I can remove GetCurrentServer()
...
(test program only, not part of product)
2000-02-02 06:42:59 +00:00
mscott%netscape.com
48fb8d982b
rhp: More AppleDouble work - NOT PART OF THE BUILD!!!
2000-02-02 02:36:36 +00:00
alecf%netscape.com
91ba75e5e2
fix up the messages pref pane so stuff wraps a little nicer
...
r=sspitzer
2000-02-02 02:31:50 +00:00
rhp%netscape.com
cdf1f2534f
More work on AppleDouble - NOT PART OF THE BUILD!!!
2000-02-02 02:24:03 +00:00
alecf%netscape.com
49dee0901a
fix autocomplete so that it completes against the currently selected identity, rather than the 'current' identity (which was bogus anyway)
...
r=ducarroz
2000-02-02 01:54:32 +00:00
rhp%netscape.com
8f99495254
More work on AppleDouble - NOT PART OF THE BUILD!!!
2000-02-02 01:43:25 +00:00
rhp%netscape.com
02238f4bd4
Changes to prepare for AppleDouble support - NO CHANGES ARE PART OF THE BUILD!
2000-02-02 00:08:12 +00:00
rhp%netscape.com
15066adcbf
Fix to add feedback for send operation - Bug 25500 - r: ducarroz
2000-02-01 22:46:38 +00:00
ducarroz%netscape.com
4f851be879
fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a
2000-02-01 01:53:01 +00:00
alecf%netscape.com
b4642f2b98
support multiple smtp servers in the backend, #18184
...
r=mscott
2000-02-01 00:05:02 +00:00
putterman%netscape.com
bb42c1aa32
Fix for 10796. r=jefft and ducarroz. Hook up double clicks on thread pane for drafts and templates.
2000-01-31 22:20:55 +00:00
rhp%netscape.com
e86b70b6c3
Incorrect determination of 8 bit emails - Bug #: 25674 - r: jefft
2000-01-31 05:16:03 +00:00
mscott%netscape.com
4104b09f39
tweaks to make doc loader observer scriptable
...
api synch with nsIURIContentListener
r=travis
2000-01-29 06:12:55 +00:00
cmanske%netscape.com
b2f55fa1cd
Changed IDs for colorpicker popups so they work in message composer. r=danm
2000-01-29 01:00:08 +00:00
alecf%netscape.com
3146e40370
prepare to abolish GetCurrentIdentity
...
(tests only, no reviewer)
2000-01-28 08:16:19 +00:00
ducarroz%netscape.com
d4fa824108
Fix bug 15682. We need to carry an idendity when opening a draft (used when forwarding a message inline) or a template. That let us to open a compose window with the right sender, signature (only forward inline) and format (only forward online). R=jefft
2000-01-28 06:20:44 +00:00
rhp%netscape.com
cb592149e9
Updating work for AppleDouble support - NOT PART OF THE BUILD
2000-01-28 03:36:57 +00:00
bienvenu%netscape.com
c13a9dce89
add nsIMsgWindow to a bunch of apis so we can stop urls, r=putterman
2000-01-28 01:22:33 +00:00
rhp%netscape.com
6ae2ba930a
Adding more Mac specific files to the tree - NOT PART OF THE BUILD
2000-01-27 00:45:31 +00:00
rhp%netscape.com
04d3844e67
Adding new files for AppleDouble support ... NOT PART OF THE BUILD
2000-01-27 00:02:23 +00:00
rhp%netscape.com
ea58383353
Had to convert these from C to CPP - THESE ARE NOT PART OF THE BUILD!
2000-01-26 23:13:23 +00:00
rhp%netscape.com
b25f7c095b
Fix for identifying 7bit ascii emails as 8bit data - Bug #: 20767 - r: bienvenu
2000-01-26 22:55:11 +00:00
alecf%netscape.com
a7308970d4
reduce dependancies
...
r=sspitzer
2000-01-26 08:17:07 +00:00
sfraser%netscape.com
958a7faf27
Remove linkage with the Appcores shared libs (appcores is dead, baby, appcores is dead). r=law
2000-01-26 01:07:24 +00:00
rhp%netscape.com
70170ee19f
Fix for forwarding naming bug - Bug #: 25027 - r: jefft
2000-01-26 00:30:57 +00:00
rhp%netscape.com
eba6bcc409
Adding new files to the tree for AppleDouble support - NOT PART OF THE BUILD YET!
2000-01-25 15:42:32 +00:00
rhp%netscape.com
932f60d4c7
Fixes for several I18N display issues - Bugs #: 3979 23634 2406 24485 - r: jefft
2000-01-25 03:18:36 +00:00
ducarroz%netscape.com
12c821932f
Fix for bug 24628. Smarter decodage of parameters, use pattern [="] and [",] instead on checking only on the quote/doubelquote characters do detect start and end quote in parameters. R=jefft
2000-01-25 03:00:12 +00:00
ducarroz%netscape.com
300c4a9442
Fix for bug 16924,21280. We need to set the focus on a new created row on timer to let a reflow really create the new node. R=alecf
2000-01-25 02:58:53 +00:00
brade%netscape.com
6876c72bd2
separate debug options out of EditorCommands.js (r=kin)
2000-01-24 15:31:39 +00:00
brade%netscape.com
3abf64ebc9
remove unused function (r=kin)
2000-01-24 15:29:39 +00:00
alecf%netscape.com
491ace149c
fix linux bustage
2000-01-22 02:22:09 +00:00
ducarroz%netscape.com
0445db254a
Bug 24705. OpenComposeWindowWithURI must not escape parameters before calling OpenComposeWindowWithValues since fix for bug 24301. R=ssptizer,jefft A=brendan@mozilla.org,jar,chofmann
2000-01-22 01:02:01 +00:00
ducarroz%netscape.com
f79f21f4f9
Bug 24301. OpenComposeWindowWithValues now pass value through a nsIMsgCompFields object instead of passing them directly as argument. R=mscott,bienvenu A=chofmann
2000-01-21 15:08:55 +00:00
rhp%netscape.com
4cd3e6ffe6
Fix for multiple replacement of HTML entities - Bug #: 23904 - r: jefft
2000-01-17 23:24:04 +00:00
sford3%swbell.net
b2c319eae7
Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
2000-01-17 22:32:13 +00:00
mscott%netscape.com
a770fdf7e5
loading a uri takes the channel instead of the uri. The caller
...
must create the channel before call openuri.
r=rpotts.
2000-01-17 19:56:31 +00:00
hyatt%netscape.com
4e0aea2028
Added support for snapping a tree widget to a certain row height. r=pavlov
2000-01-17 03:57:00 +00:00
sspitzer%netscape.com
a8927fd2e9
step 2 of divorce the mailnews migration code from the account manager
2000-01-15 09:00:46 +00:00
ducarroz%netscape.com
0aeaa0cd52
Fix for bug 23109 & 23331. Call new api msgCompose.AttachmentPrettyName to convert an attachment url to something nicer to display in the attachment pane. R=jefft
2000-01-15 01:38:34 +00:00
ducarroz%netscape.com
ab37d7012d
Rewrite fix for bug 23111. Now use new API for retreiving file system character set. R=nhotta
2000-01-15 01:33:23 +00:00
ducarroz%netscape.com
8b94105da6
Fix for bug 23109, 23331. Attachment file names are now converted to file system character set and we display only the file name in case of a file url. R=jefft
2000-01-15 01:33:18 +00:00
alecf%netscape.com
161c147ab1
back me out
2000-01-14 22:53:46 +00:00
sspitzer%netscape.com
d8a5c41c93
backing out andreas and warren
2000-01-14 22:01:56 +00:00
alecf%netscape.com
86cb57485e
fix usages of getprehost so that we can send mail
...
a=granrose
2000-01-14 20:20:04 +00:00
warren%netscape.com
ea798addcb
Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren
2000-01-14 08:50:03 +00:00
chuang%netscape.com
69cc1d4e10
fix bug5476 Preference radio buttons are not initialized, r=ducarroz
2000-01-13 04:31:02 +00:00
rhp%netscape.com
b5a5457f98
Fix for controlling FCC operation - Bug #18919 - r: jefft
2000-01-13 02:20:28 +00:00
alecf%netscape.com
5eb41ebeaf
increment i every time we go through the loop to avoid an infinite loop
...
r=sspitzer
fixes #17833
2000-01-12 08:50:42 +00:00
sspitzer%netscape.com
0089326454
don't hardcode this alert, move it to a string bundle.
2000-01-12 08:04:07 +00:00
jdunn%netscape.com
370313154b
Fix slamm's warnings of shadowing previous variables.
...
r= rhp@netscape.com
r= warren@netscape.com
r= rpotts@netscape.com
2000-01-12 00:54:10 +00:00
ducarroz%netscape.com
609762887c
Fix for bug 23490. nsMsgDatabase::RowCellColumnToCharPtr should not return an error when a cell is empty but an empty string. Also add default subject when user doesn't specify one. R=bienvenu
2000-01-11 22:41:36 +00:00
mscott%netscape.com
1613b35d89
Bug #23351 --> patch from bns_robson@hotmail.com to fix
...
problem where we weren't pausing for more data if the server hadn't sent
the response back.
r=mscott
2000-01-11 21:06:36 +00:00
rhp%netscape.com
d027771e9c
Fix for invalid multipart message creation - Bug #: 19223 - r: mscott
2000-01-11 15:41:21 +00:00
sspitzer%netscape.com
9ca75194ad
fix for bug #23457 . when we create a new account, set the copies and folders prefs for the associated identity to the right defaults.
...
added to the nsIMsgProtocolInfo interface defaultCopiesAndFoldersPrefsToServer,
which we use to see for a given server type, do the defaults live on the server
or not (where not would mean "Local Folders").
fix the getFoldersWithFlag method in the nsIMsgFolder interface so it
would be easier to use in JS.
r=alecf
2000-01-11 08:01:37 +00:00
jdunn%netscape.com
cb0c532e85
Fix base class specifiers, since be default if they aren't specified it is Private
...
# 23237
r= warren@netscape.com , ftang@netscape.com , jband@netscape.com
2000-01-11 01:45:34 +00:00
nhotta%netscape.com
803f935959
Apply unicode conversion to the file name to attach, bug 23111, r=cata.
2000-01-11 01:22:33 +00:00
pinkerton%netscape.com
dc2bec46d9
reverting html->text api.
2000-01-10 23:05:16 +00:00
sspitzer%netscape.com
2ec51e08fd
check in benb's (mozilla@bucksch.org) fixes for bug #23330
...
don't convert emoticons to gifs when sending a html message.
I also took the liberty of removing the dead code from nsMsgSendPart.cpp
r=sspitzer
2000-01-10 22:51:01 +00:00
mscott%netscape.com
268927d21c
Use the URILoader to load attachment urls when sending a reply to a message with attachments. this allows us to use the
...
stream converter logic in the uri loader.
r=rhp
2000-01-10 20:59:10 +00:00
hyatt%netscape.com
9d3f017abd
Getting the addressing tree out of a div.
2000-01-10 07:37:39 +00:00
mscott%netscape.com
b0437cf343
performance tweak --> header parser is supposed to be a service not a component.
...
r=bienvenu
2000-01-10 01:21:18 +00:00
mscott%netscape.com
87f8d0fad3
performance tweak --> header parser is supposed to be a service not a component.
...
r=ducarroz
2000-01-09 21:59:36 +00:00
mscott%netscape.com
4e84d5a487
performance tweak --> header parser is supposed to be a service not a component.
...
r=bienvenu.
2000-01-09 21:57:21 +00:00
alecf%netscape.com
481bba988b
final stage of XPIDLizing nsIMsgHdr
2000-01-08 09:55:37 +00:00
sspitzer%netscape.com
04b2970827
back out that last checkin. it makes no sense, as it's wrapped in an #ifdef.
2000-01-08 08:03:23 +00:00
sspitzer%netscape.com
99d803240f
*** empty log message ***
2000-01-08 07:56:42 +00:00
rpotts%netscape.com
023f2ff6e1
Made contentType a read/write attribute of nsIChannel
2000-01-08 06:26:04 +00:00
alecf%netscape.com
92363f5226
clean up compose test dependancies (not part of product)
2000-01-08 03:41:55 +00:00
alecf%netscape.com
a7d0665e5d
minor mailsession dependancy cleanup
2000-01-08 03:40:28 +00:00
pinkerton%netscape.com
cae2c15f23
Added a new param to the HTML->Text sink stream to take the charset so that we can convert to plain text with the correct charset for the platform. Enhanced the XIFFormatConverter to take advantage of this, fixing bug 21414. r=akkana, nhotta.
2000-01-08 01:48:39 +00:00
alecf%netscape.com
bf21864da7
update mail pref panes to match the new prefwindow landing
2000-01-07 07:09:12 +00:00
sspitzer%netscape.com
b21a2e9a14
fix #21978 . two changes: "Local Mail" is now "Local Folders"
...
and make it so the user *always* has a Local Folders account.
r=alecf
2000-01-07 06:09:47 +00:00
ducarroz%netscape.com
63c6af03cc
Fix for bug 22055. We need to extract the message ID and the reference of the original message in order to build the new reference. R=bienvenu
2000-01-07 00:51:00 +00:00
jefft%netscape.com
9c94867543
fixed bug 23133, 23136 - Send Link & Page not escaping page url and not generating href tag; r=ducarroz
2000-01-06 23:35:57 +00:00
nhotta%netscape.com
6bd413e421
Changed to scan for HTML before converting from unicode to mail charset, bug 22315, r=rhp.
2000-01-06 19:48:45 +00:00
mscott%netscape.com
134f73a40c
DisplayMessage now takes in the nsIMsgWindow
...
r=bienvenu
2000-01-06 00:47:58 +00:00
rhp%netscape.com
4873a6af57
Fix for incorrect signature HTML - Bug #23011 - r: jefft
2000-01-05 15:08:32 +00:00
rhp%netscape.com
6692cc345b
Fix for incorrect signature HTML - Bug #23011 - r: jefft
2000-01-05 14:43:38 +00:00
alecf%netscape.com
69bfd0011e
pass 2 off XPIDLizing nsIMsgHdr - clean up IDL to use attributes where appropriate, and fix up API calls where necessary ( #7808 )
2000-01-05 02:02:50 +00:00
ducarroz%netscape.com
a0b02a38d4
Fix for bug 21025. Need to unescape the attachment url before putting it in the attachment pane. R=jefft
2000-01-05 00:20:34 +00:00
rhp%netscape.com
6b06ca840c
Fix for incorrect charset on Draft messages - Bug #: 22508 - r: nhotta
2000-01-04 23:22:51 +00:00
sspitzer%netscape.com
bd8d501c35
fix for #21457 .
...
if the user has foo@bar.com as there smtp user name
(either from migration or from the account wizard)
send only foo as the username to the smtp server
r=mozilla@bucksch.org
1999-12-29 22:47:09 +00:00
sspitzer%netscape.com
53eb29235b
second half of the fix for #22791 .
...
dawn is right again, we need to change the order of the options
because if the user had "forward as quoted", we want it to look like
"forward as attachment", because "forward as quoted" is obsolete.
The back end will behave like "forward as attachment", and this makes it
so the front end will too.
1999-12-29 18:26:50 +00:00
sspitzer%netscape.com
de0253b5ff
fix warning.
1999-12-29 00:14:35 +00:00
rhp%netscape.com
d637f1f3c9
This is part of fix for sending >72 character length lines - Bug #22465
1999-12-25 21:51:45 +00:00
sspitzer%netscape.com
1b413ccaef
fix for #18751 . now, if the user has a newsgroup selected in the folder pane,
...
and they hit new message, it comes up prepopulated to post to that group
on that host.
1999-12-24 10:54:52 +00:00
ducarroz%netscape.com
cd0826108e
Fix for bug 22420. Change capitalization. R=nicole
1999-12-23 23:37:00 +00:00