Commit Graph

972 Commits

Author SHA1 Message Date
sspitzer%netscape.com
8227e7bda9 fix for bug #14591, r=mscott.
handle the case where we migrate from 4.x and our sent folder is on the imap server.
but, since we haven't logged into the imap server yet, our folders are undiscovered.

other related fixes:
1) make it so on failure to fcc, save to draft, save to template, send later the message shows up.
2) clean up the error message strings
3) fix how we determine if an URI points to a local folder. (all we need to do is look at the scheme and see if it is "mailbox:"
4) remove a stale comment.
1999-10-13 04:12:06 +00:00
jefft%netscape.com
79215ef75c removed files: mozilla/mailnews/compose/src/nsMsgI18N.cpp 1999-10-12 05:24:48 +00:00
jefft%netscape.com
57a2c2ac1e fixed bug 15676 - Display problem in Subject header with non-ascii when Forwarding; decode the subject string based on character prior setting it to nsMsgComposeFields; move nsMsgI18N.h, nsMsgI18N.cpp from compose/src to base/util; r=rhp, nhotta 1999-10-12 05:18:27 +00:00
alecf%netscape.com
c28c70ac9d finish landing nsIModule for compose
this and my last checkin r=sspizter
no bug, porkjockey work
1999-10-12 00:37:39 +00:00
alecf%netscape.com
c4386d0670 land nsIModule for mail compose 1999-10-12 00:34:06 +00:00
mscott%netscape.com
c73e972de5 support nsIStreamObserver to get rid of an assert in necko.
r=sspitzer
1999-10-12 00:13:45 +00:00
dveditz%netscape.com
ff01d5e8f4 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
alecf%netscape.com
5b47fd0c51 fix mac-specific bustage 1999-10-08 01:11:13 +00:00
tao%netscape.com
dfc5dc1b02 Move da-DK files to l10n/lang; r=leaf 1999-10-08 01:06:56 +00:00
alecf%netscape.com
29c49355c0 fix windows bustage 1999-10-08 01:01:56 +00:00
tao%netscape.com
452378ee8a Move localized resource files to mozilla/l10n/lang. 1999-10-07 23:59:32 +00:00
alecf%netscape.com
447430b21a exorcise xp.h from compose header files, in preparation for nsIModule landing
r=sspitzer
1999-10-07 23:55:42 +00:00
jefft%netscape.com
33672e6f76 fixed bug 10801 -- [Featuure] Save Messages, bug 14794 - message sent from unsent folder display as raw message; we need to pay attention to where we want to save the message as template, if the message goes to the local mail folder we have to add the dummy envelope header plus the x mozilla status lines; when sending unsent messages we need to set from/sender information to pass the sanity check at the send time; reviewed by rhp 1999-10-07 14:27:11 +00:00
warren%netscape.com
8603974025 Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski) 1999-10-06 08:26:01 +00:00
ducarroz%netscape.com
597d3a160c related to bug 14561, fix some other case where we didn't bring back errors while sending message. R=rhp 1999-10-05 23:48:40 +00:00
rhp%netscape.com
ffaae7a7ee Fix for my screw up...sorry about this. 1999-10-05 22:15:43 +00:00
rhp%netscape.com
6de12fbdda Fix for #14120 - Reviewer - bienvenu 1999-10-05 21:17:17 +00:00
alecf%netscape.com
19252b3d04 add new findServer() method and javadoc comments
r=sspitzer
#15140
1999-10-05 03:29:42 +00:00
alecf%netscape.com
561a1fbd52 Combined checkin:
- convert Compose enums to IDL #13261
- exorcise net.h from compose and mime
r=ducarroz and rhp on both
1999-10-04 23:50:56 +00:00
ducarroz%netscape.com
88a9f70faa Fix for bug 14561, Already checked in the M10 BRANCH. Error must have negative value. A=choffman, R=mscott 1999-10-04 23:43:57 +00:00
mscott%netscape.com
667277fd3a Bug #000...trivial fix so no bug # filed. Fix a leak of nsIURI by using nsCOMPtr.
r=bienvenu.
1999-10-04 00:25:12 +00:00
beard%netscape.com
9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
hyatt%netscape.com
0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
chuang%netscape.com
945748e712 Fix bug 5393 Controls should be enclosed with <LABEL></LABEL>, r=putterman 1999-10-01 04:11:36 +00:00
beard%netscape.com
680752dbde remove htmlparser from static linkage. r=vidur 1999-10-01 00:43:54 +00:00
vidur%netscape.com
6c78aabdfe Removed parser static linkage. 1999-09-30 22:23:21 +00:00
jefft%netscape.com
0d7587bd28 implemented forward messages as attachments & inline; a=mcafee 1999-09-29 20:43:50 +00:00
hangas%netscape.com
940bc92a57 Added ability to hide and show toolbars and taskbar to all mail windows. Added accesskeys to a number of menu items and fixed menus across product. Moved broadcaster elements to top of xul files to give command keys a chance to work. a=chofmann 1999-09-29 04:29:20 +00:00
hangas%netscape.com
9f3eef8646 New menu items now match the spec for navigator, mail, address book, and mail compose. Fixed navigator quit menu item to use global overlay. a=chofmann 1999-09-27 20:56:35 +00:00
sfraser%netscape.com
50971ff0c1 Bug 14877 -- lib/xp removal; removed unneeded files. r sdagley, a chofmann. 1999-09-26 00:41:31 +00:00
putterman%netscape.com
c4b0f833e6 Fix for bugs 14786 and 13727. Fix leaking nsIServiceManager and datasources. Approved by chofmann
and reviewed by alecf.
1999-09-24 21:59:45 +00:00
alecf%netscape.com
d9026972d8 fix for #14639 r=sspitzer 1999-09-23 18:43:08 +00:00
mscott%netscape.com
792c580b73 Bug #14072 --> throw up a dialog if the user tries to send a message
without providing a host name (i.e. they haven't set up there prefs right)
1999-09-22 08:25:58 +00:00
mscott%netscape.com
7654726da5 If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...

In order to do this, we need to get rid of the enum for the string ids. This also makes things more robust
as we must now explicitly list the id for each string id instead of using the enum to do it for us. It was easy
to get out of step with the properties file when the enum was used.
1999-09-22 08:09:25 +00:00
mscott%netscape.com
107403ab6c If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...
1999-09-22 08:07:52 +00:00
ducarroz%netscape.com
d9d2c0b3de need to support invalid URL as well URL without "http://", fix for bug 14376 1999-09-22 07:20:49 +00:00
alecf%netscape.com
ff9f72ac79 hook up drafts/templates/fcc to identities 1999-09-22 07:03:27 +00:00
ducarroz%netscape.com
5945054fc3 need to suppot bad URL or url without "http://", fix for bug 14376 1999-09-22 06:45:09 +00:00
alecf%netscape.com
ad97c5b356 fix GetPassword() bustage 1999-09-22 03:40:07 +00:00
ducarroz%netscape.com
f79d5ccd56 fix spelling error 1999-09-22 03:13:18 +00:00
ducarroz%netscape.com
d49b2fc2bd Add back an menu item to delete attachment 1999-09-22 03:12:48 +00:00
ducarroz%netscape.com
4d0f85b699 Add back menu item Remove Selected Attachment as delete key doesn't work on windows tree widget. The Danish label must be converted from "Remove Last Attachment" to "Remove Selected Attachment" 1999-09-22 02:58:40 +00:00
mscott%netscape.com
772c54ebe2 Add smtp status strings. 1999-09-22 02:29:41 +00:00
mscott%netscape.com
b575970341 Add some basic status messages for sending a message. 1999-09-22 02:28:36 +00:00
mscott%netscape.com
6df3f0f233 Add smtp server warning strings. 1999-09-22 02:19:00 +00:00
alecf%netscape.com
53b71ad82c eliminate unnecessary cast 1999-09-22 02:01:03 +00:00
ducarroz%netscape.com
2b3bed869d Add vertical separator in toolbar, bug 14272 1999-09-22 01:53:37 +00:00
ducarroz%netscape.com
fa82fdf0e7 Fix problem with autocomplete, bug 14281 1999-09-22 01:37:43 +00:00
ducarroz%netscape.com
5effb84d8e Add new Attachment UI, bug 11116 1999-09-22 00:49:26 +00:00
mscott%netscape.com
9eceb52121 Bug #14500 --> allow user to send a message if they don't have a user name and aren't using authenticated smtp.
add a ptr for command status
1999-09-22 00:42:34 +00:00