rhp%netscape.com
1ad0e2f856
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
b3adb806c3
Making messengercompose compliant.
1999-12-05 09:10:47 +00:00
drapeau%eng.sun.com
de7f48e5a5
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
bf4ef9672f
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
7a493ed3db
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
eca3788d93
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
cc9f91e6d8
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
2dc58e715b
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
8dfb58e0e1
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
4f85b2ae18
add sendlater to unix build (test only, no review)
1999-12-02 06:32:36 +00:00
alecf%netscape.com
3941a57406
update to use accountmanager as a service (test only, no review)
1999-12-02 06:31:47 +00:00
alecf%netscape.com
15fc5e6a05
add geturl and sendpage tests to unix build (test only, no review)
1999-12-02 06:29:27 +00:00
alecf%netscape.com
684d6e15e4
update this test (test only, no review)
...
use accountmanager as a service now
1999-12-02 06:28:42 +00:00
alecf%netscape.com
5239736e7f
fix makefile so this test builds on unix
1999-12-02 06:27:00 +00:00
alecf%netscape.com
cc00aaa5d3
add compose2 to the unix build (test only, no review)
1999-12-02 06:25:06 +00:00
alecf%netscape.com
1e2bc36b9b
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
cbe91f065b
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
30fa8e4460
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
65a16ca43e
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
4e85a6f601
Fix build bustage. Casting missing!
1999-12-02 00:04:26 +00:00
ducarroz%netscape.com
e2b9d47819
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
dfbb3e4b9e
Part of fix for bug 17771. Add class nsIMsgRecipientArray. R=jefft
1999-12-01 22:34:49 +00:00
ducarroz%netscape.com
cf57bd1554
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
6841033c1e
Rename shadow variable. R=jefft
1999-12-01 22:33:55 +00:00
cmanske%netscape.com
b39b6ad932
Changed Message Composer UI for new color picker UI. r=sfraser
1999-12-01 22:19:56 +00:00
sspitzer%netscape.com
480870fa53
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
d14f84b6e1
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
a848d1073f
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
a265a32348
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
67bde0d5cf
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
1da7d3868d
fix for 18078. r=mstoltz,warren
1999-11-30 00:32:43 +00:00
sspitzer%netscape.com
7e1ab2889c
fixed by ducarroz. r=sspitzer
1999-11-29 22:28:40 +00:00
hangas%netscape.com
1f11af9677
Fix for 18018, mail prefs messed up. r=davidm
1999-11-29 21:38:32 +00:00
sspitzer%netscape.com
482fba02c7
remove workaround for #14312 , it is no longer needed.
1999-11-29 20:41:23 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
ducarroz%netscape.com
78992bad99
First Checked In.
1999-11-24 23:01:13 +00:00
akkana%netscape.com
25ec09fbb0
19610: Change InsertAsQuotation API to return inserted node r=rhp
1999-11-24 20:48:59 +00:00
akkana%netscape.com
63a098fcc6
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
7d8066d210
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
e70317be80
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
4d3224d77c
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
4ce787a363
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
7ba8b810d1
Changes for using nsSpecialSystemDirectory directory - Bug #18021 - r: jefft
1999-11-20 03:14:13 +00:00
kin%netscape.com
56277e5476
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
404373bd26
Change for I18N quoting bugs - Bug #: 19164 - r: jefft
1999-11-19 03:27:03 +00:00
ducarroz%netscape.com
a6502fcb8d
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
ducarroz%netscape.com
e8f8b14879
Fix for bug 16413. Use parser call RemoveDuplicateAddresses when building recipients list. R=mscott
1999-11-18 15:06:56 +00:00
mscott%netscape.com
371a695a71
minor tweak to properly remove everything after (and including) the ? from a mailto url when extracting
...
the to part.
1999-11-18 10:16:26 +00:00
mscott%netscape.com
fe1df31ce7
Fix solaris breakage.
1999-11-18 09:15:20 +00:00
mscott%netscape.com
9d717e83fe
Bug #14928 register our x-application-mailto content handler
...
register mailto url protocol
r=sspitzer
1999-11-18 08:39:40 +00:00
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