ramiro%netscape.com
7ee0e69965
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
ramiro%netscape.com
5c9835cc68
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
brendan%mozilla.org
defeffaabd
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
bienvenu%netscape.com
e92b9a932b
clean up method names, remove unused methods, start work on deleting non-discovered folders
1999-08-25 01:18:42 +00:00
ramiro%netscape.com
ec21b9ecbc
Set the timer lib flags in one place.
1999-08-24 14:54:59 +00:00
bienvenu%netscape.com
bfa561f68f
get rid of DOING_FILTERS #define
1999-08-24 04:23:31 +00:00
mccabe%netscape.com
a900e17559
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
df8d6855e0
return NS_ERROR_NOT_IMPLEMENTED for some of the channel interface implementations
1999-08-22 22:58:40 +00:00
mscott%netscape.com
15f43bccd9
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 22:57:50 +00:00
ramiro%netscape.com
56b62f3790
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
alecf%netscape.com
44017e0d56
stop using mDepth, use IsServer instead
1999-08-21 01:01:10 +00:00
bienvenu%netscape.com
5bd79f1776
add some db commits since we're not closing db's correctly
1999-08-19 22:23:54 +00:00
bienvenu%netscape.com
40513be898
land new folder and rename for jefft
1999-08-19 19:52:51 +00:00
sspitzer%netscape.com
ed89a74f16
fix #8364 . this gets rid of a really annoying assert on the Mac when using IMAP.
1999-08-18 02:27:17 +00:00
bienvenu%netscape.com
802c5c8816
more progress and status and alert handling + password prompts
1999-08-18 02:03:43 +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
ramiro%netscape.com
04349cdd68
Link expat and xmltok into the htmlparser statically. Not into the app.
1999-08-17 12:46:23 +00:00
bienvenu%netscape.com
9b841e5033
part of fix for 11651 fix memory leak of status msg a=chofmann
1999-08-13 21:43:08 +00:00
bienvenu%netscape.com
9459717a13
part of fix for 11651 print out status msgs with args a=chofmann
1999-08-13 21:41: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
jefft%netscape.com
2d6f1870c9
enabled RenameFolder()
1999-08-11 04:54:48 +00:00
jefft%netscape.com
4576437669
fixed linux build bustage
1999-08-11 01:00:57 +00:00
jefft%netscape.com
d04209e2b8
enabled imap Delete Folder move to Trash and background work for Rename Folder & Subscription
1999-08-11 00:17:15 +00:00
mscott%netscape.com
a7dd00b829
We weren't creating the socket transport from the correct thread. We were
...
doing it from LoadUrl which is in the ui thread. Necko makes assumptions
about what event queue to use for pumping notification messages based on
the current thread when you create the socket. So I moved this code
into ProcessCurrentUrl which lives in the imap connectoin thread.
Also fixed a big problem where we would wait on a monitor but waiting
was preventing messages from getting pumped which prevented ODA from
being called. So the monitor could never get notified. The fix is to
timeout of the PR_Wait and pump message events. We can then check a
flag to see if messages are being pumped.
1999-08-10 23:18:37 +00:00
mscott%netscape.com
87dda9f5e1
Until I can fix a threading problem...be sure to open the socket from the ui thread so events get pumped on the ui thread.
1999-08-10 18:32:34 +00:00
mscott%netscape.com
9711c8df32
synch up apis.
1999-08-10 18:18:56 +00:00
mscott%netscape.com
14f702cb04
Changes to reflect the fact that GetServer is a method on nsIMsgMailNewsUrl now.
1999-08-10 18:18:41 +00:00
mscott%netscape.com
c340850f3c
remove GetServer implementation...it's now done in the base url class
1999-08-10 18:18:16 +00:00
hangas%netscape.com
3b674936da
First Checked In.
1999-08-10 18:05:04 +00:00
sspitzer%netscape.com
338f1519e1
ignore generate Makefile
1999-08-10 05:11:59 +00:00
alecf%netscape.com
029a406afa
fix unused variable
1999-08-10 04:04:58 +00:00
bienvenu%netscape.com
f9e18a8b4e
add subscribe and unsubscribe methods
1999-08-10 03:29:22 +00:00
alecf%netscape.com
576bc98ae1
IMAP doesn't need nsImapURI2Name anymore
1999-08-10 00:52:59 +00:00
alecf%netscape.com
2c821c57bc
IMAP doesn't need it's own implementation of GetName
1999-08-10 00:47:44 +00:00
alecf%netscape.com
14068dc6b9
fix uninitialize variable
1999-08-09 23:28:27 +00:00
jefft%netscape.com
4ec8e8b82d
added DeleteFolder()
1999-08-09 23:21:25 +00:00
jefft%netscape.com
0a6cd043f5
added InTrash() & DeleteSubFolders()
1999-08-09 23:20:24 +00:00
jefft%netscape.com
cdcf6b93ac
added DeleteFolder()
1999-08-09 23:15:06 +00:00
bienvenu%netscape.com
404e16da1f
add imap msgs to build
1999-08-09 21:19:47 +00:00
bienvenu%netscape.com
e0f8d8fb50
clean up resource export for imap, not part of build yet
1999-08-09 20:21:59 +00:00
bienvenu%netscape.com
e89954cd01
change location of imap string bundle
1999-08-09 01:21:52 +00:00
bienvenu%netscape.com
757cc44eec
make files for imap msgs, not part of build yet
1999-08-09 00:41:15 +00:00
bienvenu%netscape.com
b49c872963
add discovering mailbox message
1999-08-08 19:40:55 +00:00
bienvenu%netscape.com
6b5a784463
more solaris bustage
1999-08-07 04:03:46 +00:00
bienvenu%netscape.com
d2f3371862
fix next solaris bustage
1999-08-07 03:43:06 +00:00
bienvenu%netscape.com
3653ea8d06
get rid of nsString2
1999-08-07 02:32:02 +00:00
bienvenu%netscape.com
bbf4cffcd7
get rid of nsString2, more hooking up of status
1999-08-07 02:30:11 +00:00
alecf%netscape.com
d1b778a237
don't crash when mDatabase is null
1999-08-07 00:45:04 +00:00