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

5822 Коммитов

Автор SHA1 Сообщение Дата
jefft%netscape.com fd7fb0815a remove the size limit for downloading Pop3 message; bug 16338; r=bienvenu 1999-10-15 21:02:27 +00:00
bienvenu%netscape.com 1a1ad4902e fix crash reading messages with new profiles 1999-10-15 16:09:49 +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
bienvenu%netscape.com 941c09f2f1 more of addrbook memory leak fixes r=mscott 1999-10-15 03:50:21 +00:00
rhp%netscape.com acfd505aa6 Fix for email names with embedded &'s - Bug #16383 r=jefft 1999-10-15 03:27:33 +00:00
sspitzer%netscape.com 3c3e3abba8 more fixes to the 4.x uri -> 5.0 uri (copies and folders) code, for windows and mac.
#14951.  r=mscott
1999-10-15 00:50:34 +00:00
bienvenu%netscape.com e381578d43 fix memory leaks opening and closing dbs r=mscott 1999-10-15 00:11:58 +00:00
nhotta%netscape.com d18ff62a0f Additional fallback for not charset labeled input, bug=15766, r=rhp 1999-10-15 00:08:42 +00:00
norris%netscape.com aefb83887f Fix bug 16303. r=alecf@netscape.com 1999-10-14 23:45:40 +00:00
hyatt%netscape.com b2564031fe Landing re-architected command dispatcher. r=hangas(XUL/JS), saari(C++) 1999-10-14 10:58:25 +00:00
alecf%netscape.com 45c8f769cc fix for #16303 - work around DOM security by specifying absolute chrome URLs
patch from norris, r=alecf
1999-10-14 07:07:43 +00:00
jefft%netscape.com a6f0d92e0f enable message move/copy {File Here} menu item; bug 13880, r= hangas 1999-10-14 02:20:02 +00:00
rhp%netscape.com 51c2886707 Fix for attachment count - bug #16076 - reviewer: jefft 1999-10-14 02:05:20 +00:00
bienvenu%netscape.com 8b47e8df4a real fix for build bustage 1999-10-14 01:02:23 +00:00
don%netscape.com 73340fc0a7 Fixed build bustage. 1999-10-14 00:39:45 +00:00
bienvenu%netscape.com f53ba46251 add close method to datasources, r=mscott, no bug, but fixes some shutdown memory leaks 1999-10-13 23:55:57 +00:00
gagan%netscape.com 7f425f1145 Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren 1999-10-13 10:24:12 +00:00
alecf%netscape.com c6eef943a5 nsIModule-ize addressbook
r=sspizer
no bug
1999-10-13 05:55:06 +00:00
alecf%netscape.com 7f974309d9 DTDs contain image names too 1999-10-13 05:53:10 +00:00
sspitzer%netscape.com f2afef482f add more comments about what's left to do, and why this is a little scary. 1999-10-13 05:33:26 +00:00
mscott%netscape.com c7d4f44fb2 make sure the user name goes into outgoing imap urls that we make
Bug #16263 --> implement NewURI so we can view embedded images!
r=sspitzer
1999-10-13 05:21:08 +00:00
mscott%netscape.com aca6e1e632 Bug #16263 --> CreateListOfMessageIDStrings should look for '?' as the delimiter used by
mime for each message part instead of '&'.
r=sspitzer
1999-10-13 05:20:14 +00:00
mscott%netscape.com a75d687417 Bug #16263 --> make nsGetImapServer public
r=sspitzer
1999-10-13 05:19:27 +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
alecf%netscape.com 85bcc85a6d update new image names in all XUL, JS, and CSS 1999-10-13 04:26:01 +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
alecf%netscape.com f04b052264 export new gifs on Mac 1999-10-13 04:10:49 +00:00
alecf%netscape.com 9743911206 export new images on windows
r=mscott
no bug
1999-10-13 04:09:25 +00:00
alecf%netscape.com b6570c2457 export new gifs on unix
r=sspitzer
1999-10-13 04:08:15 +00:00
alecf%netscape.com 4ed2eb9665 checkin new image file names
not part of build
no reviewer 'cause you can't review images :)
no bug #, just maintenance for skins a la German
all files added with -kb
1999-10-13 03:57:13 +00:00
mscott%netscape.com bc791f5a85 we appeared to be leaking an rdf resource. I fixed this leak by using a nsCOMPtr.
r=sspitzer
1999-10-13 03:18:32 +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 0796e970db added files: mozilla/mailnews/base/util/nsMsgI18N.cpp 1999-10-12 05:21:21 +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
mscott%netscape.com 11f153596c Bug #15655 --> don't build old nsMimeFactory. Build nsMimeModule instead. r=rhp 1999-10-12 05:05:17 +00:00
mscott%netscape.com 2303552ce1 Bug #15655 -> build nsMimeModule.cp
r=rhp
1999-10-12 05:04:41 +00:00
mscott%netscape.com 7b5ea39719 bug #15655 --> no longer build nsMimeFactory.cpp...we build
nsMimeModule instead.
r=rhp
1999-10-12 05:04:25 +00:00
mscott%netscape.com f41658ff2d include nsMsgMimeCID.h to get the CID. (moved CID out of interface)
r=rhp
1999-10-12 05:03:49 +00:00
mscott%netscape.com b90ab8d768 Bug #15655 module for mime. (replaces nsMimeFactory.cpp)
remove NS_New** factory method. minor cleanup
r=rhp
1999-10-12 05:03:25 +00:00
mscott%netscape.com 6384ea4d37 Bug #15655 module for mime. (replaces nsMimeFactory.cpp)
r=rhp
1999-10-12 05:03:05 +00:00
mscott%netscape.com 1b5e2380a5 Bug #15655 new file. module for mime. (replaces nsMimeFactory.cpp)
r=rhp
1999-10-12 05:02:23 +00:00
waterson%netscape.com c7347c6be0 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
warren%netscape.com 89cce07489 Fixed missed GetFileSpec 1999-10-12 02:35:00 +00:00
warren%netscape.com 334b887595 Lowercased idl method names for scriptability. Cleaned up nsIURL interface. 1999-10-12 01:39:37 +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