Git Product home page Git Product logo

myroundcube's People

myroundcube's Issues

Autoresponder and MsSQL

What steps will reproduce the problem?
1. use hmail with MSSQL
2. install and configure roundcube with hmail_autoresponder
3. Try setting a away messate

What is the expected output? What do you see instead?
It should show the settings in hmail
I only see the letter M in everyfield.
If I edit the fields and send it hmail accepts it I can check that from 
admin interface, but when I check in the plugin it doesn't properly load 
the data from the database.

What version of the product are you using? On what operating system?
1.2 on windows 2008

Please provide any additional information below.

http://www.roundcubeforum.net/api-based-plugins/5468-autoresponder-
mssql.html#post22258

Original issue reported on code.google.com by [email protected] on 16 Oct 2009 at 11:37

When switching accounts on roundcube 0.3.1 you are thrown out of roundcube

What steps will reproduce the problem?
1.Log into roundcube
2. switch account to a second account (generated with accounts plugin)
3. switch back to main account
4. you are thrown out of roundcube

What is the expected output? What do you see instead?
Expected output is change to selected mailbox, instead you are thrown to 
login page

What version of the product are you using? On what operating system?
Windows Firefox / Mac Safari is used. Roundcube Version is 0.3.1 and 
myroundcube plugi is trunk-r-3101.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Nov 2009 at 4:44

The default instructions for configfiles are wrong

 * #1- Configure "pwtools/config/config.inc.php.dist".
 * #2- Copy file to "config.inc.php" ("config.inc.php.dist" must still be
present !!!).

This is rather strange, you want to keep the original settings for
reference and to avoid overwriting them on update.

They should read something like:

1) cp config.inc.php.dist config.inc.php
2) edit config.inc.php

Original issue reported on code.google.com by [email protected] on 4 Dec 2009 at 10:33

fix return to default account while other accounts were ssl enabled

Steps which reproduce the problem:
1.Change active account to one ssl enabled.
2.Change active account to another ssl enabled.
3.Try to return to default account.
4.You are logged out at this moment!

Accounts plugin from current trunk version.

Patch which fixes this bug is in attachement.

Bests, Tomasz.

Original issue reported on code.google.com by [email protected] on 4 Feb 2010 at 9:00

Attachments:

accounts plugin: editing account settings fails

What steps will reproduce the problem?
1. Install myRC, enable accounts
2. Add another account to the one you use
3. Try to edit special folders or server preferences

What is the expected output? What do you see instead?
I would expect to have successfully changed account settings, but the
changes are not saved into the db or get loaded from there

What version of the product are you using? On what operating system?
0.3.1 vs. trunk-r-3195.zip on debian-testing

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Jan 2010 at 11:40

missing SQL script for sqlite

Only SQL scripts (to create the 'accounts' table in the RoundCube database) for 
PostGreSQL and MySQL 
are shipped with the accounts plugin. There is no script for SQLite.
I used the following instructions to create the table in my sqlite db:

DROP TABLE accounts;
CREATE TABLE 'accounts' (
  'aid' INTEGER PRIMARY KEY ASC,
  'account_dn' VARCHAR(128) NOT NULL,
  'account_id' VARCHAR(128) NOT NULL,
  'account_pw' VARCHAR(128) NOT NULL,
  'account_host' VARCHAR(128) NOT NULL,
  'preferences' TEXT,
  'user_id' UNSIGNED INTEGER(10) NOT NULL default '0',
  CONSTRAINT 'accounts_ibfk_1' FOREIGN KEY ('user_id') REFERENCES 'users' ('user_id') ON DELETE 
CASCADE ON UPDATE CASCADE
);

CREATE INDEX user_id_fk_accounts ON accounts (user_id);

Original issue reported on code.google.com by [email protected] on 28 Dec 2009 at 4:46

tinymce contains detected script virus

Virus or unwanted program 'HTML/Crypted.Gen [virus]'
detected in file 'trunk-r-2916\trunk\tinymce\dev\test.html.

Detected by Avira anti-virus.

Original issue reported on code.google.com by johnywhy on 8 Sep 2009 at 7:26

rcube_smtp.inc is no longer distributed in v0.3.x branche

All plugins which depend on "sendmessage" plugin will fail on a fresh 
branche 0.3.x installation because ./program/include/rcube_smtp.inc is no 
longer distributed.

As a temporary fix download the file from 
http://trac.roundcube.net/export/3167/branches/release-
0.2.2/program/include/rcube_smtp.inc and place it into ./program/include/ 
folder.

Original issue reported on code.google.com by [email protected] on 7 Dec 2009 at 10:39

lang_sel Plugin doesnt work

What steps will reproduce the problem?
1. Enable plugin lang_sel
2. Try to login with e-mail address


What is the expected output? What do you see instead?
Expected: Login works. Instead an error message that the password was not
correct appears. In the logs I see the following entry:
[28-Nov-2009 12:37:49 +0100]: IMAP Error: Authentication for
[email protected] failed (LOGIN): "a001 NO Authentication failed." (POST
/?_task=&_action=login)

What version of the product are you using? On what operating system?
Roundcube 0.3.1 with plugin authenticate_by_confixx_email on Debian etch.
Client is Windows XP.

Please provide any additional information below.
When I deactivate the lang_sel plugin, login works with e-mail address. As
soon as I reactivate the plugin, login doesn't work anymore.

Original issue reported on code.google.com by [email protected] on 28 Nov 2009 at 11:40

accounts plugin MDB2 Error foreign key

What steps will reproduce the problem?
1. Install Roundcube 0.3.1
2. Install myroundcube settings & accounts plugin
3. Try to add a second account

What is the expected output? What do you see instead?
Expectation is to have the second account conencted to the one one is
logged in. Instead I see:
DB Error in
/var/kunden/webs/dir1/myroundcube/program/include/rcube_mdb2.php (627):
MDB2 Error: constraint violation Query: _doQuery: [Error message: Could not
execute statement] [Last executed query: EXECUTE
mdb2_statement_mysql_400a1c02fcd9042ff71f7245e2e7ebe68919f8cc9 USING @0,
@1, @2, @3, @4] [Native code: 1452] [Native message: Cannot add or update a
child row: a foreign key constraint fails (`svssql4`.`accounts`, CONSTRAINT
`accounts_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`user_id`) ON
DELETE CASCADE ON UPDATE CASCADE)]

What version of the product are you using? On what operating system?
Roundcube 0.3.1 vs. trunk-r-3195 on debian testing

Please provide any additional information below.
$rcmail_config['accounts_hosts'] = array("My Host" =>
"ssl://localhost:993"); //which is working for normal logins

It would be nice if one could use $rcmail_config['db_table_accounts'] =
'rcmail_accounts';

Original issue reported on code.google.com by [email protected] on 20 Jan 2010 at 5:15

wraper issues

What steps will reproduce the problem?
1.Refresh main page 
2.
3.

What is the expected output? What do you see instead?

left frame gets larger squishes center framse


What version of the product are you using? On what operating system?
latest roundcube, vista, crome 


Please provide any additional information below.

How can you remove left or right fram?

Add a bottom or top?


Original issue reported on code.google.com by [email protected] on 27 Jan 2010 at 7:26

vcard_attach--no org cuases issue

when there is no organization set it causes the ord to be set in the vcard
to "ORG:" which i believe is wrong.

Suggested code change:
Current:
$vcard->set('organization', $identity['organization']);

Suggested fix:
if(!empty($identity['organization'])){
    $vcard->set('organization', $identity['organization']);
}

Original issue reported on code.google.com by [email protected] on 6 Sep 2009 at 1:56

Enter one-line summary

What steps will reproduce the problem?
1. change pasword
2. will be changed on logout
3. not found error

What is the expected output? What do you see instead?
password changed

What version of the product are you using? On what operating system?
latest listed on ur webstie

Please provide any additional information below.
using ms sql express 2008, i did some research and i think you said you 
gonna fix it, about two years ago maybe. is it fixed yet? here is my 
connection strinng:
$rcmail_config['db_hmail_password_dsn'] = 'mssql://saCube:saCube@LIMESTO-
FVHYS7W\\SQLEXPRESS/MailServer?new_link=true';
also i tried
$rcmail_config['db_hmail_password_dsn'] = 'mssql://saCube:saCube@LIMESTO-
FVHYS7W\\SQLEXPRESS/MailServer;
and also with single \ before SQLEXPRESS

but nothing, same error!!

please advise!

Original issue reported on code.google.com by [email protected] on 13 Dec 2009 at 3:43

lang_sel plugin is buggy with RCv0.3stable

Currently the plugin use the authenticate hook which causes issues along 
with RCv0.3stable. I will redesign the plugin to use the startup hook and 
$_GET parameters instead of submitting the form when language changes.

Do not use the plugin in the current state.

Original issue reported on code.google.com by [email protected] on 8 Sep 2009 at 1:46

How to use squirrelmail_usercopy

I installed the squirrelmail_usercopy plugin and nothing.
How do I import my squirrelmail settings... didn't just happen automatically.
There are no buttons anywhere that I can find.
There are no directions with the plugin or on the internet anywhere as to how 
to use this...

Original issue reported on code.google.com by [email protected] on 14 Nov 2009 at 2:17

I cant get the plugin to work (or i dont see it work)

What steps will reproduce the problem?
1.downloaded all plugins
2.coped hmail_password to plugin dir
3.updated main.inc.php plugin parameter
4.started webpage again -> nothing

What is the expected output? What do you see instead?
I would expect some menu item to chanche the hmail password. I cant find 
it.

What version of the product are you using? On what operating system?
All latest version.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Sep 2009 at 10:58

checked_identities not work

What steps will reproduce the problem?
1. install checked_identities plugin
2. configure config/config.inc.php
3. (sendmessage plugin is active)
4. activate plugin in main congif of roundcube

What is the expected output? What do you see instead?
When create a new identitie, it's show a blank page, and not any mail are
received/sended, to confirm the mail.


What version of the product are you using? On what operating system?
all latest

Original issue reported on code.google.com by [email protected] on 2 Dec 2009 at 3:06

wrong account is selected in the accounts dropdown menu

Reproduce the Problem:
1. install accounts plugin
2. add two accounts with the same login ID
3. go to the email inbox and switch through the accounts

With my configuration, If I select "account 2" in the dropdown menu at the 
inbox page, the 
account is correctly loaded, but the wrong account description is shown in the 
dropdown menu  
("account 3" is shown, which has the same login ID as "account 2"). Afterwards, 
I cannot switch to 
"account 3", because it is already marked as selected in the dropdown menu...

The problem disappears after changing the login ID of one of the accounts. 
Perhaps, the 
selection of the account in the dropdown menu is based on the login ID instead 
of the account 
name?

I'm using RoundCube v0.3.1 and the accounts plugin from trunk-r-3185

Original issue reported on code.google.com by [email protected] on 28 Dec 2009 at 4:09

Remember me

- Roundcube 0.3-stable 
- Plugin "remember_me" version 1.0 - 21.06.2009 

Remember me feature does not work if the file specified
<roundcubemail>/config/main.inc.php

$ rcmail_config [ 'default_host'] = array ( 
   'mail.example.com' => 'Default Server', 
   'webmail.example.com' => 'Webmail Server', 
   'ssl: / / mail.example.com: 993' => 'Secure Webmail Server'

Original issue reported on code.google.com by [email protected] on 27 Oct 2009 at 3:25

Plugin accounts

#1- Check connection before adding a new account
#2- Automatically create new identity for this account

Original issue reported on code.google.com by [email protected] on 3 Sep 2009 at 7:11

Account Plugin needs to overwrite 'default_imap_folders'


  function special_folders_save($args)
  {
    $rcmail = rcmail::get_instance();

    if($args['section'] == "remotefolders"){
      $args['abort'] = TRUE;
      $arr_save['drafts_mbox'] = get_input_value('_drafts_mbox', 
RCUBE_INPUT_POST);
      $arr_save['junk_mbox'] = get_input_value('_junk_mbox', 
RCUBE_INPUT_POST);
      $arr_save['trash_mbox'] = get_input_value('_trash_mbox', 
RCUBE_INPUT_POST);
      $arr_save['sent_mbox'] = get_input_value('_sent_mbox', 
RCUBE_INPUT_POST);
      $arr_save['archive_mbox'] = get_input_value('_archive_mbox', 
RCUBE_INPUT_POST);
      $arr_save['default_imap_folders'] = array(
        'INBOX',
        $arr_save['drafts_mbox'],
        $arr_save['sent_mbox'],
        $arr_save['junk_mbox'],
        $arr_save['trash_mbox'],
        $arr_save['sent_mbox'],
        $arr_save['archive_mbox']
      );
      $serial = serialize($arr_save);
      $query = "UPDATE " . get_table_name('accounts') . " SET 
`preferences` = ? WHERE `aid` = ? LIMIT 1;";
      $rcmail->db->query($query, $serial, $_SESSION['remote_aid']);
    }

    return $args;

  }

Original issue reported on code.google.com by [email protected] on 31 Aug 2009 at 9:41

vcard_attach--no value for name causes issues

There is no name information stored in a round cube identity therefor it is
not being set by vcard_attach which causes the name field to be set as
"N:;;;;" which causes issues in thunderbird(possibly others).

Puposed fix:

add this line:
$temp = str_replace("N:;;;;","",$temp);
just before:
@file_put_contents($file, $temp);


Thanks,
Peter

Original issue reported on code.google.com by [email protected] on 6 Sep 2009 at 2:26

accounts plugin does not work correctly if an array is used as 'default_host'

What steps will reproduce the problem?
1. configure RoundCube to use an array for the param "default hosts", e.g.:
$rcmail_config['default_host'] = array('ssl://server');
2. install accounts plugin
3. add an account
4. switch the the new account
5. switch back to the main account

What is the expected output? What do you see instead?
The Session is closed (invalid session ...) and the following error is written 
to the log file:

PHP Warning:  parse_url() expects parameter 1 to be string, array given in 
/var/lib/roundcube/plugins/accounts/accounts.php on line 297

What version of the product are you using? On what operating system?
I'm using RoundCube v0.3.1 and the accounts plugin from trunk-r-3185

With a changed config ($rcmail_config['default_host'] = 'ssl://server';) 
everything works fine.

Original issue reported on code.google.com by [email protected] on 28 Dec 2009 at 4:58

accounts smtp accounts bug

What steps will reproduce the problem?
1. Enable accounts plugin.
2. Set proper global config variables connected
with SMTP connections to '%h', '%u', '%p'.
3. Try to switch accounts.
4. You CAN'T send mails through a serwer different than default one.

Accounts from trunk r2999.
Attached patch fixing this problem.

Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 5:35

jquery Calendar event drag and drop dont work

drag and drop event to another date and time dont work in jquery calendar
in the original version work this.

i think the update event progress dont send to mysql.

some little display issues timeslots to small to show events correctly,
resizing of timeslots dont work.

calendar div is a little bit to large showing scrollbar.



Original issue reported on code.google.com by [email protected] on 2 Feb 2010 at 12:01

Firefox 3.6 crash when opening "account admin" with hmail plugins activated

Hello
on Firefox 3.6, 

following plug ins activated:
$rcmail_config['plugins'] = array(
    'debug_logger',
    'additional_message_headers',
    'archive',
    'contextmenu',
    'copymessage',
    'emoticons',
    'help', 
    'listcommands',
    'markasjunk',
    'settings',
    'squirrelmail_usercopy',
    'rss',
    'webmail_notifier',
    'folderbuttons',
    //'hmail_spamfilter',
    //'hmail_forwarding',
    //'hmail_autoban',
    //'hmail_login',
    //'hmail_password',
    'hmail_autoresponder',  
    'hmail_signature',
    'sendmessage',
    'forward_as_attachment',
    'impressum',
    'listcontrols.php',
    'msglistcols.php',
    //'plaxo_contacts',
    'remember_me',
    'remember_splitter',
    //'webcalendar',
    //'google_contacts'
    );

It works fine when entering "account administration".
But if I enable another hmail plug in, firefox crash suddenly when I enter
the account admin page again

Bad interaction with other plugin ? I checked without finding the solution

Thank you

Original issue reported on code.google.com by [email protected] on 2 Feb 2010 at 8:53

Can't create MySQL Table

Hello

running Roundcube 0.3.1 with all last plugin (Trunk 3216).
Can't create MySQL Table for Google_contacts plugin.

Mysql message: #1005 - Can't create 
table '.\roundcubemail\google_contacts.frm' (errno: 121

Of course, I've all the rights (root)

Original issue reported on code.google.com by [email protected] on 1 Feb 2010 at 10:12

Virus In Your Download

What steps will reproduce the problem?
1. Download your "trunk-r-2916"
2. Scan it with virus scanner
3. Get alert re "HTML/Crypted.Gen" HTML script virus

What is the expected output? What do you see instead?
clean

On what operating system?
vista 

Original issue reported on code.google.com by johnywhy on 8 Sep 2009 at 6:07

Change password

What steps will reproduce the problem?
1. Change Password using hMailServer and MS-SQL Server 2000

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Windows Server 2003, MS-SQL Server 2000

Please provide any additional information below.
[email protected]

Original issue reported on code.google.com by [email protected] on 5 Nov 2009 at 2:31

Accounts Plugin Problem. When switching accounts, special Folders Setting does not work

What steps will reproduce the problem?
1.Create an additional imam account with installed accounts plugin
2.Switch to this mailbox via Dropdown Field
3.Go to Settings / Special Folders

What is the expected output? What do you see instead?

There should be the possibility to change the special Folder Setup (Spam, 
Drafts, Outbox, Inbox...) but there is only a empty page with a save 
button.

What version of the product are you using? On what operating system?
Roundcube 0.3.1 stable and myRoundcube Plugins trunk-r-3061.zip     

Please provide any additional information below.

I don't know if the problem depends on the accounts plugin, settings 
plugin or savepassword plugin. But since i updated to roundcube 0.3.1 and 
trunk-r-3061.zip it is no longer possible to set special folders. 
Additionally it does no longer work, to switch folders. When i switch to 
an additional account and try to switch back to the other one, i am thrown 
out of Roundcube. That worked perfectly with trunk-r-2099 and Roundcube 
0.3.0 stable.

Original issue reported on code.google.com by [email protected] on 3 Nov 2009 at 10:57

hmail_autoresponder

What steps will reproduce the problem?
1.Try to set auto response message via Account Administration, Away 
Message.


What is the expected output? What do you see instead?
To be able to set an away message. Instead, no matter what you enter, the 
"save" button is greyed out. Also, can't seem to select/change the date 
field.


What version of the product are you using? On what operating system?
RC - trunk-r3027. Running under XPSP3 with WAMP server 
(apache=2.2.11,php=5.3.0,mysql=5.1.36) and hmailserver 5.3 Build 1617


Please provide any additional information below.
I'm attempting to use all the hmail plugins. The "password" plugin works 
fine as does the "message forwarding". However, when I use the "signature" 
I get an "MDB2 error: not found". However, it *does* actually update the 
hmailserver DB fine. Can happily remove without error. Autoresponder just 
doesn't work.

Appreciate any feedback.

Thanks in advance.
Maree


Original issue reported on code.google.com by [email protected] on 10 Oct 2009 at 4:11

hmail_signature issue

What steps will reproduce the problem?
1. Enable hmail_signature in main configuration file
2. Login to RC and goto Account Administration
3. Select Signature
4. Type in information required in both plain and/or html signature fields
5. Select "Enable server-side signature"
6. Select "Save"

What is the expected output? What do you see instead?
Expect to see it simply say "Saved"
Instead you get an error: "MDB2 error: not found"
However, the signature IS saved to hmailserver DB. You can also remove 
without any issue being reported. Unsure why the above error is reported.


What version of the product are you using? On what operating system?
RC - trunk-r3027. Running under XPSP3 with WAMP server 
(apache=2.2.11,php=5.3.0,mysql=5.1.36) and hmailserver 5.3 Build 1617


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Oct 2009 at 8:47

pwtools doesn't send a password to the alternate email address

What steps will reproduce the problem?
1. Do whatever is required to get a valid alternate
2. type in loginname and hit lost password
3. answer the question truthfully

What is the expected output? What do you see instead?

I expected to get a confirmation of sending a new password or whatever.
Instead I get the reply the answer was incorrect. In the logfiles these two
warnings are generated.

[04-Dec-2009 10:11:09] PHP Warning:  include(hmail_autoban.php) [<a
href='function.include'>function.include</a>]: failed to open stream: No
such file or direc
tory in /home/utelisys/sites/iptv/roundcubemail/program/include/iniset.php
on line 99
[04-Dec-2009 10:11:09] PHP Warning:  include() [<a
href='function.include'>function.include</a>]: Failed opening
'hmail_autoban.php' for inclusion (include_pat
h='/home/utelisys/sites/iptv/roundcubemail/:/home/utelisys/sites/iptv/roundcubem
ail/program:/home/utelisys/sites/iptv/roundcubemail/program/lib:/home/utelisys/
sites/iptv/roundcubemail/program/include:.:/usr/share/php5:/usr/share/php')
in /home/utelisys/sites/iptv/roundcubemail/program/include/iniset.php on
line 99


What version of the product are you using? On what operating system?

trunk-r-3101.zip linux gentoo

Please provide any additional information below.

The main php file does not suggest installing hmail, is this really a
dependency?

Original issue reported on code.google.com by [email protected] on 4 Dec 2009 at 10:21

Accounts - smtp op selected account

What steps will reproduce the problem?
1.using accounts plugin
2.when sending mail from additional account, SMTP error 530

What is the expected output? What do you see instead?
It appears to be sending with the primaire SMTP credentials. However, that 
is nog allowed with many SMTP servers.

What version of the product are you using? On what operating system?
all latest

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Sep 2009 at 2:54

accounts: return to default account bugfix and pgsql support

1. Configure some accounts in Settings.
2. Change active account to not default one.
3. Try to make default account active account.
4. Logged out!

You will find patch below:
https://mail.chilan.com/plugins/accounts-pgsql-and-default-account-selection-fix
.patch

Bests, Tomasz Chiliński

Original issue reported on code.google.com by [email protected] on 30 Sep 2009 at 5:50

SQL statement error - possibly to do with apostrophe-quoting?

I'm seeing the following errors in the Roundcube log.  My user is seeing
"error currently unavailable" when visiting the address book.  I've changed
some of the names/addresses below to protect the guilty, but I've not
changed any of the structure or punctuation.  Is this possibly to do with
the apostrophe in "Mary's"?

[25-Jan-2010 17:45:32 +0100]: DB Error: _doQuery: [Error message: Could not
execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_1234567890abcdef1234567890abcdef1234567890a FROM
'UPDATE google_contacts\n         SET    changed=now(),
`vcard`=\'BEGIN:VCARD\\r\\nVERSION:3.0\\r\\nN:;Bilbo\\r\\nFN:Bilbo\\r\\nX-AB-EDI
T:http://www.google.com/m8/feeds/contacts/validaccount%40googlemail.com/full/202
020e20ebc1d28\\r\\nORG:\\r\\nTITLE:\\r\\nBDAY:\\r\\nADR;TYPE=HOME:;;32
Leafy Avenue;St Mary\\\'
s Street;Sholes ;Manchester;M13 3TD\\r\\nTEL;TYPE=CELL?']
[Native code: 1064]
[Native message: You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version for the right syntax to use
near ''BEGIN:VCARD\r\nVERSION:3.0\r\nN:;Bilbo\r\nFN:Bilbo\r\n
X-AB-EDIT:http://www.goog' at line 2]
 in /usr/share/roundcube/program/include/rcube_mdb2.php on line 269 (GET
/roundcube/?_task=addressbook)

For my user and another user I tried with, everything works fine, leading
me to believe this is not a general issue with my installation.

Original issue reported on code.google.com by [email protected] on 25 Jan 2010 at 8:21

Pwtools

Sorry if this is a bit stupid of me asking but I'd like to install the
plugin called Pwtools but under README I dont know what it means with
"Please refer to main plugin script ..." What main plugin script? 

I havent been a roundcube user for long and am a bit confused.

Original issue reported on code.google.com by [email protected] on 22 Dec 2009 at 6:09

MySQL error when creating Table

MySQL error message when trying to execute the script to create the table 

#1005 - Can't create table '.\roundcubemail\collected_contacts.frm' (errno:
121)

Original issue reported on code.google.com by [email protected] on 7 Feb 2010 at 8:49

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.