rhp%netscape.com
|
0d33f5862f
|
Adding pref to disable copy operations
|
1999-07-03 15:53:08 +00:00 |
|
rhp%netscape.com
|
fdbdc456c5
|
Changes for FCC operations
|
1999-07-03 15:02:38 +00:00 |
|
rhp%netscape.com
|
cbc3b3f976
|
Adding mail folder separator to output function
|
1999-07-02 21:30:47 +00:00 |
|
rhp%netscape.com
|
c2f73d352c
|
Changes for copy listener
|
1999-07-02 19:52:55 +00:00 |
|
sspitzer%netscape.com
|
59d40639b7
|
initialize this in the constructor. bad things can happen otherwise.
|
1999-07-02 06:29:56 +00:00 |
|
rhp%netscape.com
|
fc5282da17
|
Changes to enable new quoting as default
|
1999-07-02 06:25:27 +00:00 |
|
rhp%netscape.com
|
788cc36525
|
Changes for new style quoting
|
1999-07-02 05:47:11 +00:00 |
|
warren%netscape.com
|
bd73f68e8b
|
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
|
1999-07-01 19:30:20 +00:00 |
|
rhp%netscape.com
|
753a4fb8ec
|
Changes for plain text quoting
|
1999-07-01 18:08:05 +00:00 |
|
putterman%netscape.com
|
3f0119ce03
|
Use nsCOMTypeInfo
|
1999-07-01 00:16:39 +00:00 |
|
ducarroz%netscape.com
|
9c8e49df80
|
Replace time_t by PRTime
|
1999-06-30 21:04:29 +00:00 |
|
alecf%netscape.com
|
be2ce6b76f
|
fix for blocker - bug #9016 - this prevents the crash, but mail is still not sent on windows
|
1999-06-29 19:02:25 +00:00 |
|
mcafee%netscape.com
|
644ece7b3e
|
BeOS changes
|
1999-06-29 09:19:14 +00:00 |
|
mcafee%netscape.com
|
17bc26ffe4
|
Cleaning up ifdef logic, adding BeOS case.
|
1999-06-29 09:11:44 +00:00 |
|
sspitzer%netscape.com
|
3575210d93
|
changes to get more sophisticated newsgroup addressing to work. thanks to rhp for the backend work. also checking in some xul / js to test this.
|
1999-06-29 05:04:17 +00:00 |
|
alecf%netscape.com
|
67cc9fa367
|
remove identity-specific prefs
|
1999-06-29 04:45:28 +00:00 |
|
alecf%netscape.com
|
eb006f3664
|
now take the identity at send-time
|
1999-06-29 04:45:11 +00:00 |
|
alecf%netscape.com
|
352b452b97
|
now use the identity that was passed in instead of GetHackIdentity, and remove GetHackIdentity
|
1999-06-29 04:44:24 +00:00 |
|
alecf%netscape.com
|
c7b7ada7df
|
generate the message ID from an identity, and take the identity from Init() rather than from GetHackIdentity
|
1999-06-29 04:41:06 +00:00 |
|
rhp%netscape.com
|
9252ceb94e
|
Reworking message copy back end
|
1999-06-26 23:18:49 +00:00 |
|
sspitzer%netscape.com
|
e518c4fb8b
|
fix warning
|
1999-06-26 20:48:10 +00:00 |
|
sspitzer%netscape.com
|
fa49f7a7de
|
fix warnings
|
1999-06-26 20:47:13 +00:00 |
|
sspitzer%netscape.com
|
8ea6512049
|
fix warnings
|
1999-06-26 04:40:56 +00:00 |
|
rhp%netscape.com
|
1bcb44233f
|
Copy service changes
|
1999-06-26 01:11:28 +00:00 |
|
ducarroz%netscape.com
|
8d7f41b9f3
|
replace pref "mail.identity.<idn>.send_html" by "mail.identity.id1.compose_html".
replace pref "mail.identity.<idn>.wrap_column" by "mail.wraplength"
|
1999-06-25 21:47:43 +00:00 |
|
sspitzer%netscape.com
|
49b0602e89
|
changes to make this not build if path isn't defined
|
1999-06-25 00:49:28 +00:00 |
|
sspitzer%netscape.com
|
7ea2d6cf80
|
fix warnings. get this stuff to build on UNIX
|
1999-06-25 00:23:26 +00:00 |
|
rhp%netscape.com
|
1c192ecb11
|
Changes for compose reorg
|
1999-06-24 23:54:34 +00:00 |
|
rhp%netscape.com
|
3fb20553f2
|
New files for GetURL operations
|
1999-06-23 21:46:07 +00:00 |
|
warren%netscape.com
|
1f76168d21
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
|
warren%netscape.com
|
099d441d93
|
Missing return!
|
1999-06-22 20:21:34 +00:00 |
|
mscott%netscape.com
|
edf7cd7000
|
Overhaul of smtp url to use new nsMsgMailNewsUrl class. This should make necko integration easier and reduce footprint a bit.
|
1999-06-21 23:20:50 +00:00 |
|
mscott%netscape.com
|
cabd905fc8
|
Because of my over-haul for mailnews urls, we now need to be more explicit about the url interfac
we are calling the method on (nsIURL, nsISmtpUrl, nsIMsgMailNewsUrl, etc).
Use the factory to create an instance of the smtp url for running urls.
|
1999-06-21 23:19:13 +00:00 |
|
mscott%netscape.com
|
1ada3b7e46
|
Because of my over-haul for mailnews urls, we now need to be more explicit about the url interfac
we are calling the method on (nsIURL, nsISmtpUrl, nsIMsgMailNewsUrl, etc).
|
1999-06-21 23:18:45 +00:00 |
|
sfraser%netscape.com
|
2f6066904d
|
Removal of old EditorAppCore code.
|
1999-06-21 22:33:29 +00:00 |
|
ducarroz%netscape.com
|
415558b4d0
|
File Removed.
|
1999-06-21 20:51:48 +00:00 |
|
ducarroz%netscape.com
|
58294b1648
|
Remove forward as quoted.
Don't addref/release m_editor, fix for bug 8570
|
1999-06-21 20:28:40 +00:00 |
|
sfraser%netscape.com
|
7ec882a272
|
Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also comment out the extra release, with comment about why.
|
1999-06-19 22:04:20 +00:00 |
|
sfraser%netscape.com
|
0e2aa5d823
|
Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it.
|
1999-06-19 21:53:00 +00:00 |
|
ducarroz%netscape.com
|
dc9595749d
|
Turn off the new quoting code that was causing bug #8483 and #8481, A=chofmann.
|
1999-06-19 00:16:39 +00:00 |
|
rhp%netscape.com
|
db625ad65a
|
This will enable the old quoting hack for non local mailbox messages. This
checkin was approved by chofmann.
|
1999-06-18 02:37:25 +00:00 |
|
ducarroz%netscape.com
|
5bd25a7778
|
Fix for bug 7508, A=chofmann, R=bienvenu
|
1999-06-16 22:58:02 +00:00 |
|
alecf%netscape.com
|
75be6d7408
|
fix vc5 bustage - don't use nsCOMPtr on implementations, only on interfaces
|
1999-06-16 04:09:33 +00:00 |
|
mscott%netscape.com
|
0124f4b62b
|
Don't attempt to read from the file we are sending unless the file stream is in fact open.
|
1999-06-16 02:19:49 +00:00 |
|
sspitzer%netscape.com
|
62e5a55ab1
|
no newline at the end of the file
|
1999-06-16 00:24:39 +00:00 |
|
sspitzer%netscape.com
|
7214b158cc
|
rename s to s2 to stop shadowing. we don't need to get the prefs service again, we already have it.
|
1999-06-16 00:24:17 +00:00 |
|
mscott%netscape.com
|
28288f9834
|
Bug #8221 fix memory problems with nsCOMPtr & using do_QI around methods. We were also making a com ptr out of a non interface so I added a dirty hack to fix that.
|
1999-06-16 00:00:55 +00:00 |
|
rhp%netscape.com
|
1d71c93760
|
New quoting functionality
|
1999-06-15 23:22:34 +00:00 |
|
ducarroz%netscape.com
|
75fab88934
|
replace /*nsIDOMEditorAppCore*/nsISupports by nsIEditorShell
|
1999-06-15 14:25:26 +00:00 |
|
rhp%netscape.com
|
ebb4679beb
|
Checking in changes for new files (not in build yet)
|
1999-06-15 14:11:56 +00:00 |
|