mscott%netscape.com
c856871f86
Properties file for local mail strings.
1999-08-19 06:22:40 +00:00
mscott%netscape.com
839cc22666
Adding to the repository. Makefiles for the locale\en-US directory for local mail.
1999-08-19 06:21:59 +00:00
mscott%netscape.com
84787d7165
Adding to CVS.
1999-08-19 06:21:24 +00:00
mscott%netscape.com
2c3a20293f
Bug #11980 --> fix a crash after entering a bogus password for pop.
1999-08-19 06:20:19 +00:00
bienvenu%netscape.com
b0429b043c
add RemoveSubFolder for Jefft
1999-08-18 05:35:54 +00:00
ramiro%netscape.com
6eeeaf7730
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
ramiro%netscape.com
ee33c47ded
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
warren%netscape.com
d944d70a84
Fix for bug 7682: StringBundle can't load URLs from imap thread.
1999-08-13 00:43:48 +00:00
mscott%netscape.com
604c822959
This file has been gathering dust! it's been an idl file for a while...remove it from the repository.
1999-08-11 00:16:31 +00:00
mscott%netscape.com
9b6eceb5cd
These files are all idl files and have been lying around gathering dust. removing them.
1999-08-11 00:15:26 +00:00
mscott%netscape.com
e2987a0982
Fix for Bug #11470 --> when prompting the user for a password (when getting new mail for pop), let's gracefully abort
...
the operation if the user hits cancel.
1999-08-10 23:08:50 +00:00
hangas%netscape.com
41f214f22e
Removed two .h files that were copied the old way rather than built in the idl project.
1999-08-10 22:32:14 +00:00
hangas%netscape.com
ff7ed579f8
Added two more idl files.
1999-08-10 22:31:38 +00:00
putterman%netscape.com
f76cf47d48
Set depth correctly for folders.
1999-08-10 21:44:58 +00:00
hangas%netscape.com
ec85f97649
Fixing build bustage.
1999-08-10 19:58:18 +00:00
mscott%netscape.com
36f4221a37
Very strange...it looks like we were exporting an obsolete pop3url header file on the mac which was over-writing the generated
...
XPIDL version.
1999-08-10 19:55:12 +00:00
mscott%netscape.com
264a90f371
Override get and set password methods from base class.
1999-08-10 18:16:44 +00:00
mscott%netscape.com
32811c1f7c
set user name on pop urls. remove code to read in password as we don't do that anymore.
...
Fix for Bug # .
1999-08-10 18:16:13 +00:00
mscott%netscape.com
9d4ed1a855
add set user name support.
1999-08-10 18:15:18 +00:00
mscott%netscape.com
0d8806d19c
add SetuserName support
1999-08-10 18:10:45 +00:00
mccabe%netscape.com
2a403483de
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
c37bb590d2
Add GetUserName support which is a private method on nsMsgMailNewsUrl and is not part of an interface.
1999-08-10 07:22:03 +00:00
alecf%netscape.com
719f9b06af
clean up folder and server naming:
...
- prettyName is now a unicode string and lives in nsIFolder
- servers now have the automatic pretty name of "userid on servername" and can be overridden
- name consolidation is complete
1999-08-10 04:39:22 +00:00
alecf%netscape.com
7cddd0f05d
fixing uninitialized variables
1999-08-10 04:04:28 +00:00
alecf%netscape.com
e832b72a6c
we don't need nsLocalURI2Name anymore, because this is done in base
1999-08-10 00:51:45 +00:00
alecf%netscape.com
ef175cd013
get rid of local mail's implementation of GetName
1999-08-10 00:47:07 +00:00
alecf%netscape.com
b6a291576d
reorder member variables to match constructor
1999-08-09 22:47:53 +00:00
bienvenu%netscape.com
8f3473e855
get rid of nsString2
1999-08-07 15:47:55 +00:00
bienvenu%netscape.com
ae352b4541
one more try - fix build bustage
1999-08-07 03:17:47 +00:00
bienvenu%netscape.com
4c5db28faf
fix build bustage
1999-08-07 02:57:43 +00:00
mscott%netscape.com
f6d9be674e
Turn on prompt for password dialog when you try to get new mail. We no longer read it out of the prefs.
1999-08-07 00:42:16 +00:00
bienvenu%netscape.com
bf989a5b90
add explicit includes to prepare for idl cleanup
1999-08-06 17:45:38 +00:00
bienvenu%netscape.com
a5c741448d
new paramater to selectFolder
1999-08-05 23:27:10 +00:00
sspitzer%netscape.com
fdcbe50278
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
mscott%netscape.com
6ea696c203
Work around for necko problem. After reading a file, necko returns NS_BINDING_ABORTED which is defined as an error code.
...
It really should be defined as success. I'm redefining the return code to NS_OK if NS_BINDING_ABORTED is returned until
necko can fix this.
1999-08-05 22:17:52 +00:00
mscott%netscape.com
16f3cd4cc3
Changes for:
...
nsString(eOneByte) --> nsCString
nsString(eTwoByte) nsString
nsString2 --> nsString
1999-08-05 04:28:28 +00:00
sspitzer%netscape.com
aa996d0e5b
fix warnings. add newline to the end of file for crappy unix compilers
1999-08-04 20:40:23 +00:00
mscott%netscape.com
2cf88f37e0
Fix linux warning.
1999-08-04 18:50:00 +00:00
jefft%netscape.com
ff2eccceca
fixed bug 8135, 9782 - force to create default mailboxes at the startup time
1999-08-03 20:45:50 +00:00
jefft%netscape.com
234e49ab1d
one more time; try to fix Sun build bustage
1999-07-31 03:03:28 +00:00
jefft%netscape.com
f164d9d038
try again - fixing sun build bustage
1999-07-31 02:12:13 +00:00
jefft%netscape.com
9ff5392f2f
fix sun os bustage
1999-07-31 01:59:52 +00:00
jefft%netscape.com
c887b3033c
more on pop3 vs imap4 undo move/copy messages work
1999-07-30 23:53:01 +00:00
jefft%netscape.com
f46ee84a0f
make sure to reset the current file position and header start position when setting new envelope position
1999-07-30 23:50:56 +00:00
briano%netscape.com
0212559fff
Added NSPR_LIBS so it the shared lib would build on IRIX.
1999-07-30 23:36:14 +00:00
mscott%netscape.com
cb6e27baec
fix solaris build breakage.
1999-07-29 04:31:09 +00:00
mscott%netscape.com
01ab699db6
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
briano%netscape.com
007ea62765
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
dougt%netscape.com
5adb63dcaf
Fix for bug 10177 and 10041.
1999-07-26 22:09:42 +00:00
rickg%netscape.com
418cac6b88
replaced call to deprecated nsString API
1999-07-26 01:01:10 +00:00
putterman%netscape.com
5389eac352
Check in IMAP to Local copying fix for jefft.
1999-07-24 22:07:59 +00:00
jefft%netscape.com
eecba3c846
enable undo move/copy messages from different server
1999-07-23 14:40:55 +00:00
putterman%netscape.com
ff0d93744a
Use PL_strfree
1999-07-23 04:34:01 +00:00
putterman%netscape.com
5ff710dba8
Do a case insensitive compare for figuring out special folders.
1999-07-20 21:14:39 +00:00
bienvenu%netscape.com
a78ee3685c
force update if we have db open
1999-07-20 03:42:34 +00:00
jefft%netscape.com
342ee4bbbe
make sure to call Commit() after adding new msgHdr to the database
1999-07-20 01:56:47 +00:00
jefft%netscape.com
cefdadb0dd
calling msgdg->Commit() after adding a new message header
1999-07-19 21:45:26 +00:00
rickg%netscape.com
23b232d248
switch to faster string search API
1999-07-19 03:29:56 +00:00
jefft%netscape.com
5f5eabc97c
more on uber copy service - enable move/copy messages from news to pop3 & imap4, from imap4 to imap4, from imap4 to pop3
1999-07-18 22:33:25 +00:00
bienvenu%netscape.com
7d4724fe66
more work on folder cache
1999-07-17 20:33:15 +00:00
sspitzer%netscape.com
4aed0216c8
fix warnings
1999-07-17 18:32:18 +00:00
ramiro%netscape.com
a09ea8b7ca
Landing timer move on unix.
1999-07-17 14:22:51 +00:00
jefft%netscape.com
64c4436933
renamed local varible to aviod variable shadow problem
1999-07-16 17:58:17 +00:00
bienvenu%netscape.com
d8db714e22
fix unix warnings
1999-07-15 02:41:59 +00:00
jefft%netscape.com
0f84f15a53
more on copy service -- rework on CopyMessages(), CopyFileMessage() interface
1999-07-13 20:14:55 +00:00
bienvenu%netscape.com
9c9d4be83b
changes for msgdb idl
1999-07-13 18:52:56 +00:00
bienvenu%netscape.com
2b31f9e8da
change db open for idl
1999-07-13 18:45:54 +00:00
rhp%netscape.com
e4c1bf272c
Compose back end cleanup
1999-07-13 18:38:36 +00:00
jefft%netscape.com
36beb51f21
minor clean up; remove extra checking for nsresult
1999-07-07 06:35:23 +00:00
ramiro%netscape.com
5cdb03367b
Define the toolkit flags in one place an reuse that. Hopefully this will
...
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
bienvenu%netscape.com
09a5217674
work around 9306, unable to load more than one message
1999-07-07 04:01:38 +00:00
jefft%netscape.com
e75c1064e5
added client nsISupport
1999-07-07 03:56:13 +00:00
putterman%netscape.com
a2a8f65314
Add folders as an nsISupports.
1999-07-06 22:44:30 +00:00
jefft%netscape.com
3936368326
CopyFileMessage() now adds the new message header to the database
1999-07-05 17:37:37 +00:00
rhp%netscape.com
31ca209bb0
Need to close the file so compose back end can delete it.
1999-07-03 21:05:07 +00:00
jefft%netscape.com
f892e84bc0
added a little bit comments and rearrange a little bit code
1999-07-03 01:55:31 +00:00
rhp%netscape.com
ecf2962dc9
more error checking for copy service
1999-07-02 23:33:00 +00:00
putterman%netscape.com
f8291f3e00
some nscomptr fixes.
1999-07-02 21:24:31 +00:00
rhp%netscape.com
cd3b22a197
Fix for multiple closes/deletes on a file
1999-07-02 19:45:46 +00:00
bienvenu%netscape.com
34e9e887eb
convert to alec's idlized filter stuff
1999-07-02 19:21:49 +00:00
dveditz%netscape.com
0eb6c820cf
nakefile cleanups
1999-07-02 13:42:17 +00:00
dveditz%netscape.com
d3f47f37f5
makefile cleanups
1999-07-02 13:40:18 +00:00
ramiro%netscape.com
f41e67c622
Separate the widget and gfx toolkits into two variables.
...
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com
17864a291d
Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles
1999-07-02 11:50:19 +00:00
sspitzer%netscape.com
14af3267cb
NS_FAILED(rv) is always false, as it isn't set here. checking inputStream
...
instead. more need to be done here. sending mail to jefft
1999-07-02 06:30:57 +00:00
putterman%netscape.com
8ed7447f2f
Don't AddRef is *aResult is nsnull.
1999-07-01 22:33:48 +00:00
putterman%netscape.com
19e80e21a0
Pass in correct folder for Copying messages.
1999-07-01 21:55:45 +00:00
jefft%netscape.com
eb031aa5e4
implemented CopyFileMessage()
1999-07-01 21:03:00 +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
briano%netscape.com
d4b2efa813
Cleanup and fix for OpenBSD.
1999-07-01 18:51:49 +00:00
jefft%netscape.com
f13a35d8e5
added helper InitCopyState()
1999-07-01 18:13:56 +00:00
jefft%netscape.com
a040e9d649
use copy service for move/copy/delete message; enable local undo
1999-07-01 14:49:49 +00:00
ducarroz%netscape.com
9c8e49df80
Replace time_t by PRTime
1999-06-30 21:04:29 +00:00
putterman%netscape.com
b60faf2d75
Append an nsISupports rather than a folder.
1999-06-30 20:05:10 +00:00
bienvenu%netscape.com
2686ba7c71
get rules file from server root directory
1999-06-30 00:25:38 +00:00
scc%netscape.com
f79508bc68
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
1999-06-29 21:01:31 +00:00
mcafee%netscape.com
ed705ebef7
Fixing solaris bustage.
1999-06-29 12:01:29 +00:00
mcafee%netscape.com
8b722793b2
BeOS changes
1999-06-29 09:31:14 +00:00
mcafee%netscape.com
264aa88336
Cleaning up ifdef logic, adding BeOS case.
1999-06-29 09:29:10 +00:00
bienvenu%netscape.com
77ead97514
make name and pretty name unichar's
1999-06-28 21:56:33 +00:00