Commit Graph

1103 Commits

Author SHA1 Message Date
rhp%netscape.com
60883fdbbd Changes for mangled attachments - Bug #20956 - r: valeski 1999-12-07 22:17:41 +00:00
Jerry.Kirk%Nexwarecorp.com
19f6713e3f Added $(TK_LIBS) to EXTRA_LIBS for Neutrino because Timers require the
photon native library to be linked in to work properly.
r=rhp
1999-12-07 12:57:31 +00:00
jdunn%netscape.com
1fa56e3ef1 alecf's checkon on 12/2 (test.cpp) started use of accountmanager which requires
libmsgbaseutil so we need to link it in

r= alecf
1999-12-06 22:04:24 +00:00
ducarroz%netscape.com
9f1bbf86f0 Fix for bug 20922. OnAutocComplete and AutoComplete now must start with a lower case. R=hangas 1999-12-06 20:10:05 +00:00
rhp%netscape.com
5c1d1ddd4b Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:53:29 +00:00
hyatt%netscape.com
867ee6882f Making messengercompose compliant. 1999-12-05 09:10:47 +00:00
drapeau%eng.sun.com
d83eeec4b4 Fix for minor bug that prevents the module "geturl.cpp" from compiling
with Sun's Workshop compiler.  The error reported by Workshop:
  "nsURLFetcher.h", line 92: Error: Declaration terminated incorrectly.

This is due to a line with only a semicolon on it, looks to be a typo
(extra semicolon).
1999-12-04 23:36:01 +00:00
warren%netscape.com
6af4802e75 Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408 1999-12-04 10:01:32 +00:00
cmanske%netscape.com
23307c31dd XUL changes for messengercompose to keep in line with UI changes made to editor. r=brade 1999-12-04 01:35:30 +00:00
sspitzer%netscape.com
91d20aadc4 fix for #17402, stationary -> stationery.
r=alecf

major fixes for the new folder / rename folder / subscribe dialogs.
we no longer use an html select for the folder picker.
now we use cascading menu popups, like the copy and move menus.
this fixes a lot of bugs, and allows pre-flighting to finally work.

our folder data source has some new properies:
CanFileMessages, CanSubscribe, CanRename, and CanCreateSubfolders
we use these to determine what cascading menu to build, what to disable, etc.

also, nsMessenger::NewFolder() and nsMessenger::RenameFolder() were changes to
take a nsIRDFResource instead of a nsIDOMXULElement.  Before we were
passing through to the back end the selected xul element, now we pass
the resource in.

other cool side effects:
in the copy & move menus, you don't get the choice to file or copy to a server, on folders
in the rename dialog, you can't pick a server, on a folder
in the new folder dialog, you can't pick the imap inbox. (* more needs to be done here.)

bugs fixed: #14773, #14254, #20599, #20646
r=alecf

a couple bullet proofing fixes to prevent some crashes reported on fullcircle
r=bienvenu
1999-12-03 08:10:09 +00:00
ducarroz%netscape.com
9975a03aae Fix for bug 20554. As tree cells are now boxes, We need to set/get the value attribute instead of creating a text node under it. R=putterman 1999-12-03 00:12:23 +00:00
sspitzer%netscape.com
c9d61e76cb fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs 1999-12-02 22:34:19 +00:00
alecf%netscape.com
df62407466 mail architecture cleanup (no bug - emptying my tree before next week's closure)
- get rid of GetAccountManager call (it's now a service)
- move hacks GetCurrentIdentity and GetCurrentServer into the account manager for now
- eliminate these calls from nsMsgMailSession
- update all call sites (C++ and JS)
r=mscott
1999-12-02 06:59:28 +00:00
alecf%netscape.com
253646d732 add sendlater to unix build (test only, no review) 1999-12-02 06:32:36 +00:00
alecf%netscape.com
3f78cb44bb update to use accountmanager as a service (test only, no review) 1999-12-02 06:31:47 +00:00
alecf%netscape.com
fc7b9e3eed add geturl and sendpage tests to unix build (test only, no review) 1999-12-02 06:29:27 +00:00
alecf%netscape.com
1b06444bd1 update this test (test only, no review)
use accountmanager as a service now
1999-12-02 06:28:42 +00:00
alecf%netscape.com
152bcfadc0 fix makefile so this test builds on unix 1999-12-02 06:27:00 +00:00
alecf%netscape.com
7fdf4380f9 add compose2 to the unix build (test only, no review) 1999-12-02 06:25:06 +00:00
alecf%netscape.com
c9b2a19129 port this to unix so I stop breaking the tree
test only, no review necessary
1999-12-02 06:24:07 +00:00
alecf%netscape.com
560a14a5da fix for #20405 - change Organization, Identity Name and FullName to be unicode, using new unicode prefs
r=rhp
1999-12-02 03:11:52 +00:00
ducarroz%netscape.com
e399189e0e Fix for bug 20219. Use spring instead of flex to separate a label from its text field. R=sspitzer 1999-12-02 02:17:50 +00:00
ducarroz%netscape.com
23a28a4221 Fix column width problem in MsgCompose addressing widget. This is related to bug 20506. R=sspitzer. 1999-12-02 01:11:16 +00:00
ducarroz%netscape.com
a850f2549e Fix build bustage. Casting missing! 1999-12-02 00:04:26 +00:00
ducarroz%netscape.com
add6efd7e0 Fix for bug 16340. Add button Insert Object in MsgCompose Format Toolbar. R=cmanske 1999-12-01 22:54:48 +00:00
ducarroz%netscape.com
f43c28181f Part of fix for bug 17771. Add class nsIMsgRecipientArray. R=jefft 1999-12-01 22:34:49 +00:00
ducarroz%netscape.com
4121bdcf42 Fix for bug 17771. Add a split addresses function in nsIMsgCompFields to let the UI use backend code to split correctly email addresses. R=jefft 1999-12-01 22:34:45 +00:00
ducarroz%netscape.com
6927e70354 Rename shadow variable. R=jefft 1999-12-01 22:33:55 +00:00
cmanske%netscape.com
ff701d1190 Changed Message Composer UI for new color picker UI. r=sfraser 1999-12-01 22:19:56 +00:00
sspitzer%netscape.com
30cf4f4ab7 fix for #20506. this makes the addressing text area big as wide as possible, which is what we want. 1999-12-01 22:14:09 +00:00
rhp%netscape.com
37a95b7bc6 Fixes for mime rendering problems - mail send problems - Bug #: 19529 18714 20281 20343 19064 - r: putterman 1999-11-30 22:16:11 +00:00
rhp%netscape.com
895b2b7d43 Fixes for mime rendering problems - mail send problems - Bug #: 19529 18714 20281 20343 19064 - r: putterman 1999-11-30 22:00:15 +00:00
warren%netscape.com
2db26922a6 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
sspitzer%netscape.com
52b076e7d8 pass up error values upon failure. we were hitting these failures on
bug #18620, and doing this is correct, and it will help us find similar problems
sooner in the future.
1999-11-30 00:52:32 +00:00
dougt%netscape.com
f66be6c30c fix for 18078. r=mstoltz,warren 1999-11-30 00:32:43 +00:00
sspitzer%netscape.com
6a51426194 fixed by ducarroz. r=sspitzer 1999-11-29 22:28:40 +00:00
hangas%netscape.com
be1b60400d Fix for 18018, mail prefs messed up. r=davidm 1999-11-29 21:38:32 +00:00
sspitzer%netscape.com
d4e455355d remove workaround for #14312, it is no longer needed. 1999-11-29 20:41:23 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
ducarroz%netscape.com
69082b000c First Checked In. 1999-11-24 23:01:13 +00:00
akkana%netscape.com
e8544d1c6c 19610: Change InsertAsQuotation API to return inserted node r=rhp 1999-11-24 20:48:59 +00:00
akkana%netscape.com
3d03085c9e 11818: Rename the special XUL key from "command" to "xulkey" so it won't
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
ducarroz%netscape.com
0cb8fd0e35 We should display a correct error message when the send operation faild. R=mscott 1999-11-23 21:48:21 +00:00
ducarroz%netscape.com
dfbb498633 Fix for bug 19404. We need to return an error code when the SMTP server name is missing. R=mscott 1999-11-22 23:48:42 +00:00
mscott%netscape.com
4e7a8a8b85 Bug #1966 --> properly ref count the url listeners for send and post
this means never calling delete directly on the objects like
we were before. A nsCAutoString tweak...
r=rhp
1999-11-22 23:33:24 +00:00
jefft%netscape.com
8efa7d5934 fixed bug 8889 - cannot post messages with attachments to the news server; rv=mscott; Added base PostMessage() method to remove duplicate code in smtp and nntp protocol 1999-11-22 14:41:20 +00:00
rhp%netscape.com
74d7368d51 Changes for using nsSpecialSystemDirectory directory - Bug #18021 - r: jefft 1999-11-20 03:14:13 +00:00
kin%netscape.com
4b46fee457 Fix for bug #19371: [DOGFOOD][REGRESSION] entering text and hitting
return in new message crashes app
Modified nsMsgCompose::ConvertAndLoadComposeWindow() to make sure
aBuf was valid before using it with an editor method.
a=sfraser@netscape.com a=leaf@mozilla.org
1999-11-19 21:39:23 +00:00
rhp%netscape.com
670fddebdf Change for I18N quoting bugs - Bug #: 19164 - r: jefft 1999-11-19 03:27:03 +00:00
ducarroz%netscape.com
d964874e77 Fix for bug 18974 & bug 15238. We need to use the default identity when no identity is specified. r=alecf 1999-11-18 21:57:06 +00:00