bienvenu%netscape.com
|
f8955f43aa
|
fix ref counting problem with mListeners
|
1999-05-05 04:26:41 +00:00 |
|
hangas%netscape.com
|
bd83cefde4
|
sspitzer: stop hiding these virtual methods. (thanks mac compiler!)
|
1999-05-05 03:38:18 +00:00 |
|
ducarroz%netscape.com
|
dfb1117ca7
|
First Checked In.
|
1999-05-05 00:04:48 +00:00 |
|
jefft%netscape.com
|
f10ffb10a4
|
uncommented out check for inbox folder name
|
1999-05-04 23:34:42 +00:00 |
|
hyatt%netscape.com
|
d5d409566a
|
Switching from PLEventQueues to nsIEventQueues.
|
1999-05-04 23:34:41 +00:00 |
|
putterman%netscape.com
|
d8ce82864a
|
use nsIDBMessage
|
1999-05-04 22:35:55 +00:00 |
|
sspitzer%netscape.com
|
3fdf8c9b12
|
comment for clarity
|
1999-05-04 21:26:28 +00:00 |
|
jefft%netscape.com
|
f85e0a8118
|
making selecting message/folder within a folder works; extract imap msg incoming server from url spec
|
1999-05-04 18:17:33 +00:00 |
|
jefft%netscape.com
|
d048ea1d3a
|
removed SetServer(); imap msg incoming server will be extract out from the url spec
|
1999-05-04 18:14:09 +00:00 |
|
bienvenu%netscape.com
|
d35f7cd5c7
|
fix part of 5781, imap folders not showing up correctly
|
1999-04-30 23:26:12 +00:00 |
|
mscott%netscape.com
|
7ad6636651
|
Bug #5781 --> more connection cache fixes. ProcessCurrentUrl wasn't set up to run multiple urls as it was setting the connection status to -1 whenever it finished. This was causing the next call to process current url to fall out. I also re-organized SetupUrl to make sure m_runningUrl gets properly initialized on multiple calls to LoadUrl.
|
1999-04-30 23:09:21 +00:00 |
|
jefft%netscape.com
|
c2e9fead94
|
Part of fixing bug 5781 - fixed creating multiple mail folders problem
|
1999-04-30 21:38:53 +00:00 |
|
jefft%netscape.com
|
65be78c906
|
Part of fixing bug 5781 - fixed creating multiple mail folders problem
|
1999-04-30 21:27:22 +00:00 |
|
jefft%netscape.com
|
9e5f1db3b1
|
Part of fixing bug 5781 -- nsImapURI2Path failed to generate local path for folders within another folder
|
1999-04-30 21:24:49 +00:00 |
|
mscott%netscape.com
|
ac733c1124
|
Bug 5781 --> releasing the imap service twice! that's not good.
|
1999-04-30 20:38:18 +00:00 |
|
bienvenu%netscape.com
|
48773180ac
|
more fixes for 5781 (only affects imap)
|
1999-04-30 19:50:00 +00:00 |
|
mscott%netscape.com
|
65d7001050
|
Bug #5781 --> part of mailnews audit --> Conversion to NS_WITH_SERVICE. Synch with new imap service createnewconnection changes.
a=chofmann.
|
1999-04-30 18:48:39 +00:00 |
|
mscott%netscape.com
|
1c1589778b
|
Bug #5781 --> as a side effect of adding the connection cache, I made GetImapUserName return a const char *.
a=chofmann.
|
1999-04-30 18:47:15 +00:00 |
|
mscott%netscape.com
|
e606574539
|
Bug #5781 --> add ReleaseUrlState. Support IsBusy interface. Support CanHandleUrl interface. These changes are part of the imap connection cache. GetImapUserName now returns a const char *.
a=chofmann
|
1999-04-30 18:46:21 +00:00 |
|
mscott%netscape.com
|
f4fe445695
|
Bug #5781 --> part of mailnews audit --> Conversion to NS_WITH_SERVICE. Hook up a connection cache to CreateImapConnection.
a=chofmann
|
1999-04-30 18:45:16 +00:00 |
|
mscott%netscape.com
|
febeff2a75
|
Bug #5781--> part of mailnews audit --> Conversion to NS_WITH_SERVICE. fix nsImapUri2Path where we were appending the host name twice if there wasn't a folder as part of the uri.
a=chofmann
|
1999-04-30 18:44:23 +00:00 |
|
mscott%netscape.com
|
b2111543c4
|
Bug #5781 --> fix nsImapUri2Path where we were appending the host name twice if there wasn't a folder attached to the URI.part of mailnews audit --> conversion to NS_WITH_SERVICE
a=chofmann
|
1999-04-30 18:43:14 +00:00 |
|
mscott%netscape.com
|
8d187baade
|
Bug #5781 --> Add IsBusy method & CanHandleUrl.
a=chofmann
|
1999-04-30 18:42:09 +00:00 |
|
mscott%netscape.com
|
f6045a01fa
|
Bug #5781 --> CreateImapConnection now takes the url to be loaded into the connection.
a=chofmann
|
1999-04-30 18:41:26 +00:00 |
|
jefft%netscape.com
|
f02b3f9711
|
fixed bug 5662 - imap failed to discover folders and downloading mail messages; make sure we are generating correct message URI; merge in with multiple identies/accounts work; r=mscott, a=chofmann
|
1999-04-29 00:12:21 +00:00 |
|
jefft%netscape.com
|
0838f40932
|
fixed bug 5662 - imap failed to discover folders and downloading mail messages; make sure we are generating correct message URI; r=mscott,bienvenu; a=chofmann
|
1999-04-29 00:10:55 +00:00 |
|
jefft%netscape.com
|
c01cc9db81
|
fixed bug 5662 - imap failed to discover folders and downloading mail messages; removed GetRootFolderPath() & SetRootFolderPath(); checkin for mscott; r=jefft, a=chofmann
|
1999-04-29 00:08:18 +00:00 |
|
jefft%netscape.com
|
ea3c6c661b
|
get imap folder discovery & display message working
|
1999-04-28 05:19:24 +00:00 |
|
jefft%netscape.com
|
aac5cbd240
|
try again to disable namespace stuff
|
1999-04-28 04:04:31 +00:00 |
|
jefft%netscape.com
|
4a1c8ce93d
|
added m_haveDiscoverAllFolders variaible; more work on folder discovery stuff
|
1999-04-28 03:39:24 +00:00 |
|
jefft%netscape.com
|
2459c5bdd6
|
added m_haveDiscoverAllFolders bool member variable
|
1999-04-28 03:38:07 +00:00 |
|
jefft%netscape.com
|
1c268edd40
|
disable namespace for now; use delete instead of PR_FREEIF for returned pointer of nsString.ToNewCString(); initialize nsString2 variables to a empty string to get rid of debug assertion
|
1999-04-28 03:37:02 +00:00 |
|
jefft%netscape.com
|
804e4196d0
|
get folder discovery to work; implemented PossibleImapMailbox() method
|
1999-04-27 13:23:07 +00:00 |
|
jefft%netscape.com
|
deb20c4854
|
first pass of implementing folder discovery; added NthLevelChildList method
|
1999-04-27 06:35:12 +00:00 |
|
jefft%netscape.com
|
07212329d4
|
added FindAndSelectFolder method; first pass of implementing folder discovery
|
1999-04-27 06:34:00 +00:00 |
|
jefft%netscape.com
|
e9d80a20e8
|
added FindAndSelectFolder method
|
1999-04-27 06:32:54 +00:00 |
|
jefft%netscape.com
|
0233d47d05
|
added GetChildDiscoveryDepth, GetOnlineSubDirSeparator, SetOnlineSubDirSeparator methods
|
1999-04-27 06:31:20 +00:00 |
|
jefft%netscape.com
|
17024a0f8f
|
added DiscoverAllFolders, DiscoverAllAndSubscribedFolders, DiscoverChildren, DiscoverLevelChildren methods
|
1999-04-27 06:29:39 +00:00 |
|
bienvenu%netscape.com
|
d4b8c18275
|
add some flag handling routines
|
1999-04-27 02:09:42 +00:00 |
|
bienvenu%netscape.com
|
8011137e91
|
fix build problem in test harness
|
1999-04-26 23:44:01 +00:00 |
|
mscott%netscape.com
|
5ed73a3528
|
Add GetServerURI interface method to fix imap build and synch up with the latest changes to the incoming server interface.
|
1999-04-26 23:33:58 +00:00 |
|
sspitzer%netscape.com
|
29b6b4cad2
|
change int32 to PRInt32
|
1999-04-26 23:10:23 +00:00 |
|
bienvenu%netscape.com
|
a471131499
|
get imap message display working
|
1999-04-26 05:08:49 +00:00 |
|
bienvenu%netscape.com
|
4c4c9c8a45
|
adopt new msg uri scheme from scott, work on message loading
|
1999-04-25 21:51:39 +00:00 |
|
mscott%netscape.com
|
9b24fab805
|
Only include <windows.h> if we are building on windows.
|
1999-04-25 21:32:34 +00:00 |
|
mscott%netscape.com
|
3a99aaba95
|
Fix many many Linux warnings by removing some unused variables.
|
1999-04-25 21:30:44 +00:00 |
|
mscott%netscape.com
|
132da6db3c
|
Fix type for including nsIImapMailFolderSink.h (we had a lower case 'f')
|
1999-04-25 21:25:40 +00:00 |
|
mscott%netscape.com
|
d339920d4d
|
Fix typo in including nsIMAPHostSessionList.h.
|
1999-04-25 21:21:52 +00:00 |
|
mscott%netscape.com
|
c668c19431
|
Change XP_Bool to PRBool to get Linux build going for imap.
|
1999-04-25 21:21:10 +00:00 |
|
mscott%netscape.com
|
c59d210ec4
|
Change XP_Bool to PRBool
|
1999-04-25 21:20:38 +00:00 |
|