mscott%netscape.com
51fa565a8a
add mailto url cid and progid
...
r=sspitzer
1999-11-18 08:39:17 +00:00
mscott%netscape.com
70c23e5a59
Bug #14928 --> for url dispatching of mailto urls:
...
add NewChannel, NewURI support for mailto urls.
added nsMailtoChannel which is a light weight channel
implementation for mailto urls
r=sspitzer
1999-11-18 08:38:50 +00:00
mscott%netscape.com
e1b58a5c2e
add nsMailtoUrl implementation which is different from
...
a smtp url. Simplified logic for smtp url.
r=sspitzer
1999-11-18 08:38:12 +00:00
mscott%netscape.com
781118b0bf
Bug #14928 --> implement open compose window for a uri
...
r=sspitzer
1999-11-18 08:37:34 +00:00
mscott%netscape.com
13507b62e6
Bug #14928 --> added nsIMailtoUrl interface and reduced the functionality
...
of nsISmtpUrl which was acting as both mailto and smtp
r=sspitzer
1999-11-18 08:37:06 +00:00
mscott%netscape.com
3313e53472
Bug #14928 --> add method for opening a compose window given a mailto url.
...
this is needed for url dispatching.
r=sspitzer
1999-11-18 08:36:39 +00:00
warren%netscape.com
d8bbb844e6
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
1999-11-18 07:36:41 +00:00
warren%netscape.com
aaf83521f5
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
1999-11-17 08:14:52 +00:00
jdunn%netscape.com
d70d78c6bf
Fixing all unresolved symbols on unix. The bug has the diff's
...
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
cls%seawood.org
b68d17371a
Removing dependency upon security/freenav module. r=alecf
1999-11-13 23:51:49 +00:00
cmanske%netscape.com
878d64f599
Changed Mail Composer XUL to use Increase/Decrease font size instead of combobox (part of fix for 18774) r=sfraser
1999-11-13 16:37:16 +00:00
ducarroz%netscape.com
57a3414438
Fix for bug 18605. We need to listen on nsMsgCompose and not anymore on nsIEditorShell in order to synch. the Front End with the Back End. R=rhp
1999-11-13 16:04:41 +00:00
saari%netscape.com
e94b2db7dc
Adding user-focus: normal CSS rule to make message compose subject and to: field fuction properly. R: billions and billions of monkeys
1999-11-13 08:17:17 +00:00
ducarroz%netscape.com
0dacef912c
File Removed.
1999-11-13 00:00:29 +00:00
ducarroz%netscape.com
9e5dd75006
Fix for bug 12080, 16730: I cannot modify the window from a JS listenner function, therefore I use a timer function to do the job. Also, I've implemented support for pref "mailnews.reply_on_top". And add a space to the standard signature separator, now it's "-- ". R=jefft
1999-11-12 23:44:28 +00:00
ducarroz%netscape.com
72e11ccdf6
Add a dark gray line under the addressing toolbar to separate it from either the body or the HTML format toolbar. R=german
1999-11-12 23:44:26 +00:00
ducarroz%netscape.com
ad700a0489
Remove unused files. R=jefft
1999-11-12 23:44:24 +00:00
warren%netscape.com
4471ddf809
Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf
1999-11-12 09:07:26 +00:00
rhp%netscape.com
7146894865
Changes for multipart alternative UI - Bug #: 17770 - r: jefft
1999-11-12 02:58:22 +00:00
akkana%netscape.com
7705ccd29b
17983: Use editor's InsertAsQuotation even for plaintext. r=rhp
1999-11-11 20:56:03 +00:00
rhp%netscape.com
ace500220f
Changes for multipart alternative - Bug #: 17770 - r: jefft
1999-11-11 19:19:02 +00:00
sspitzer%netscape.com
653ce4ea1d
fix #18383 , r=alecf.
...
check if the folder really exists by checking if it has a server.
if not, return an error.
this makes the right error message pop up.
1999-11-10 23:54:25 +00:00
ducarroz%netscape.com
1296ff2366
Forget to checking version that check return of ConvertFromUnicode & ConvertToUnicode. R=jefft
1999-11-10 23:54:05 +00:00
ducarroz%netscape.com
e45c32906a
Fix for bug 18402, don't use AutoCString when need to deal with a UTF8 string (nsMsgCompose.cpp only).
Fix for bug 13261, use constants instead of numerical.
Cleanup Forward code, eliminate duplicate or dead code (in prep. for bug 15682)
1999-11-10 23:47:59 +00:00
rhp%netscape.com
52c5f3d5be
Fixing evaluation of nsresult - Bug #:18157 r: jefft
1999-11-10 00:56:36 +00:00
sspitzer%netscape.com
d61e43bac6
fix comment.
1999-11-10 00:12:37 +00:00
sspitzer%netscape.com
ee2c67f489
don't build smtpTest anymore, it's obsolete. r=mscott
1999-11-10 00:10:40 +00:00
sspitzer%netscape.com
5596deec51
fix for the regression I introduced. when we send the 'MAIL FROM:' command to the SMTP server, we want to send it 'MAIL FROM: <sender>', not 'MAIL FROM: <Foo Bar <fbar@xyz.com>>'. my SMTP server allowed 'MAIL FROM: <Seth Spitzer <sspitzer@netscape.com>>' which is why I didn't catch this.
1999-11-09 19:25:39 +00:00
rhp%netscape.com
f4a331f24b
Fix for quoting problem - Bug #17983 - r: alecf
1999-11-09 03:05:10 +00:00
sspitzer%netscape.com
c4823dd820
fix for #17956 and #18084 .
...
#17956 is reply fails if message in local mail folder
fix (by ducarroz) is to remove the temporary code.
#18084 is sending email fails in certain cases
the problem is we were sending the wrong info to the SMTP server.
when we sent "MAIL FROM: <address>" to the SMTP server we sent
the smtp username and not the full name built from the identity.
most of the changes are to support passing the identity around.
I also added code so that the smtp username is used on the mailto url spec.
we'll need that later, when we support multiple smtp servers and ESMTP.
r=alecf
a=chofmann
1999-11-09 02:04:06 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
sspitzer%netscape.com
8ece75d962
better fix for #17597 , r=mscott, a=chofmann.
...
instead of setting the action for the url, check if we have a channel listener.
this is a cleaner fix, and now the quoting back end doesn't need to know about
the nntp url.
1999-11-04 20:02:31 +00:00
jefft%netscape.com
1666a188ef
partial fix for bug 12345 - unable to forward message; check for valid url before calling msg_pick_real_name() to prevent crashing; r=rhp, a=chofmann
1999-11-04 06:25:36 +00:00
ducarroz%netscape.com
753a2ae792
Fix for bug 17902. Fix various FCC problems as well error display. R=alecf, A=chofmann
1999-11-04 04:58:06 +00:00
sspitzer%netscape.com
661b08c9a6
fix for #17597 . reply to a news article doesn't quote the body.
...
the problem was when we ran the nntp url to get the message we weren't
calling OnDataAvailabe() on the channel listener. the reason is the channel
listener only got poked when ActionDisplayArticle was set as the action on
the nntp url. but this wouldn't be the case when we got run from the Quoting backend. I added a new action, and made sure to set it when running the url from the quoting back end, and then made sure the nntp backend did the right thing.
r=alecf, a=chofmann
1999-11-04 04:31:09 +00:00
rhp%netscape.com
8d305b4157
Fix for null pointer access - Bug #17597 - r: jefft approved: chofmann
1999-11-03 22:34:30 +00:00
warren%netscape.com
813f9f7c13
Structural changes for MakeAbsolute performance. bug#10736 r=valeski
1999-11-03 05:13:44 +00:00
akkana%netscape.com
385c40ae49
Contribution by Daniel Bratell <bratell@lysator.liu.se> to implement
...
format=flowed for mail plaintext output. r=akkana and (I think) rhp.
1999-11-03 02:46:16 +00:00
cmanske%netscape.com
1e667dbe62
Changed Mail Compose XUL to use new comboboxes on toolbar (bug 17098).
1999-11-03 02:18:01 +00:00
ducarroz%netscape.com
03c251ae89
Fix for bug 17768. Set ProgID to soemething else than an empty string. R=rhp
1999-11-02 23:29:51 +00:00
sspitzer%netscape.com
9bd146a0ad
fix #16457 , r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
...
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert. define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.
1999-11-02 23:27:46 +00:00
alecf%netscape.com
13eaac5db2
cleanup NS_IMPL_MODULE and friends
...
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
ducarroz%netscape.com
59e9a1f61b
Fix for bug 17493, We need to cleanup any GCI commands from the URI when generating a file name. R=rhp
1999-10-29 18:50:05 +00:00
bienvenu%netscape.com
62902479e8
changes to use nsIMsgWindow r=putterman
1999-10-29 04:39:06 +00:00
rhp%netscape.com
e343fde37c
Fix for sending plain text as binary files - Bug #16393 - r: mscott
1999-10-28 22:09:27 +00:00
mscott%netscape.com
139b1b9f8f
Bug #16927 --> when quoting a message, don't try to force a message URI into a protcol url. Convert the rdf uri
...
into a url and use that instead. For quoting the msg, use NS_NewChannel and AsyncOpen. some cleanup to fix
some ref counting stuff including supporting a new interface. Using the component manager
to create the quote listener instead of using new.
r=rhp
1999-10-28 04:22:08 +00:00
mscott%netscape.com
0d2dcee579
Use nsCOMPtr. Add nsIMsgQuoteListener support, remove some extra member variables that we didn't need.
...
r=rhp
1999-10-28 04:21:30 +00:00
mscott%netscape.com
a68d96c8f7
Bug #16927 add nsIMsgQuoteListener interface
...
r=rhp
1999-10-28 04:21:02 +00:00
mscott%netscape.com
52781c9c54
Bug #16927 --> add msg quote listener to module.
...
r=rhp
1999-10-28 04:20:41 +00:00
mscott%netscape.com
c353faf84f
Bug #16927 --> add class id for msg quote listener
...
r=rhp
1999-10-28 04:19:59 +00:00
mscott%netscape.com
4e63acaf85
Checking this in for hangas. Fixes the grey menus in the compose window.
...
r=mscott
1999-10-28 01:52:13 +00:00
law%netscape.com
953b8b4de8
Bug #14999 , removing last vestiges of app core usage; r=sfraser@netscape.com
1999-10-28 01:39:33 +00:00
cata%netscape.com
fc69c75001
I'm checking in for momoi, r=cata, bug #17018 , Charset Menu usability workaround.
1999-10-27 23:10:51 +00:00
hangas%netscape.com
4c0d31db99
Cleaned up bad style rules in global.css - should result in noticable performance improvement. Converted <titledbutton> rules to all use a class, this way we can be specific about how each type of button should look. Added line between columns in tree headers. Indented treecell contents. Cleaned up mail and AB toolbars. Fixed reflow and other drawing issues with toolbar buttons on new skins. Fixed problems in results tree on AB window. Other misc visual changes. Fixed bug 16530, changing the word Messenger to Mail. r=german/hyatt
1999-10-27 23:01:09 +00:00
bienvenu%netscape.com
7f8ed684bc
turn on history ab collection for msg sending r=jefft, bug 14447
1999-10-27 22:14:37 +00:00
rhp%netscape.com
c6e5a9837a
Fix for Unicode quoting to plain text compose - Bug: 15465 r: bienvenu
1999-10-27 22:11:51 +00:00
warren%netscape.com
00dfd9d907
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
1999-10-26 09:16:24 +00:00
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
putterman%netscape.com
5c8575ee09
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
3631010b71
fix for #14639 r=sspitzer
1999-09-23 18:43:08 +00:00
mscott%netscape.com
2f6e17a2e1
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
09eeb6f513
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
74eaaeb54d
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
7e1507dfc3
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
9678c08ce7
hook up drafts/templates/fcc to identities
1999-09-22 07:03:27 +00:00
ducarroz%netscape.com
ebd1dd08ec
need to suppot bad URL or url without "http://", fix for bug 14376
1999-09-22 06:45:09 +00:00
alecf%netscape.com
8880f614eb
fix GetPassword() bustage
1999-09-22 03:40:07 +00:00
ducarroz%netscape.com
e5c121a255
fix spelling error
1999-09-22 03:13:18 +00:00
ducarroz%netscape.com
13284f5873
Add back an menu item to delete attachment
1999-09-22 03:12:48 +00:00
ducarroz%netscape.com
eea78a2bbc
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
02c8a5d46c
Add smtp status strings.
1999-09-22 02:29:41 +00:00
mscott%netscape.com
5334dfb667
Add some basic status messages for sending a message.
1999-09-22 02:28:36 +00:00
mscott%netscape.com
43d0472a5c
Add smtp server warning strings.
1999-09-22 02:19:00 +00:00
alecf%netscape.com
4c3623b62c
eliminate unnecessary cast
1999-09-22 02:01:03 +00:00
ducarroz%netscape.com
0681ad2be3
Add vertical separator in toolbar, bug 14272
1999-09-22 01:53:37 +00:00
ducarroz%netscape.com
e84b115b8b
Fix problem with autocomplete, bug 14281
1999-09-22 01:37:43 +00:00
ducarroz%netscape.com
a63ece9e1f
Add new Attachment UI, bug 11116
1999-09-22 00:49:26 +00:00
mscott%netscape.com
d88fc09265
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
saari%netscape.com
6df67e6af3
Changing broadcaster to use onbroadcast instead of oncommand. Adding the "braodcast" "commandupdate" and "input" events. Changed all xul observes nodes to use onbroadcast instead of onchange.
1999-09-21 23:02:35 +00:00
sspitzer%netscape.com
6e3e9076bb
fix for #9508 . now you can send email and post at the same time.
...
both sending and posting require their own listener, or when you do
email and post at the same time, all hell breaks loose.
1999-09-21 22:45:17 +00:00
mscott%netscape.com
64e9e8db4e
Remove obsolete properties file.
1999-09-21 06:51:36 +00:00
mscott%netscape.com
8f00d1883d
WE can't insert \n (newline character) in the properties file so take them out.
1999-09-21 06:51:01 +00:00
mscott%netscape.com
60fc3e8677
Remove obsolete reference to composebe.properties
1999-09-21 06:47:11 +00:00
mscott%netscape.com
6c0aab08a4
remove obsolete reference to composebe.properties.
1999-09-21 06:45:36 +00:00
mscott%netscape.com
79071dcbee
Remove reference to obsolete properties file (composebe.properties).
1999-09-21 06:44:43 +00:00
mscott%netscape.com
f70ec41fa7
remove obsolete properties file. This file has been moved and renamed to compose\resources\locale\en-US\composeMsgs.properties
1999-09-21 06:42:58 +00:00
mscott%netscape.com
541ed90f4c
re-write so we actually use the string bundle instead of the hard coded
...
strings that used to be in this class. This meant changing the api to return
a unichar * instead of a char *!!!
1999-09-21 06:30:51 +00:00
mscott%netscape.com
dc31de00eb
optimize use of PRunichars for string bundle. we were doing lots of
...
needless conversions between PRunichar * to char * and back again!
replace some hard coded strings with strings created by the string bundle
1999-09-21 06:30:11 +00:00
alecf%netscape.com
31f2ef8625
add support for identity-specific HTML compose and signatures
1999-09-21 05:37:23 +00:00
hangas%netscape.com
3db876b7a6
Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys.
1999-09-21 05:20:56 +00:00
tao%netscape.com
735bb7b294
14391: [L12y] PLS remove locale name (en) from "*_en.properties".
1999-09-21 01:32:06 +00:00
tao%netscape.com
4b710c3bd6
14391: [L12y] PLS remove locale name (en) from "*_en.properties".
1999-09-21 01:22:43 +00:00
mscott%netscape.com
c8274a979b
initialize the ref count on this class.
1999-09-21 00:07:34 +00:00
sspitzer%netscape.com
a67ae1e683
fix bug #10235
...
implement "pre-select the right identity when composing based on folder pane selection" feature.
1999-09-20 08:13:27 +00:00
alecf%netscape.com
9f05c813a6
be smarter about building up list of SMTP servers, don't keep appending onto the pref
1999-09-20 06:49:33 +00:00
sspitzer%netscape.com
c245a83fdb
check in work around for #10235
...
check in start of work for #14312
fix a couple warnings
comment out some dump() calls
1999-09-20 02:12:28 +00:00
alecf%netscape.com
034b04aac5
rename default server attribute, and change default smtp prefix to "smtp" instead of "server"
1999-09-19 23:58:57 +00:00
alecf%netscape.com
899769757d
fix problem where we forgot to append "." to the server key
1999-09-19 23:57:53 +00:00
mccabe%netscape.com
39e5fe6519
Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
...
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage. Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes. (This could mean blackwood; sorry, guys!)
Many thanks to Alec Flett (alecf@netscape.com ) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu ) and Mike Shaver (shaver@mozilla.org ) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.
Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
alecf%netscape.com
ca3ffbcdb7
allow char properties to return null instead of throwing an exception
1999-09-19 23:35:53 +00:00
alecf%netscape.com
9ff562269d
be a little smarter about SMTP servers - create the default one on demand
1999-09-19 23:33:49 +00:00
alecf%netscape.com
d8704c1525
I need real ProgIDs, not these fakes.
1999-09-19 23:19:53 +00:00
tao%netscape.com
14ab1fbf1f
Hook up da-DK
1999-09-18 02:07:24 +00:00
sfraser%netscape.com
ef1b70ce79
Fix a broken CLSID macro
1999-09-17 23:42:37 +00:00
tao%netscape.com
01d9396f83
First checkin of da-DK resource files contributed by
...
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 23:35:55 +00:00
fergus%netscape.com
8df315eda4
Adding localization notes.
1999-09-17 23:31:01 +00:00
jefft%netscape.com
7f540bfd6b
moved CreateStartupUrl() to nsMsgUtils
1999-09-17 23:17:53 +00:00
alecf%netscape.com
34c6081163
oops, raptorhtml isn't loaded with apprunner, so we do need to load this after all
1999-09-17 22:53:48 +00:00
alecf%netscape.com
77133afc5b
fix bogus linking
1999-09-17 21:13:17 +00:00
ducarroz%netscape.com
58c090b509
NS_INIT_REFCNT must be called before any return else we crash. Fix for bug 14163
1999-09-17 20:47:26 +00:00
alecf%netscape.com
c5a3b36250
don't need to link compose against raptor anymore
1999-09-17 20:31:32 +00:00
ducarroz%netscape.com
dcd1e4aaaa
cleanup
1999-09-17 20:28:22 +00:00
ducarroz%netscape.com
58359dc85c
elimnate redundancy, bug 10539
1999-09-17 20:27:46 +00:00
mscott%netscape.com
9a703342b2
export new compose messages properties file
1999-09-17 05:04:10 +00:00
mscott%netscape.com
c897447c56
Export new properties file.
1999-09-17 05:00:36 +00:00
mscott%netscape.com
4d68eca001
export the new compose messages properties page.
1999-09-17 04:59:12 +00:00
mscott%netscape.com
cc254487c7
the properties file for back end compose messages was in the wrong directory. Moving it into the locale
...
directory where it belongs.
1999-09-17 04:58:27 +00:00
ducarroz%netscape.com
8af9297fbc
Remove unused function LoadFields
1999-09-16 23:55:06 +00:00
ducarroz%netscape.com
52dc772b54
Did some cleanup and fix a problem that didn't let us to specify the body through a mailto url.
1999-09-16 23:39:54 +00:00
cls%seawood.org
71540cf2cd
Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h>
1999-09-16 14:50:19 +00:00
warren%netscape.com
b86cf7b07b
Changed signature of NewInputStreamChannel to pass load group.
1999-09-16 09:39:29 +00:00
hangas%netscape.com
e658984778
More advances in commanUpdater development. Making this work from globalOverlay.xul so that less xul and js is required for each window.
1999-09-16 07:37:45 +00:00
warren%netscape.com
48cf4685a9
Factored file transport service out of file: protocol.
1999-09-16 01:16:22 +00:00
sfraser%netscape.com
1e9e0935c7
Remove Security.o
1999-09-16 01:10:47 +00:00
sspitzer%netscape.com
95a49fdeeb
make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead
...
of a nsFilePath. this means nsINNTPNewsgroupPost is fully scriptable.
it also allowed me to clean up a lot of code.
most of these changes are results of this change.
add notifyOn, maxArticles, and markOldRead attributes to nsINntpIncomingServer
these correspond to "news.max_articles","news.mark_old_read", and "news.notify.o
n" prefs in 4.x. (in 5.0, they are on a per server basis now.)
rewrite nsNNTPProtocol.cpp to use these attributes, instead of the old 4.x globa
l prefs.
fix warnings.
1999-09-15 21:29:30 +00:00
nhotta%netscape.com
5564293a4b
Bug 8865, hooked up entity converter.
1999-09-15 19:32:32 +00:00
ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
jefft%netscape.com
b4ab87403d
fixed bug 13574 -- use stream converter instead of temp file for reply quoting
1999-09-15 02:13:04 +00:00
briano%netscape.com
ee4b7e738e
General cleanup.
1999-09-14 23:05:06 +00:00
law%netscape.com
9d4f364482
Enable mail composition to be opened via window.openDialog
1999-09-14 21:19:27 +00:00
ducarroz%netscape.com
5a61062688
Remove key binding again as other problems appear!
1999-09-14 19:54:41 +00:00
alecf%netscape.com
7d2a14f3c7
register smtp server
1999-09-14 08:23:20 +00:00
alecf%netscape.com
f454ea6853
build smtp server on windows
1999-09-14 08:22:50 +00:00
alecf%netscape.com
e28be7c3cf
fix solaris bustage
1999-09-14 08:19:54 +00:00
alecf%netscape.com
7b6e9fba41
oops, forgot constructor/destructor
1999-09-14 08:16:21 +00:00
sspitzer%netscape.com
0c7279616f
added files: mozilla/mailnews/compose/src/nsSmtpServer.cpp
1999-09-14 08:03:36 +00:00
alecf%netscape.com
5a93a0fd7f
ok, finally write this thing out to prefs
1999-09-14 07:58:04 +00:00
alecf%netscape.com
b97c89c8b1
unify server creation like the account manager
1999-09-14 07:15:21 +00:00
alecf%netscape.com
4d4785003f
support add/removal of SMTP servers
1999-09-14 07:03:47 +00:00
hangas%netscape.com
620ccacd0c
Moved Close menu item to its new location.
1999-09-14 06:18:08 +00:00
alecf%netscape.com
c07d253a3b
add new nsSmtpServer/etc to the build
1999-09-14 04:22:09 +00:00
bienvenu%netscape.com
6a4ee199f9
break out UpdateFolder method from GetMessages
1999-09-14 04:02:34 +00:00
sspitzer%netscape.com
ee8faed95c
fix for #13708 . remove the message formatting pref pane: it's in the account wizard now.
1999-09-14 00:43:10 +00:00
ducarroz%netscape.com
410b750788
Let the user tabs into the body from the subject edit field. Fix bug 10932
1999-09-13 22:20:07 +00:00
jefft%netscape.com
05337cf5fb
fixed bug 13674 -- reply quotes wrong message for news and imap messages
1999-09-13 20:26:04 +00:00
cls%seawood.org
638ed48925
Fix my bustage using -D_BSD_SOURCE
1999-09-12 17:15:57 +00:00
hangas%netscape.com
fbe29da0df
Using edit menu items from globalOverlay.xul
1999-09-12 08:41:46 +00:00
hangas%netscape.com
f39fdd9390
Modifications to use new features in globalOverlay.xul
1999-09-12 02:30:04 +00:00
hangas%netscape.com
d2bad970dc
Added many menu items to globalOverlay.xul and modified messenger 3pane, compose window, and address book to use them.
1999-09-12 02:22:11 +00:00
nhotta%netscape.com
4890832515
Bug #10940 , when converting from unicode skip unencodable char instead of abort conversion.
1999-09-11 03:45:07 +00:00
jefft%netscape.com
936bbcb0a9
fixed bug 12459 -- cannot use delete for error recovery instead should use AddRef() and Release()
1999-09-11 01:44:16 +00:00
hangas%netscape.com
53eae4f9c6
Major Cleanup and bug fix effort for addressbook.
1999-09-10 23:15:25 +00:00
ducarroz%netscape.com
674d3ee062
Reactivate key binding, fix for bug 11184
1999-09-10 23:10:18 +00:00
ducarroz%netscape.com
a0ed04d5ab
Add a way to extract headers during parsing of a message and give them back to the caller
1999-09-10 18:57:03 +00:00
warren%netscape.com
e6619b2ad6
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
mcafee%netscape.com
3681894553
Un-named radio buttons don't get radio-mode; adding names to fix this. a=alecf
1999-09-09 04:09:33 +00:00
sspitzer%netscape.com
0921c78f07
fix for #13366 . remove the copies and folders pane from the preferences window. its in the account mananger now, on a per server basis.
1999-09-08 21:24:07 +00:00
jfrancis%netscape.com
dbf24f7fe3
passing corrected format string to editor
1999-09-08 18:49:24 +00:00
putterman%netscape.com
e4ca948557
Fix for 13328. Approved by leaf.
1999-09-08 17:34:01 +00:00
jfrancis%netscape.com
640e7651d8
mail now asks for special mail-compose rules from the editor
1999-09-08 06:28:11 +00:00
alecf%netscape.com
76e1e96ac6
whoops, pass newstr to strtok, not serverList (no wonder it wasn't loading anything)
1999-09-08 05:50:17 +00:00
alecf%netscape.com
33ed328126
use cool new ISUPPORTS macros
1999-09-08 05:46:24 +00:00
alecf%netscape.com
65f564a0c4
add code for loading SMTP servers from the prefs
1999-09-08 05:41:58 +00:00
alecf%netscape.com
658e4f4520
add CID for SMTP server
1999-09-08 05:39:44 +00:00
alecf%netscape.com
69f6b72963
fix some warnings and comments
1999-09-08 03:44:11 +00:00
sspitzer%netscape.com
8ee7aa94ae
remove my work around for bug #11010 , since it is no longer needed. thanks to mdubinko@yahoo.com for keeping on top of that bug report.
1999-09-07 20:33:11 +00:00
brade%netscape.com
70f20145ab
remove some keybindings; these should be coming from an overlay anyways
1999-09-07 14:40:51 +00:00
bruce%cybersight.com
84b59b9f29
Use nsCRT::free() on result of nsEscape().
1999-09-04 17:32:36 +00:00
ducarroz%netscape.com
a014e76f49
Put "<name> wrote:" at the beginning of a reply instance of "--- Original Message ---". Last part of bug 12080
1999-09-03 22:13:36 +00:00
mscott%netscape.com
d5c7f8eb75
fix up class id stuff, use nsIstreamConverter instead of nsIstreamConverter2
1999-09-03 22:08:44 +00:00
sspitzer%netscape.com
15e349c481
fix for bug #13083 . missing entity caused the Copies and Folders pane to come up blank.
1999-09-03 08:23:45 +00:00
sfraser%netscape.com
a8fd2e712b
Change id on the file menu <menupopup> from "fileMenu" to "fileMenuPopup"
1999-09-02 21:58:12 +00:00
cata%netscape.com
8ccf6e5d68
Method name change.
1999-09-02 20:01:26 +00:00
sfraser%netscape.com
2a391869b0
Landing XUL overlays for editor keys, toolbars and menus.
1999-09-02 04:55:52 +00:00
sfraser%netscape.com
ffb6550510
No longer need the dot of .Format
1999-09-02 04:50:14 +00:00
briano%netscape.com
98949485c0
Fix for objdir builds.
1999-09-02 02:37:58 +00:00
ducarroz%netscape.com
968efc9924
Hide HTML toolbar when compose in plain text mode, fix bug 9512
1999-09-02 01:26:34 +00:00
cata%netscape.com
8197c9839b
Fixing build warnings. Step 2: switch to use new method from the interface.
1999-09-01 22:50:50 +00:00
sfraser%netscape.com
70d9a8ab39
include stdio.h using system paths.
1999-09-01 21:28:07 +00:00
mscott%netscape.com
11e3b66b1a
Remove obsolete file. It's been replaced by an idl file.
1999-09-01 04:24:26 +00:00
mscott%netscape.com
72c9b2a5a2
There were a couple methods in here which were trying to figure out a temp directory to use for things. Use
...
nsSpecialDirectory::OS_TemporaryDirectory instead.
1999-09-01 04:09:48 +00:00
mscott%netscape.com
4aa8c8a125
Bug #8076/9836 --> use specialDirectory::OS_TemporaryDirectory to determine the directory to write tempMessage.eml out to.
1999-09-01 04:09:07 +00:00
alecf%netscape.com
31b162e7e3
remove some warnings for rhp
1999-09-01 01:00:06 +00:00
ducarroz%netscape.com
7e6f308511
Send full name of sender, fix bug 10500
1999-09-01 00:50:07 +00:00
ducarroz%netscape.com
adee24a197
Set the caption after ender is done loading the page. Fix bug 10396
1999-09-01 00:42:16 +00:00
ramiro%netscape.com
411c10dc89
Cleanup linkin of mozdbm.
1999-08-31 14:31:50 +00:00
alecf%netscape.com
dc0ab14623
more exorcism of abort()
1999-08-31 06:36:23 +00:00
alecf%netscape.com
9dad04c864
fix unused variable
1999-08-31 06:29:53 +00:00
alecf%netscape.com
f0fae653eb
do not EVER abort(). this is rediculous.
1999-08-31 06:23:12 +00:00
alecf%netscape.com
cd99caccb6
fix leak of e-mail address
1999-08-31 06:17:02 +00:00
alecf%netscape.com
ad31088561
fix leak
1999-08-31 06:16:21 +00:00
mscott%netscape.com
7aac750157
password api synch
1999-08-31 04:43:29 +00:00
ducarroz%netscape.com
af10b505ed
Set correctly the focus either on the first repient or on the body. Fix for bug 6565, 8481 and 12080
1999-08-31 01:12:25 +00:00
putterman%netscape.com
567160bb98
msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll
1999-08-30 22:17:13 +00:00
waterson%netscape.com
26b265f877
Add an 'html:div' tag so that we don't reflow this indefinitely.
1999-08-30 21:34:50 +00:00
ducarroz%netscape.com
d8ac64df2b
Fix VC5 bustage
1999-08-27 22:32:19 +00:00
ducarroz%netscape.com
cb140fb6ad
Add way to quote a message without headers, just quote the body.
1999-08-27 21:18:57 +00:00
mscott%netscape.com
50dbfc51f4
Bug #7811 --> sync with new nsISmtpService apis.
1999-08-27 21:15:57 +00:00
mscott%netscape.com
218637daba
Bug #7811 --. nsISmtpUrl is now an idl file.
1999-08-27 21:14:34 +00:00
mscott%netscape.com
c3028f4ded
Bug #7811m --> nsISmtpService is now an idl file
1999-08-27 21:14:26 +00:00
mscott%netscape.com
d1d5173a5a
Bug #7811 --. nsISmtpService is now an idl file.
1999-08-27 21:13:04 +00:00
mscott%netscape.com
d3006e3711
Bug #7811 --> nsISmtpService is now expressed in idl and several of the interfaces changed.
1999-08-27 21:12:46 +00:00
mscott%netscape.com
b012c48b62
Bug #7811 --> turn this interface into an XPIDL interface.
1999-08-27 21:12:22 +00:00
mscott%netscape.com
183898c6be
move CID from an interface into this file for nsISmtpService.
1999-08-27 21:12:00 +00:00
hangas%netscape.com
b282e95e4f
Changed back to onkeyup= because someone broke the windows onkeypress= again.
1999-08-27 07:06:25 +00:00
alecf%netscape.com
62b94d9ec4
fix 12549
1999-08-27 03:44:47 +00:00
rpotts%netscape.com
3ed5c99db2
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
mscott%netscape.com
46aa79ae07
This file is not part of the build yet! (approved by cyeh)
...
This file is the idl replacement of nsISmtpService.h
1999-08-26 21:50:46 +00:00
bienvenu%netscape.com
57247bc224
replace nsIEnumerator with nsISimpleEnumerator
1999-08-26 04:41:07 +00:00
ducarroz%netscape.com
f4032734cc
Add Ender Debug Menu
1999-08-26 00:41:32 +00:00
mscott%netscape.com
905b68fa64
This file has been replaced by an idl file.
1999-08-25 23:57:03 +00:00
sfraser%netscape.com
2ecef1c469
Remove an errant semicolon
1999-08-25 21:28:39 +00:00
ramiro%netscape.com
6cec5c3abb
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
ramiro%netscape.com
8644dc2074
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
brendan%mozilla.org
bbe959f4d1
Massive spankage to capitalize C++ method and attribute name bindings, per
...
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
ducarroz%netscape.com
bde78f8bf8
Moved entity into MsgAttachPage.dtd
1999-08-25 02:32:39 +00:00
ducarroz%netscape.com
b35cf3f4f4
Add MsgAttachPage.dtd
1999-08-25 02:31:31 +00:00
ducarroz%netscape.com
7c40fc9f88
First Checked In.
1999-08-25 02:29:45 +00:00
mscott%netscape.com
ce49f120a1
I think the clobber windows build may break because I took out the wrong header file from this makefile (the file was still in
...
my dist directory when I built which is why it worked). In anticipation of eventual breakage, I'm fixing it now.
a=gramps.
1999-08-24 23:48:09 +00:00
mscott%netscape.com
784654a44f
Bug #7811 -- nsISmtpUrl is not an idl file.
1999-08-24 22:18:30 +00:00
mscott%netscape.com
0c02cfc5fe
Bug #7811 --. nsISmtpUrl is now an idl file.
1999-08-24 22:16:47 +00:00
mscott%netscape.com
cad7fe6315
Bug #7811 . turn nsISmtpUrl into an IDL file
1999-08-24 22:16:29 +00:00
mscott%netscape.com
285470c81e
Bug #7811 --> turn nsISmtpUrl.h into a fully scriptable IDL file. This involved changing several apis in the interface.
1999-08-24 22:15:52 +00:00
mscott%netscape.com
66524af390
Not part of the buidl yet. an idl file to replace nsISmtpUrl.h
1999-08-24 21:47:17 +00:00
akkana%netscape.com
70ab0ba259
Revise the doc encoder and content sink APIs yet again to make it easier
...
to add new flags (pass a flag in the constructor, rather than specific
booleans. This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
ramiro%netscape.com
e1f2489b0c
Set the timer lib flags in one place.
1999-08-24 14:54:59 +00:00
alecf%netscape.com
0f852579c1
fix solaris bustage
1999-08-24 03:06:07 +00:00
alecf%netscape.com
42442f7002
fix a minor leak and convert nsIMsgIncomingServer to a nsCOMPtr
1999-08-24 00:31:33 +00:00
mccabe%netscape.com
3d4917b628
Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
...
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mscott%netscape.com
ba531d8708
Remove unnecessary windows.h include which was used to get InterlockedIncrement for threadsafe interfaces. I fixed the
...
implementation of threadsafe addref and release for windows to notrequire it so people no longer need to include windows.h whenever
you are using a threadsafe interface.
1999-08-22 23:03:27 +00:00
rhp%netscape.com
9f8965fd73
Image cleanup
1999-08-22 15:54:20 +00:00
rhp%netscape.com
8d67e1f631
Code cleanup changes
1999-08-22 15:48:46 +00:00
mccabe%netscape.com
2290033202
NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
...
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com
b95a2bdd54
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00
ramiro%netscape.com
1d23cab69b
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
ramiro%netscape.com
16bbd09726
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
hangas%netscape.com
acf08bfc90
Changed Select Addresses dialog to be modal.
1999-08-21 00:24:26 +00:00
hyatt%netscape.com
f1252f912a
Renaming onaction to oncommand.
1999-08-20 22:58:32 +00:00
mscott%netscape.com
294392b892
Bug #12198 --> crash when clicking mailto links in the message pane. Also, Use NS_GET_IID
1999-08-20 22:44:01 +00:00
mscott%netscape.com
d6629ef16b
fix some bogus QI stuff where we always returned nsISupports instead of what the user asked
1999-08-20 22:43:01 +00:00
alecf%netscape.com
83c2a9bcb3
add new SMTP server API
...
(incomplete implementation, not hooked up yet)
1999-08-20 04:49:04 +00:00
alecf%netscape.com
8a461a631b
add smtp server to mac/unix/windows build
1999-08-20 04:20:23 +00:00
alecf%netscape.com
f7a9184aa0
added files: mozilla/mailnews/compose/public/nsISmtpServer.idl
1999-08-20 04:17:18 +00:00
alecf%netscape.com
7daeba5653
first pass at SMTP server IDL
1999-08-20 04:13:16 +00:00
alecf%netscape.com
b283cc503e
start skeleton MANIFEST_IDL for compose for mac
1999-08-20 04:11:11 +00:00
alecf%netscape.com
9d150c0983
fix shadow warning (extra variable)
1999-08-20 03:57:37 +00:00
hangas%netscape.com
4e3b992ce5
Added dynamic addressing widget to mail compose window. It still needs work, mainly waiting on XP bugs. Hook?=sspitzer
1999-08-19 22:22:44 +00:00
rhp%netscape.com
0c309591d8
Fix for Mac bustage
1999-08-18 06:48:35 +00:00
rhp%netscape.com
759bdf22de
Fix for file paths on Mac
1999-08-18 05:15:41 +00:00
rhp%netscape.com
f4e2809684
Changes for Envelope display and fixing MHTML sending capabilities
1999-08-18 01:39:17 +00:00
ramiro%netscape.com
0e1b8a922a
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
ramiro%netscape.com
0149d76208
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
ramiro%netscape.com
f544ac5394
Link expat and xmltok into the htmlparser statically. Not into the app.
1999-08-17 12:46:23 +00:00
rhp%netscape.com
de04447949
Fix for Bug: #10813 - Approval: jevering
1999-08-14 06:36:48 +00:00
warren%netscape.com
8439e8f8ec
Fix for bug 7682: StringBundle can't load URLs from imap thread.
1999-08-13 00:43:48 +00:00
jefft%netscape.com
39d4272ec7
fix bug 6216 -- SMPT send removes CRLF lines; a=cyeh, r=rhp; tested on Windows & Mac
1999-08-12 22:07:51 +00:00
rhp%netscape.com
ed73e9beed
One final fix for charset auto detection
1999-08-11 03:38:15 +00:00
rhp%netscape.com
d84030a4f3
Fix for auto detecting charset on HTML docs when sending
1999-08-11 03:28:22 +00:00
rhp%netscape.com
b2f57b16ad
Simple fix for naming on factory for quoting
1999-08-10 21:40:25 +00:00
hangas%netscape.com
da9b69ce87
Added icon to addressing widget, change selection behavior.
1999-08-10 21:24:35 +00:00
mscott%netscape.com
e2b7332070
Add SetUsername support.
1999-08-10 18:14:27 +00:00
mscott%netscape.com
a8e8de4726
nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
...
some interface clean up work before adding GetServer to url interface.
1999-08-10 18:14:08 +00:00
mscott%netscape.com
3bc07ff67b
password and user name related clean up work.
1999-08-10 18:13:33 +00:00
mscott%netscape.com
336877984a
nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
1999-08-10 18:13:03 +00:00
mscott%netscape.com
b236661949
Add SetUserName support which is going to be needed in order to figure out the server for a url.
1999-08-10 18:12:37 +00:00
mccabe%netscape.com
d6e7410f31
Changes to the xpidl compiler -
...
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].
This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.
As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout. As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
mscott%netscape.com
b9ed205ebf
nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
1999-08-10 07:24:11 +00:00
bienvenu%netscape.com
b98ebf49f8
fix build bustage
1999-08-10 04:51:32 +00:00
alecf%netscape.com
c9c6db8c42
fix uninitialize variable
1999-08-10 04:00:38 +00:00
rhp%netscape.com
81c896bf60
fixing a non-intentional change
1999-08-10 03:15:23 +00:00
rhp%netscape.com
5cdd0f4093
Possible fix for missing spaces
1999-08-10 02:50:29 +00:00
hangas%netscape.com
aa630dc8f7
Changed background color of tree to inherit background color rather than the white picked up from xul.css
1999-08-10 01:56:51 +00:00
hangas%netscape.com
be79a29ebb
Added treeallowevents to allow click through on addressing widget.
1999-08-10 01:36:20 +00:00
hangas%netscape.com
ba19a36a47
Moved addressing widget from messengercompose to its own overlay
1999-08-09 23:59:54 +00:00
hangas%netscape.com
0b53260df1
added addressing widget to build
1999-08-09 23:59:06 +00:00
hangas%netscape.com
7a819bb885
First Checked In.
1999-08-09 23:58:19 +00:00
alecf%netscape.com
1e1bd6df90
removed files: mozilla/mailnews/compose/src/nsMsgCompPrefs.cpp
1999-08-09 23:04:09 +00:00
alecf%netscape.com
9ce351a558
remove nsMsgCompPrefs from build
1999-08-09 23:01:10 +00:00
sspitzer%netscape.com
9c77a3e16f
use try and catch in the message compose javascript.
1999-08-09 14:23:44 +00:00
ramiro%netscape.com
16eeeabdcd
Ignore generated Makefiles.
1999-08-07 22:34:02 +00:00
bienvenu%netscape.com
1fbc89021a
get rid of nsString2
1999-08-07 15:47:55 +00:00
cls%seawood.org
9eea17be39
Various fixes to let the tree compile with gcc 2.95:
...
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.
Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
bienvenu%netscape.com
225ff9cab6
get rid of nsString2
1999-08-07 02:32:02 +00:00
ducarroz%netscape.com
dae5bf25ea
Fix breakage with plain text message composition due to wrong url loaded in Ender
1999-08-07 00:30:01 +00:00
ducarroz%netscape.com
93e4c10251
Remove in order to make japanese mail works because of entity bug
1999-08-07 00:28:28 +00:00
chuang%netscape.com
fab05e21ce
remove pref html files
1999-08-06 23:16:13 +00:00
chuang%netscape.com
bc40453d4a
replace Entity with dtd file
1999-08-06 23:09:43 +00:00
ducarroz%netscape.com
a967cfca7b
Remove temporary the key binding, fix for bug 11184
1999-08-06 20:29:18 +00:00
chuang%netscape.com
043ad95844
add locale/en-US to build
1999-08-06 20:28:20 +00:00
chuang%netscape.com
22869f90d3
fix text change, this file is not in build yet
1999-08-06 18:49:36 +00:00
chuang%netscape.com
756c534c40
replace pref html file with xul file
1999-08-06 17:33:51 +00:00
rhp%netscape.com
0477c2382a
Changes for charset detection for URL attachments
1999-08-06 13:12:04 +00:00
ducarroz%netscape.com
cd5345b411
fix for bug 10382
1999-08-06 00:19:17 +00:00
ducarroz%netscape.com
12fbc33d9f
Fix for bug 10382
1999-08-06 00:16:24 +00:00
chuang%netscape.com
f31338134d
converted pref xul file, not in build yet
1999-08-05 23:08:59 +00:00
chuang%netscape.com
bb73406f0e
dtd files, not in build yet
1999-08-05 23:03:38 +00:00
chuang%netscape.com
03e006115d
local stuff, not in build yet
1999-08-05 23:00:19 +00:00
sspitzer%netscape.com
f2d9379a60
use /tmp instead of /usr/tmp. /tmp should always be there, where /usr/tmp will not be. eventually, this will go away anyways.
1999-08-05 22:43:15 +00:00
rhp%netscape.com
91f310ba90
Changes for bodies in drafts and fix for 8bit address sending
1999-08-05 22:19:46 +00:00
chuang%netscape.com
b8f3a3fd2d
fix bug 6845
1999-08-05 20:12:45 +00:00
sspitzer%netscape.com
64909467f3
remove taunting of QA
1999-08-05 14:55:13 +00:00
mscott%netscape.com
18ec0ffe06
yuck..we are referring to the implementation nsMsgCompFields here instead of through the interface.
...
that's not good..
use newSetAsciiHeader method
1999-08-04 23:59:25 +00:00
mscott%netscape.com
08885e3335
We were overloading SetHeader which was a method in an interface (nsIMsgCompFields) which we inherited from. This was hiding the
...
interface method and was generating a warning on some platforms.
Fix --> change second definition of SetHeader to be SetAsciiHeader nsMsgCompFields.cpp
1999-08-04 23:58:57 +00:00
sspitzer%netscape.com
61b623fe09
fix warning
1999-08-04 20:40:57 +00:00
sspitzer%netscape.com
19d5cfb592
fix warnings. add newline to the end of file for crappy unix compilers
1999-08-04 20:40:23 +00:00
mscott%netscape.com
f244479644
fix linux warning.
1999-08-04 20:32:33 +00:00
mscott%netscape.com
45e1ec4323
fix linux warning
1999-08-04 20:32:11 +00:00
rhp%netscape.com
4cd2be5eb4
Changes for quoting cleanup in mail compose
1999-08-04 20:19:45 +00:00
chuang%netscape.com
c307e22acb
replace html files to xul files
1999-08-04 18:29:28 +00:00
brade%netscape.com
94a75f46ca
editor keybindings (some may need to change to be mailcompose-specific)
1999-08-03 15:01:00 +00:00
rhp%netscape.com
2e7714f4c7
Just adding a new file - NOT PART OF THE BUILD
1999-08-03 02:41:39 +00:00
putterman%netscape.com
24cac7719c
Text goes on bottom of buttons.
1999-08-03 00:01:13 +00:00
mscott%netscape.com
78a8360acd
Fix for Bug #8718 . Fix problem where we failed to send messages which had a line greater than 2K.
1999-08-02 23:40:06 +00:00
hangas%netscape.com
7e7e21b5e6
Fixed the Exit menu item for all mailnews windows to match the new menu structure. Hook?=dp
1999-08-02 23:16:13 +00:00
hangas%netscape.com
e2b58c499d
Updates for the new address book xul file names, added dtd files, removed html files, overall reorg.
1999-08-02 18:27:42 +00:00
rhp%netscape.com
b520526a86
Changes for specifying attachments via the nsMsgCompFields object
1999-08-01 16:01:31 +00:00
rhp%netscape.com
396d5be88d
Fix pref for deleting drafts on Send Later operation
1999-08-01 13:28:36 +00:00
sspitzer%netscape.com
bdd0fd0f5a
fix attach menu to play in the new xpmenu world.
1999-07-31 20:29:12 +00:00
sspitzer%netscape.com
a83451d758
use the right image for the throbber. we should make the throbber css info should be global. I'll log a bug and get to that later.
1999-07-31 20:15:21 +00:00
rhp%netscape.com
d5c687b88a
Changes for Drafts and Templates
1999-07-31 19:59:35 +00:00
sspitzer%netscape.com
489b52fab2
adding rhp's new file to the project.
1999-07-31 19:56:40 +00:00
sspitzer%netscape.com
97ac94a263
changes to live in hyatt's new xpmenu world. stub AttachVCard()
1999-07-31 19:34:17 +00:00
sspitzer%netscape.com
471e37b045
landing compose attachment ui changes.
1999-07-31 19:05:36 +00:00
rhp%netscape.com
4cf0ea3753
Just adding this file...NOT PART OF THE BUILD!
1999-07-31 14:40:38 +00:00
hyatt%netscape.com
d11e6f8846
Phase 3. Moving the menu bar into the toolbox and enabling XP menus.
1999-07-31 11:33:23 +00:00
hyatt%netscape.com
25906786b3
Fixing mailcompose menu bar.
1999-07-31 07:54:30 +00:00
hyatt%netscape.com
689643e658
Phase 1 of XP menu landing. Patching XUL files.
1999-07-31 03:01:03 +00:00
briano%netscape.com
845dc59072
Added NSPR_LIBS so it the shared lib would build on IRIX.
1999-07-30 23:36:14 +00:00
sspitzer%netscape.com
748ba088eb
fix build bustage
1999-07-29 04:20:23 +00:00
briano%netscape.com
ea37bbc00a
Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
1999-07-29 01:18:12 +00:00
mscott%netscape.com
ad90319d2c
Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko.
1999-07-29 00:42:25 +00:00
davidm%netscape.com
fe4a23b937
Remove <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> now that tasksoverlay.css is in
1999-07-27 23:45:13 +00:00
briano%netscape.com
d99daeea9b
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
sspitzer%netscape.com
0819083bd1
wrap prefs with try and catch. turn back on ComposeLoad() call.
1999-07-27 21:24:57 +00:00
waterson%netscape.com
f6b84db71a
Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism.
1999-07-27 17:20:28 +00:00
rhp%netscape.com
0ad953e57a
Changes for new FCC handling
1999-07-27 12:17:13 +00:00
ducarroz%netscape.com
a6384233f9
Remove extra character sets introduced during my previous checking by mistake. Also enable back the charset menu.
1999-07-27 07:00:12 +00:00
ducarroz%netscape.com
d793008e33
Remove extra character sets introduced during my previous checking by mistake.
1999-07-27 06:32:59 +00:00
hangas%netscape.com
a06a798987
Fixed bustage left behind by previous checkins of this file. Hook? = arielb
1999-07-27 03:39:46 +00:00
hangas%netscape.com
f60b3ef970
Added taskbar to all mailnews windows, fixed xul files that began to fail after recent C++ checkins, and misc small UI enhancements. Hook? = arielb
1999-07-27 02:57:36 +00:00
sspitzer%netscape.com
a250c2a7d5
other header in compose feature, from dmose@netscape.com and endico@netscape.com.
1999-07-27 01:11:10 +00:00
ducarroz%netscape.com
dc722f8296
Use entitie for charset menu
1999-07-27 00:51:55 +00:00
ducarroz%netscape.com
c74266482d
Add css info for attachment tree
1999-07-27 00:51:29 +00:00
ducarroz%netscape.com
444964fd2e
Implement function MessageFcc()
1999-07-26 14:27:54 +00:00
chuang%netscape.com
7cb1b04ab4
xul files for replacing preference html files
1999-07-26 06:50:56 +00:00
sspitzer%netscape.com
4d2897d888
fix warnings.
1999-07-26 01:39:49 +00:00
sspitzer%netscape.com
4295ecb5d3
fix warning.
1999-07-26 01:39:00 +00:00
rickg%netscape.com
bcf302cec2
replaced calls to deprecated string API
1999-07-26 01:05:31 +00:00
hangas%netscape.com
24f57c17f0
Added taskbar to address book, turned on abilty to go to front most mail 3pane or ab from Tasks menu. Added Page Setup to messenger compose. Hook? = jj
1999-07-23 02:14:33 +00:00
sfraser%netscape.com
8d4239ffbc
Fix message compose to identify content iframe the correct way.
1999-07-23 00:18:44 +00:00
rhp%netscape.com
12019f03f5
closure of window fix
1999-07-22 22:46:32 +00:00