Commit Graph

452 Commits

Author SHA1 Message Date
jefft%netscape.com
53d76465cd rename nsImapMailCopyState variables to prefix with m_ 1999-07-14 19:35:31 +00:00
jefft%netscape.com
de6bdc04be more on copy service - added more methods to support append message from file; setting newly appended msg uid; setting newly copyed uids 1999-07-13 20:13:41 +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
7baa41ff09 fixed build bustage; OnlineMessageCopy() requires one more parm 1999-07-07 14:41:26 +00:00
jefft%netscape.com
c255345a3d one more parameter for SetCopyResponseUid 1999-07-07 13:45:17 +00:00
jefft%netscape.com
5cb145cb30 failed to set up correct urlListener 1999-07-07 07:10:39 +00:00
jefft%netscape.com
8a3aaa2a55 failed to initialize m_copyState to nsnull 1999-07-07 06:50:22 +00:00
jefft%netscape.com
f965b6fdf6 notify copy server when done with move/copy messages operation 1999-07-07 06:37:55 +00:00
jefft%netscape.com
a84bdba246 added GetSrcKeyArray() & GetDstKeyArray() 1999-07-07 06:36:24 +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
e9386771ad implemented same imap host move/copy message + undo 1999-07-07 04:01:05 +00:00
jefft%netscape.com
46fa41e021 make sure to delete message headers when undo/redo'ng 1999-07-07 03:58:39 +00:00
bienvenu%netscape.com
b1b65a0cde fix imap move to sub folder, imap delete uri to have user name 1999-07-03 22:06:44 +00:00
briano%netscape.com
81fba40438 Cleanup and fixes for OpenBSD. 1999-07-02 21:30:31 +00:00
bienvenu%netscape.com
cb8014d99d fix get new msgs, work on unicode folder names 1999-07-02 19:20:54 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +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
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
bienvenu%netscape.com
8cf6885157 back out nsCOMPtr leaks 1999-06-30 23:29:06 +00:00
bienvenu%netscape.com
f6da2a769d fix nsCOMPtr leak 1999-06-30 23:19:26 +00:00
ducarroz%netscape.com
9c8e49df80 Replace time_t by PRTime 1999-06-30 21:04:29 +00:00
bienvenu%netscape.com
d769a8d9cf fix nsCOMPtr asserts 1999-06-30 19:39:04 +00:00
bienvenu%netscape.com
6bb11114d8 check for null before add reffing 1999-06-30 19:38:34 +00:00
rhp%netscape.com
3d99a01c4a fix for file locator line...still not sure if this program is working... 1999-06-30 05:47:17 +00:00
bienvenu%netscape.com
edc5536d4f use nsCRT strdup instead of PL_strdup, prepare way for PRUnichars 1999-06-30 00:26:32 +00:00
scc%netscape.com
f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
scc%netscape.com
4973918df6 Added |GetIID()| 1999-06-29 20:28:56 +00:00
mcafee%netscape.com
8b722793b2 BeOS changes 1999-06-29 09:31:14 +00:00
mcafee%netscape.com
2d82415f9b Cleaning up ifdefs, adding BeOS case. 1999-06-29 09:25:10 +00:00
mcafee%netscape.com
1254e06800 fixing ifdefs again. 1999-06-29 09:22:57 +00:00
mcafee%netscape.com
6b9e466478 Cleaning up ifdef logic, adding BeOS case. 1999-06-29 09:21:32 +00:00
bienvenu%netscape.com
05cfcb0f1d fix imap uri parsing 1999-06-29 03:49:18 +00:00
bienvenu%netscape.com
c052416e19 fix override of GetPrettyName 1999-06-28 22:29:08 +00:00
bienvenu%netscape.com
77ead97514 make name and pretty name unichar's 1999-06-28 21:56:33 +00:00
rickg%netscape.com
efc862d675 fixup nsString API usage 1999-06-27 18:04:40 +00:00
alecf%netscape.com
471eb18c9a XPIDLize nsIMsgParseMailMsgState 1999-06-27 05:17:03 +00:00
alecf%netscape.com
ec85797066 rename myISupports to something more obvious to avoid shadow warnings 1999-06-27 05:16:08 +00:00
bienvenu%netscape.com
5374b0377c start working on making nsMsgDatabase scriptable 1999-06-25 19:46:47 +00:00
ramiro%netscape.com
773e34ec7d Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
putterman%netscape.com
8c5fcdb576 Add GetPath to nsIMsgFolder. 1999-06-25 03:56:02 +00:00
bienvenu%netscape.com
d05a199a94 turn on utf7 en and decoding 1999-06-24 22:30:26 +00:00
bienvenu%netscape.com
3493534409 fix purify errors, particularly mismatched deletes 1999-06-24 03:53:35 +00:00
bienvenu%netscape.com
69f916e6d3 put in code for utf7, but not enabled 1999-06-24 00:50:37 +00:00
bienvenu%netscape.com
9a06fc3d8c fix handling of hosts without namespace extension, start working on utf7 stuff 1999-06-23 21:48:25 +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
mscott%netscape.com
c2f8a7e095 We no longer inherit from nsIMsgMailNewsUrl.... 1999-06-22 21:55:25 +00:00
mscott%netscape.com
dc740c3a6c 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, nsIImapUrl, nsIMsgMailNewsUrl, etc).
1999-06-22 21:55:06 +00:00