Commit Graph

414 Commits

Author SHA1 Message Date
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
mscott%netscape.com
48f0990fcc Url re-organization to use nsMsgMailNewsUrl implementation code. This is part of my necko integration work and
should also have the added benefit of reducing footprint.
1999-06-22 21:54:46 +00:00
mscott%netscape.com
c96a3e5fd9 QI url to the right type for nsIMsgMailNewsurl methods. 1999-06-22 21:53:34 +00:00
mscott%netscape.com
10ac55c56d QI url to the right type for nsIMsgMailNewsurl methods. 1999-06-22 21:19:51 +00:00
bienvenu%netscape.com
fb53fe3128 fix check for error opening database 1999-06-22 20:29:43 +00:00
mscott%netscape.com
dbb4e2b201 include nsMsgImapCID.h 1999-06-22 05:00:12 +00:00
mscott%netscape.com
a5f19ab0bb add another class id. 1999-06-22 05:00:04 +00:00
mscott%netscape.com
a6c26760a7 move class id into nsMsgImapCID.h 1999-06-22 04:58:16 +00:00
mscott%netscape.com
d5509c05d5 include nsMsgImapCID.h. move class id into nsMsgImapCID.h 1999-06-22 04:58:01 +00:00
mscott%netscape.com
694803d723 Move class ids into nsMsgImapCID.h and out of the interfaces! 1999-06-22 04:56:03 +00:00
mscott%netscape.com
6f740175e8 Export nsMsgImapCID.h 1999-06-22 04:55:03 +00:00
mscott%netscape.com
4ec6f48e35 Export nsMsgImapCID.h 1999-06-22 04:49:47 +00:00
mscott%netscape.com
15a6fd0c3d First checked in. Header file for the class ids this factory can produce components for. 1999-06-22 04:46:01 +00:00
alecf%netscape.com
05fd122471 add userid@ to all mail/news URIs and add parsing code to support this
this change allows servers to be unique by {userid, hostname, type} combination and allows nsIMsgAccountManager::FindServer() to search for servers this way.
1999-06-22 03:03:48 +00:00
jefft%netscape.com
3f3214a3fe setting up correct url listener when undo/redo'ing 1999-06-21 23:07:09 +00:00
jefft%netscape.com
61b5535ffc fixed resetting current folder uid validity and highest recorded uid problem 1999-06-21 23:05:29 +00:00
jefft%netscape.com
92da62cf44 check for m_imapMailFolderSink before calling UpdateImapMailboxInfo() 1999-06-21 23:03:28 +00:00
jefft%netscape.com
48456675cf partially enable undo 1999-06-21 23:02:30 +00:00
bienvenu%netscape.com
6df6af1ad3 remove export of host session list interface, fix case of include file 1999-06-20 16:13:25 +00:00
bienvenu%netscape.com
d95e434499 add export of host session list interface 1999-06-20 16:11:06 +00:00
bienvenu%netscape.com
8a6eb35dcb run url queue from mozilla thread, more work on imap filters 1999-06-20 15:35:10 +00:00
bienvenu%netscape.com
7b175f3c86 don't continue applying filters after move 1999-06-16 05:58:02 +00:00
mscott%netscape.com
274363cbf7 After creating an imap url from create instance, we need to initialize it. 1999-06-16 03:10:22 +00:00
mscott%netscape.com
b65da831b0 Add initialize support 1999-06-16 03:09:12 +00:00
mscott%netscape.com
049a8db3f4 Add interface method for initialize. 1999-06-16 03:08:49 +00:00
mscott%netscape.com
925085f3ed Bug #8221 fix memory problems with nsCOMPtr & using do_QI around methods. 1999-06-15 23:39:56 +00:00
hangas%netscape.com
06e40991b1 Added nsImapMoveCoalescer.cpp 1999-06-15 23:30:01 +00:00
bienvenu%netscape.com
440e26b7fb add imap move coalescer to filter code 1999-06-15 23:17:49 +00:00
bienvenu%netscape.com
2e11e8f2bb not part of build, initial entry into cvs of helper class for coalescing moves 1999-06-15 21:20:08 +00:00
jefft%netscape.com
830f5cd62f fixed Mac build bustage 1999-06-15 15:12:52 +00:00
jefft%netscape.com
93ae12bb83 fix linux build bustage 1999-06-15 15:05:48 +00:00
jefft%netscape.com
67395ada51 added files: mozilla/mailnews/imap/src/nsImapUndoTxn.cpp 1999-06-15 13:20:34 +00:00
jefft%netscape.com
d990e4fb61 more on unod work - added SetCopyResponseUid() method; nsImapMoveCopyMsgTxn class; fix set message flags not working problem 1999-06-15 13:16:51 +00:00
jefft%netscape.com
ec5264cde5 added SetCopyResponseUid interface 1999-06-15 13:12:54 +00:00
jefft%netscape.com
54bdbaf527 added nsImapUidExpunge action 1999-06-15 13:12:08 +00:00
putterman%netscape.com
c7f23c6607 Added deleteStorage parameter. 1999-06-14 22:25:10 +00:00
bienvenu%netscape.com
33e7b223dc prepare for msgdb idl 1999-06-14 02:20:41 +00:00
bienvenu%netscape.com
3afd079799 more work on imap filters 1999-06-12 02:04:29 +00:00
bienvenu%netscape.com
aa6f741aaa restructure filter code to start on imap filters 1999-06-11 07:07:04 +00:00