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

992 Коммитов

Автор SHA1 Сообщение Дата
hangas%netscape.com 2819886968 new ui. r=pavlov,german,hyatt 1999-10-26 00:39:19 +00:00
nhotta%netscape.com 84c2c3099a Changed unicode conversion for mail send.
Added a fallback for unmapped characters, moved entity conversion after the unicode conversion as the fallback, avoided to convert twice for text/html case, part of bug fix 15475, r=rhp.
1999-10-25 23:21:30 +00:00
rhp%netscape.com ee30af65dc Fix for extra conversion - r: nhotta 1999-10-25 22:13:39 +00:00
jefft%netscape.com 3cea5fb49b fixed bug 17179 -- [dogfood] [BLOCKER] Sending a message does not work; escape the recipient list fixes the problem; r=mscott, a=granrose 1999-10-25 20:17:01 +00:00
rhp%netscape.com a756d5ec16 Fix for composition quoting and cleanup for dogfood - Bug# 16703 16907 7518 - r: bienvenu 1999-10-25 19:04:56 +00:00
ducarroz%netscape.com 5db19c6ffc Bug 14258, implement Send Page. R=alecf 1999-10-23 04:50:20 +00:00
sspitzer%netscape.com 72a2a7f520 changes for correctness and to make the pref ui look better. 1999-10-22 23:27:43 +00:00
sspitzer%netscape.com 692e320ad5 make the xul look pretty by using html fieldsets and legends.
fix #17078:  fix the xul so that pref-messages.xul stops asserting like mad or crashing.
1999-10-22 23:25:18 +00:00
jefft%netscape.com 90daf4537a fixed bug 11892 - [dogfood] When Name or Address of a recipient includes 8-bit characters address is incorrectly formed; not quoting name part of an email address; calling GetPath() instead of GetFileName() for all recipients; r=rhp, mscott 1999-10-22 21:00:07 +00:00
bienvenu%netscape.com 80c5820200 fix msg compose and send mem leaks, ipw, and mismatched delete r=mscott 1999-10-21 20:35:26 +00:00
bienvenu%netscape.com 265d5ade2f fix rdf resource value leaks r=jefft 1999-10-20 21:12:00 +00:00
sspitzer%netscape.com 32b5de1aa4 part of fix for #15235. get send later to work again. r=alecf 1999-10-19 01:23:54 +00:00
ducarroz%netscape.com 14154d88b4 Fix for bug 15313 & 15536. .txt files are now interpreted as XML document. Therefore we need to load a .html file even if it content is purely plain text. R=rhp 1999-10-18 22:38:54 +00:00
law%netscape.com a5c96c49ec Bug #14999; stop using toolkit app core; r=ducarroz@netscape.com 1999-10-18 21:29:54 +00:00
sspitzer%netscape.com e6ebb5bcb0 fix warnings. following alecf's recommendations, remove the FindServerUsingURI() method from the nsIMsgAccountManager, remove CreateFolderInDatasource() from nsIMsgFolder, change several methods in nsMsgCopy to return nsresult, and have nsIMsgFolder ** as an outparam, use GetResource() instead of CreateFolderInDatasource(). use NS_SUCCEEDED() instead of comparing against NS_OK directly. 1999-10-18 20:42:06 +00:00
hyatt%netscape.com 91b6e1598b Fix for 16479. r=waterson 1999-10-15 07:54:43 +00:00
sspitzer%netscape.com 5e487ce217 fix possible solaris bustage by including the nsIFoo.h files when we have nsCOMPtr<nsIFoo> foo; 1999-10-15 05:10:28 +00:00
sspitzer%netscape.com d7ae78ef12 more fixes to get copies and sent folder prefs to work right.
now, mailbox:// urls work.
change the logic of LocateMessageFolder() to be:

if (the target folder is not "anyfolder://") then {
	find the folder and return it if your find it.
	if you can't find it, create it in the datasource and return the folder.  see bug #14591
}
else {
	look for the default folder in any server associated with the current identity.
	if you find it, return it.
}
1999-10-15 05:03:03 +00:00
sspitzer%netscape.com 34170bd943 whoops, forgot this wee bit of JS. 1999-10-13 05:14:16 +00:00
sspitzer%netscape.com 9239c64d46 fix for #16264, r=mscott. migrate prefs (if we need to) when compose is opened.
also, if we have no identities, launch the account wizard so the user can create
 one.  also, cache the nsIMsgMailSession, we don't need to go through Components
[] and do a getService each time.
1999-10-13 05:09:14 +00:00
sspitzer%netscape.com 811f8cad4c 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 5dfcaf7f85 removed files: mozilla/mailnews/compose/src/nsMsgI18N.cpp 1999-10-12 05:24:48 +00:00
jefft%netscape.com 1c79e1ef93 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 088aad5178 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 e22cea19d5 land nsIModule for mail compose 1999-10-12 00:34:06 +00:00
mscott%netscape.com b3d7cb9ca3 support nsIStreamObserver to get rid of an assert in necko.
r=sspitzer
1999-10-12 00:13:45 +00:00
dveditz%netscape.com 2b60c91417 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 6a1d81c554 fix mac-specific bustage 1999-10-08 01:11:13 +00:00
tao%netscape.com 3fedc0502b Move da-DK files to l10n/lang; r=leaf 1999-10-08 01:06:56 +00:00
alecf%netscape.com 6723786267 fix windows bustage 1999-10-08 01:01:56 +00:00
tao%netscape.com 567a311790 Move localized resource files to mozilla/l10n/lang. 1999-10-07 23:59:32 +00:00
alecf%netscape.com 1271723969 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 42f3894089 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 d4f45caf5a 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 0b7079d523 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 d4fc4370bd Fix for my screw up...sorry about this. 1999-10-05 22:15:43 +00:00
rhp%netscape.com 0b18ce0ebf Fix for #14120 - Reviewer - bienvenu 1999-10-05 21:17:17 +00:00
alecf%netscape.com b287f9fe95 add new findServer() method and javadoc comments
r=sspitzer
#15140
1999-10-05 03:29:42 +00:00
alecf%netscape.com e0601f74df 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 cef1487a73 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 ec4ccbfbd5 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 b547c2ffb0 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 9e75934ef0 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 0e80b6bd9a Fix bug 5393 Controls should be enclosed with <LABEL></LABEL>, r=putterman 1999-10-01 04:11:36 +00:00
beard%netscape.com 4cc9499736 remove htmlparser from static linkage. r=vidur 1999-10-01 00:43:54 +00:00
vidur%netscape.com 60739c3c3d Removed parser static linkage. 1999-09-30 22:23:21 +00:00
jefft%netscape.com 987b1259ec implemented forward messages as attachments & inline; a=mcafee 1999-09-29 20:43:50 +00:00
hangas%netscape.com 1912085efc 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 707a7c995a 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 41e3079295 Bug 14877 -- lib/xp removal; removed unneeded files. r sdagley, a chofmann. 1999-09-26 00:41:31 +00:00